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: 

Problem in SUBMIT AND RETURN

Former Member
0 Kudos

Hi All,

I am using the following statement,

My requirement is to submit the report and then control should come back to the calling program as i need to some processing on the called program's (RKAEP000) output.

But when it is executed, it displays the ALV report, which i dont want.

SUBMIT RKAEP000

USING SELECTION-SCREEN 0100

WITH P_TCODE = 'KSB1'

WITH KOSTL IN KOSTL

WITH KSTAR IN KSTAR

WITH R_BUDAT BETWEEN '20070925' AND '20071031'

EXPORTING LIST TO MEMORY AND RETURN .

Please suggest on this.

Points would be rewarded for helpful answers.

Regards,

Pankaj Sharma

4 REPLIES 4

Former Member
0 Kudos

Hi Pankaj,

Is the tcode you are using is KSB1 to test the tcode.

If you then there is an pop-up to this tcode which is of screen-no 300.

Please tell me wats going on i ur systems

Regards

Siva

0 Kudos

Hi Siva,

I want to get the output of transaction KSB1 and the selection screen for the same is 0100.

I am not getting any selection screen and thats what i want, but the problem is display of ALV. I dont want to see ALV output, i simply want the output to be exported back to calling program.

Regards,

Pankaj Sharma

0 Kudos

Pankaj,

when i am trying this i am not seeing the ALV...can i know in whcih even block u r calling this submit.

Regards

0 Kudos

Hi Siva,

I tried it in END-OF-SELECTION as well on START-OF-SELECTION, i am getting the ALV in both cases.

Please suggest on this.

Regards,

Pankaj Sharma