Application Development and Automation 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: 
Read only

VL33N Screen?

Former Member
0 Likes
1,019

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

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
784

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

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

2 REPLIES 2
Read only

Former Member
0 Likes
785

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

Read only

Former Member
0 Likes
784

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á