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: 

Additional data B screen Changes in VA01

Reejapanath
Explorer
0 Kudos

Hi,

I have a requirement to use the Additional data B tab in VA01 transaction. I read few threads on this and came to know that the user exit screen in the program can be edited only using the access key, but if I get the access key for this I will be able to edit other screens as well. In this case will SAP support the product or is there any screen exit which I should use for this purpose.

Thank You.

1 REPLY 1

Former Member
0 Kudos

Hello,

it's a pity, but there are only these very old exits in SD. There are some Badi's too, but only for sap internal use.

So, if you have to use the additional data B in VA01, you'll have to modify the Dynpros 8309 (Additional data B on Header level)

and / or 8459 (Additional data B on Position level).

These dynpros exist, but are delivered empty by SAP.

To change them, you'll have to get access keys for R3TR PROG SAPMV45A (which is the main program).

Further more you should code all PBO Modules you need in these dynpros in MV45AOZZ, all PAI modules in MV45AIZZ and all

form routines in MV45AFZZ.

So you'll have to get an access key for these includes too.

Never change any other dynpro's !

Regards Wolfgang