Application Development 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: 

Problems with SUBMIT '/1BCDWB/DBMARA AND RETURN

Former Member
0 Kudos

Hi,

i try this report, but nothing happens. Any idea what mistake i do?

*

DATA: REPORT LIKE SY-REPID VALUE '/1BCDWB/DBMARA'.

*

START-OF-SELECTION.

*

SUBMIT (REPORT) AND RETURN.

*

BREAK-POINT.

When i use SA38 it works.

Regards, Dieter

1 ACCEPTED SOLUTION

Former Member
0 Kudos

Use SUBMIT (REPORT) VIA SELECTION-SCREEN AND RETURN instead of what you are using...

Edited by: Amiya Shrivastava on Apr 4, 2008 4:45 PM

6 REPLIES 6

Former Member
0 Kudos

Try putting break-point in '/1BCDWB/DBMARA' and see whether control reaching that point..

G@urav.

Former Member
0 Kudos

Use SUBMIT (REPORT) VIA SELECTION-SCREEN AND RETURN instead of what you are using...

Edited by: Amiya Shrivastava on Apr 4, 2008 4:45 PM

0 Kudos

Hi Amiya,

that's it, thanks.

regards, dieter

0 Kudos

Try with fm SE16N_INTERFACE with MARA as input parameter.

0 Kudos

Hi,

also a good idea, thanks.

I ried it with SE16N_START.

Regards, Dieter

vinod_vemuru2
Active Contributor
0 Kudos

Hi Dieter,

First thing is this is a system program(ststus S). I am not sure whether we can submit system programs in higher versions. But i got this point from F1 help. Check this.

Note

You can only start programs with type '1' using SUBMIT.

If the program has a different type, the system triggers a runtime error.

Please consult Data Area and Modularization Unit Organization documentation as well.

I am in 4.6C version.

Check F1 help on Submit. U will get more details.

Thanks,

Vinod.