cancel
Showing results for 
Search instead for 
Did you mean: 

Call (submit) VL10B with multiple parameters

naotoxxx
Participant
0 Kudos

Hello, i'm triying to call VL10B and pass multiple vbeln

 
 

27850cd9-e5d5-45b9-8c36-ca19b2d73ed0.jpg

naotoxxx_2-1715645331115.png

I tried many thigs , but is not working

naotoxxx_3-1715645445689.png

naotoxxx_4-1715645602257.png

 

UPDATE

I tried some suggestions,

naotoxxx_0-1715692541143.png

like creating a variant and see what parrameters is passing and call program RVV50R10C  but now i displaying this screen (i need the iniital in case the user want to change something)

naotoxxx_1-1715692615957.png

 

SOLUTION

I hope this can help someone else, this is a little example

naotoxxx_0-1715736835486.png

 

 

 

 

 

View Entire Topic
Sandra_Rossi
Active Contributor
0 Kudos

Although VL10B is an alias to the transaction code VL10X (with skip of initial screen) which runs the program RVV50R10_PRESTEP, calling this program is wrong because it doesn't contain any parameter except SZENARIO (NB: the selection screen of this parameter is not displayed because VL10B skips the initial screen as I already said), as you can see:

Sandra_Rossi_0-1715690422928.png

The program RVV50R10_PRESTEP calls the program RVV50R10C which displays the selection screen.

So, you must do SUBMIT RVV50R10C ...