‎2007 Apr 06 11:49 AM
i want to add a new tab and customer fields at header and line item level in va01.i cant use additional data tabs A & b.
can ny1 suggest how to do this
points will b rewarded.
‎2007 Apr 06 2:01 PM
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 SAPMV45A 8309 ( for header ) or SAPMV45A 8459 ( item ) as user exits. There few more exits you will have to code to get this screen works.
CLOSE DUPLICATE THREADS AWARDING POINTS
‎2007 Apr 06 2:01 PM
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 SAPMV45A 8309 ( for header ) or SAPMV45A 8459 ( item ) as user exits. There few more exits you will have to code to get this screen works.
CLOSE DUPLICATE THREADS AWARDING POINTS
‎2007 Apr 07 3:17 AM
Hi,
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 SAPMV45A 8309 ( for header ) or SAPMV45A 8459 ( 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.
<b>I have already provided you this solution in another thread ( in ABAP General). Please close the duplicate thread.</b>
Regards,
RS