2006 Oct 04 3:01 PM
Hi..
I want to know the screen field for the variable Delivery number of the transaction code VL33N(Basically, in which INCLUDE of the program SAPMV50A they have defined the delivery number of the screen VL33N).
By F1 I came to know that its 'LIKP-VBELN'.
Is it a kind of Selection-Screen or something else.
Can I use submit SAPMV50A to call that screen and if yes then what parameter shall I use for the delivery number with the submit command.?
Can I use submit SAPMV50A with likp-vbeln = itab-vbeln and return?
Thank You
2006 Oct 04 3:06 PM
This is a dialogue program, so you can't SUBMIT it. You can use batch input or find a BAPI for it though.
Perhaps BAPI_DELIVERYPROCESSING_EXEC will do.
Rob
Message was edited by: Rob Burbank
2006 Oct 04 3:06 PM
This is a dialogue program, so you can't SUBMIT it. You can use batch input or find a BAPI for it though.
Perhaps BAPI_DELIVERYPROCESSING_EXEC will do.
Rob
Message was edited by: Rob Burbank
2006 Oct 04 3:12 PM
You can use the CALL TRANSACTION tcode (AND SKIP FIRST SCREEN.) command. It depends on, where do you want to call this transaction?
Before the call transaction, you may set the global parameter id "VL" of the delivery number, by the SET command.
Regards
Tamá
| User | Count |
|---|---|
| 4 | |
| 2 | |
| 2 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 |