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

Screen Exit.

Former Member
0 Likes
599

Hi,

Can Some one tell me where i can find the screen exit for t-code VA01,

My Requirement is:

I need to add up some fields in the screen (VA01)Sales order header details in Additional Data B tab. how can i do this.

Please advice.

4 REPLIES 4
Read only

Former Member
0 Likes
559

It will be :

Program : SAPMV45A

Screen Number :8309

You need to have access key inorder to change .

Thanks

Seshu

Read only

0 Likes
559

Hi Seshu,

Thanks for your Reply.

can you explain me briefly how can i implement the above requitement by using this screen.

Read only

0 Likes
559

Check the below links :

Thanks

Seshu

Read only

Former Member
0 Likes
559

Hi,

SAPMV45A,4309 <<<<Additional Data A

SAPMV45A,4312 ><<<<Additional Data B

INCLUDE MV45AOZZ. " User-modules PBO

INCLUDE MV45AIZZ. " User-modules PAI

i hope the screen exit you are looking for additional Data Aand Data B screens.

Regards