‎2008 Feb 05 6:31 AM
I want to have some fields in VL31n at header level to capture certain details.
How is it possible
regards
VS
‎2008 Feb 05 6:39 AM
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