‎2007 Apr 06 11:42 AM
hi
i need to add a new tab at header and line item level in va01.
can ny1 suggest how to achieve this?
ny badi or user exit to add a new tab and customer fields in va01?
points will b rewarded...
rgds
‎2007 Apr 06 12:36 PM
‎2007 Apr 06 12:36 PM
‎2007 Apr 06 1:03 PM
Hi,
SAP has provided screen modification for this. This you can do on "Additional data B" screen at both header and line iteam level.
Additional header data is on screen SAPMV45A 0309, additional item data on screen SAPMV45A 0459. These screens contain the Include screens <b>SAPMV45A 8309</b> ( for header ) or <b>SAPMV45A 8459</b> ( item ) as user exits. There few more exits you will have to code to get this screen works. The are,
MV45AOZZ - PBO module of screen
MV45AIZZ - PAI module of screen
MV45ATZZ - Global data definition for user-exit.
Check this link for more info regarding user-exit in sales docs.
http://help.sap.com/saphelp_46c/helpdata/en/1c/f62c7dd435d1118b3f0060b03ca329/frameset.htm
We have alredy implemented this solution at line item level. Let me know if you have any question.
Regards,
RS
‎2007 Apr 06 1:09 PM
Hi,
We have additional tab - b in which you can add fields.
First go to se11 and add the fields that are required in header and item table.
and then use screen exits.
Regards,