Closed ketelaars closed 7 years ago
The ABAP keyword document URLs no longer link to existing pages.
This can be fixed by replacing the following in abap.php:
'URLS' => array( 1 => 'http://help.sap.com/abapdocu/en/ABAP{FNAMEU}.htm', 2 => 'http://help.sap.com/abapdocu/en/ABAP{FNAMEU}.htm', 3 => 'http://help.sap.com/abapdocu/en/ABAP{FNAMEU}.htm',
with:
'URLS' => array( 1 => 'http://help.sap.com/abapdocu_740/en/ABAP{FNAMEU}.htm', 2 => 'http://help.sap.com/abapdocu_740/en/ABAP{FNAMEU}.htm', 3 => 'http://help.sap.com/abapdocu_740/en/ABAP{FNAMEU}.htm',
After this the keywords link to the keyword documentation of the latest language version.
The ABAP keyword document URLs no longer link to existing pages.
This can be fixed by replacing the following in abap.php:
with:
After this the keywords link to the keyword documentation of the latest language version.