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

va01

former_member188827
Active Contributor
0 Likes
398

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.

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
375

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

2 REPLIES 2
Read only

Former Member
0 Likes
376

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

Read only

Former Member
0 Likes
375

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