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
413

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

1 ACCEPTED SOLUTION
Read only

RaymondGiuseppi
Active Contributor
0 Likes
374

Screen Exit for Header is SAPMV45A 8309

and for Item is SAPMV45A 8459.

The screen is "additional data B"

Regards

3 REPLIES 3
Read only

RaymondGiuseppi
Active Contributor
0 Likes
375

Screen Exit for Header is SAPMV45A 8309

and for Item is SAPMV45A 8459.

The screen is "additional data B"

Regards

Read only

Former Member
0 Likes
374

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

Read only

Former Member
0 Likes
374

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,