Hello all ,
To view any available document for a ABAP object when we click on documentation.. it provides us the text in a neat formatted way .. coz sap internally stores everything in sapscript format .. with space and headers ...
We can separately call these documentations in a window using standard FM ( where sap calls sapscript editor )
The problem is the window is not a pop up which stops user from anything ..
What my requirement is to get the documentation to appear in a the neat format in a separate pop up window and user can procced ONLY when he clicks OK.
any idea how to achieve this ?