‎2008 Mar 09 5:43 AM
hi,
For every table viewed by SE16 there's an ABAP of the form /1BCDWB/DBMARA. This example displays the contents of MARA. When I try to run this, or any other such ABAP via SE38 I get the selection screen but no data is displayed on executing. Anyone know what the problem is here, and how it can be overcome?
thnks.
‎2008 Mar 09 8:55 AM
HI,
Look at the generated code in START-OF-SELECTION. You have a memory ID that is populated via SE16 and not via SE38, which controls the execution of the program in the foreground.
Cheers,
Chandra Sekhar.