‎2006 Aug 14 3:55 PM
Iam using a submit statement for RV50SBT1 and the problemis it stops at the first screen when i execute it for the first time and it doesnt when i execute it after that.. Do anyone knew about this problem..
Thanks
Vicky
‎2006 Aug 14 3:58 PM
Hi, thanks for sending the code. The problem here is the way the program is handling "itself" in the program, there are in some cases, recursive calls to itself. To get around this you will need to set a parameter id before submitting the program. Please see you modified code.
<b>* You must set this parameter id in order for
* the values to show up in the selection screen
* the first time you run the program
set parameter id 'LE_VL10_VL04_OLD' field 'X'.</b>
submit rv50sbt1
with vstel = p_ship
with s_vbeln in r_vbeln
and return.
Regards,
Rich Heilman
‎2006 Aug 14 3:58 PM
Hi, thanks for sending the code. The problem here is the way the program is handling "itself" in the program, there are in some cases, recursive calls to itself. To get around this you will need to set a parameter id before submitting the program. Please see you modified code.
<b>* You must set this parameter id in order for
* the values to show up in the selection screen
* the first time you run the program
set parameter id 'LE_VL10_VL04_OLD' field 'X'.</b>
submit rv50sbt1
with vstel = p_ship
with s_vbeln in r_vbeln
and return.
Regards,
Rich Heilman
‎2006 Aug 14 3:59 PM
may be due to the User parameters LE_VL10_SZENARIO and LE_VL10_LISTPROFIL..
~Suresh