Skip to Content
0
Former Member
May 16, 2007 at 09:48 AM

Customize Pop up Screen

1054 Views

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 ?