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: 

VL01N enhancement when press enter after input sale order

kaka_zhou
Explorer
0 Kudos

Hi experts,

    When user create outbound delivery, input all required fields, press enter button, want to popup some message base on sale order NO..

    Kindly let me know if any user exit or enhancement is there .

    Thanks in advance.

1 ACCEPTED SOLUTION

Former Member
0 Kudos

Hi,

You can use FORM USEREXIT_MOVE_FIELD_TO_LIKP  of Include MV50AFZ1, to provide the POPUP message based on VBAK.

Also, If the requirement is to display some text as popup for Delivery creation based on sales order, then you can maintain the Text in Sales order and this text will be displayed in Delivery Creation. You need to configure in Transaction VOTXN .

Regards,

Praphul

7 REPLIES 7

former_member195402
Active Contributor
0 Kudos

Hi,

userexits can be found in includes MV50AFZ*.

Maybe USEREXIT_NUMBER_RANGE or USEREXIT_READ_DOCUMENT in MV50AFZ1 may solve your issue.

Regards,

Klaus

Former Member
0 Kudos

Hi,

You can use FORM USEREXIT_MOVE_FIELD_TO_LIKP  of Include MV50AFZ1, to provide the POPUP message based on VBAK.

Also, If the requirement is to display some text as popup for Delivery creation based on sales order, then you can maintain the Text in Sales order and this text will be displayed in Delivery Creation. You need to configure in Transaction VOTXN .

Regards,

Praphul

0 Kudos

Hi ,

   FORM USEREXIT_MOVE_FIELD_TO_LIKP  is right place.

    One more question, which form update TABLE xvbpa?

   

    Thanks.

0 Kudos

Hi,

You want to update partner function data from Delivery creation transaction ?

Regards,

Praphul

0 Kudos

Hi,

  

    Actually I want to get partner data fill in Zfiled in table LIKP.

    But before this, have to popup dialog display partners and user will select one partner fill in  zfield.

    TKS.

0 Kudos

Hi,

You can read the data from XVBPA  in this form (USEREXIT_MOVE_FIELD_TO_LIKP) and update the likp-zfield .

Regards,

Praphul

Thank you very much~ :)