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

VA02 Screen Exit

Former Member
0 Likes
1,238

Hi

I want to add some new fields to the Screen 8410 i.e Additional Item Data B screen of VA02...

But I am unable to find the Enhancement name for this screen exit so that I can proceed ahead.

I tried to find the user exits using traditional methods.. so please post me the exact enhancement name

Can somebody help me with this ASAP...

8 REPLIES 8
Read only

Former Member
0 Likes
1,003

Hi

There isn't an enhancement for that screen-exit.

The sales program SAPMVA45 is managed by the old concept of exit: so u need to register the object in OSS in order to get the access key.

Max

Read only

naimesh_patel
Active Contributor
0 Likes
1,003

I think for Additional Data B, you need to implement subscreen 8309.

Get the Access key for that object and change the object. Add you modules in PBO and PAI. Create those modules in any of the sales order user exit includes e.g. MV45AOZZ.

Regards,

Naimesh Patel

Read only

0 Likes
1,003

hi

Actually Additional Data A Screen already exists and that is screen 8309...

Is there any way I can find which enhancement Screen 8309 belongs to...

Read only

0 Likes
1,003

4309 - 4.0: Subscreen: Header - Additional data A

4312 - 4.0: Subscreen: Header - Additional data B

Regards,

Naimeh Patel

Read only

0 Likes
1,003

Hi Grame

Just as I said in my previuos answer: there isn't an enhancement, so there's no way to find it.

U need to run trx SE80, insert the program SAPMV45A, go to screen 8309, do doubleclick on it and press CHANGE.

Now the system call you the access key: u need to go to OSS in order to register object and get the access key.

Max

Read only

0 Likes
1,003

As suggested you have to use the access key and change the screen. If access key already entered, then it will not ask you for that. You can right away add the screen fields.

You need access keys for PAI, and PBO modules also.

MV45AOZZ.             " User-modules PBO
 MV45AIZZ               " User Modules for PAI.

Read only

Former Member
0 Likes
1,003

Hi ,

The subscreen 4462 can be used as an Additional tab B.

Type the transaction SE 80 -> Give the program name in the Repository Browser-> Program-> SAPMV45A -> screens ->

check this include MV45AFZZ . I think the changes are done in this include.

Regards,

Kasuladevi

Read only

Former Member
0 Likes
1,003

Well that was a customer exit not a screen exit as far I see it from all your answers..

Thanks a ton