Application Development and Automation Discussions
Join the discussions or start your own on all things application development, including tools and APIs, programming models, and keeping your skills sharp.
cancel
Showing results for 
Search instead for 
Did you mean: 
Read only

Issue navigating offline ABAP keywords documentation

Former Member
0 Likes
598

Hi,

I have used a menu option to download "ABAP keywords documentation" to my local directory.

This function created about 3000 plus HTML files in a local diretory.

But I have trouble accessing these files because I don't know what is the root HTML file?

Since all the HTML file use some kind of javascript function using parent frame handle, unless I find the root file, all the download files are un-usable.

Any help to figure this out is appreciated.

Thanks,

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
566

Hi,

you have a file basic.html in the downloaded directory which is the root file for all the keywords in ABAP.

try it.

this will resolve the issue.

regards

sarves

Hi,

I have used a menu option to download "ABAP keywords documentation" to my local directory.

This function created about 3000 plus HTML files in a local diretory.

But I have trouble accessing these files because I don't know what is the root HTML file?

Since all the HTML file use some kind of javascript function using parent frame handle, unless I find the root file, all the download files are un-usable.

Any help to figure this out is appreciated.

Thanks,

3 REPLIES 3
Read only

Former Member
0 Likes
567

Hi,

you have a file basic.html in the downloaded directory which is the root file for all the keywords in ABAP.

try it.

this will resolve the issue.

regards

sarves

Read only

0 Likes
566

Sorry for the delay.

I did get the root file, but the navigations didn't work.

looks like there could be some HTML work to place some frames and javascript.

Thanks anyway for your tip.

Read only

abdul_quraishi
Explorer
0 Likes
566

You need to use this one; it is just like the online root page

abapindex_iexp.htm

Edited by: Abdul Quraishi on Oct 6, 2009 2:59 AM