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: 

submitting rv60sbt1

Former Member
0 Kudos

HI,

Am submitting the program RV60SBT1 from my Zprogram with the necessary selection-parameters, but I dont want any selection screen to displayed and is it possible get the invoice number in my calling program once RV60SBT1 is executed.

Please kindly advise me the possibilities.

Thanks

Suresh

Moderator message: duplicate post locked.

Edited by: Thomas Zloch on May 17, 2011 2:11 PM

1 REPLY 1

Former Member
0 Kudos

Hi,

You can try like below:


  submit zmmxxxx
          with  s_lifnr      eq p_lifnr
          with  s_erdat      in wr_erdat
          EXPORTING LIST TO MEMORY 
          and   return.

Then call FM 'LIST_FROM_MEMORY' to get the resulting list to an internal table and check that internla table for the resulting document.

Regards,

Himanshu