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

extar fields in delivery

Former Member
0 Likes
310

I want to have some fields in VL31n at header level to capture certain details.

How is it possible

regards

VS

1 REPLY 1
Read only

Former Member
0 Likes
291

You have to code in the user exits for that. Open SE80 with package VL. You will find all the enhancements (BADI, enhancement spot) where you can add the code. Now you have to find the perticular enhancment what can be usefull for your requirements. for that add breakpoint to those enhancement and check how they are called. when you find the proper enhancement then add the fields and the underlaying logic to modify VL31n .

also open the program SAPMV50A in SE80, in the nevigetion tree in the left hand side you will find the subroutines attached with this program. among those subroutines certain subroutines starts with 'USEREXT_*' ( like : userexit_move_field_to_likp) . Those user exits can also be used for modifying the delivery transaction.

Edited by: Abhishek Sarkar on Feb 5, 2008 7:41 AM