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

Running an SE16 generated program

Former Member
0 Likes
829

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.

1 REPLY 1
Read only

Former Member
0 Likes
525

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.