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: 

submit vlo2n

Former Member
0 Kudos

i want to make submit to this transaction and make "post good issue" SHIFT+F8

what the code?

PLSSSSSSSSSSS

1 ACCEPTED SOLUTION

Former Member
0 Kudos

u need to write a program for VL02N bdc routinue. then use

submit <program name> with value(delivery number) and return.

4 REPLIES 4

Former Member
0 Kudos

Create a BDC recording for the transaction and generate a program for the same. Submit to the program using the submit command.

SUBMIT <progr name> AND RETURN.

Accept the delivery number as a parameter in the BDC program.

Please mark points if the solution was useful.

Regards,

Manoj

Former Member
0 Kudos

u need to write a program for VL02N bdc routinue. then use

submit <program name> with value(delivery number) and return.

0 Kudos

i dont want bdc there is an opption

0 Kudos

There is no other option. You have to do a BDC recording.

Please mark points if the solution was useful.

Regards,

Manoj