Application Development 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: 

add fields to Header Additional Data B tab at VA01

Former Member
0 Kudos

Hello experts,

I want to add fields to Additional Data B tab at VA01.

I have done the following: append a structure to VBAK and design the layout for screen 8309.

But the screen do not display and I want to know the following steps to finish it.

Thanx.

Best regards,

ts   

1 ACCEPTED SOLUTION

Former Member
0 Kudos

Hi T S ,

please floow the belwo code.

Choose the table VBAP or VBAK ( depending on header or item)

Click on button "append Structures" .

It will propose you the standard name for the table ZAVBAP or ZAVBAK

Add fields with prefix ZZ like ZZCOLOR

In transaction SE51 maintain user exit screens in program SAPMV45A

- 8459 user exit item level

- 8309 user exit header level

You can then design your own layout. and define your flow logic.

PBO modules MV45AOZZ

PAI modules MV45AIZZ

Data definitions MV45ATZZ

Subroutines in MV45AFZZ

Thanks

Tarak

3 REPLIES 3

Former Member
0 Kudos

Hi T S ,

please floow the belwo code.

Choose the table VBAP or VBAK ( depending on header or item)

Click on button "append Structures" .

It will propose you the standard name for the table ZAVBAP or ZAVBAK

Add fields with prefix ZZ like ZZCOLOR

In transaction SE51 maintain user exit screens in program SAPMV45A

- 8459 user exit item level

- 8309 user exit header level

You can then design your own layout. and define your flow logic.

PBO modules MV45AOZZ

PAI modules MV45AIZZ

Data definitions MV45ATZZ

Subroutines in MV45AFZZ

Thanks

Tarak

0 Kudos

Hello Tarak,

Thanks for your reply. Actually, that's not what I want. As I stated, I had appended a structure to the DB table and designed the layout. But the screen did not display. I also want to know what code should I write under these three modules. Thanx.

0 Kudos

Hi T S,

You must have missed Activating the Exit. Check there.

Thanks.

Kumar Saurav.