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

Restrict adding items in VA02

Former Member
0 Likes
1,322

Hi all, I have the following requirement: do not allow the user to add items in VA02 due to certain conditions for some orders...

I need to have something like Reason for rejection tab, the user can modify current item but can not add more...

Can that be done by code or by Transaction/Screen Variants?

Any suggestion?

I'd appreciate any guidance, regards!

1 ACCEPTED SOLUTION
Read only

VenkatRamesh_V
Active Contributor
0 Likes
1,238

Hi,

Try

Include MV45AFZZ.

Hope it helpful,

Regards,

Venkat.

6 REPLIES 6
Read only

VenkatRamesh_V
Active Contributor
0 Likes
1,239

Hi,

Try

Include MV45AFZZ.

Hope it helpful,

Regards,

Venkat.

Read only

0 Likes
1,238

Thanks, do you know how to change input flag by row and not by column?

Read only

0 Likes
1,238

Hi,

Hope i understand your requirement.

You can check the condition by checking the data base table vbap weather item already exit or not by select query.

Hope it helpful,

Regards,

Venkat.

Read only

0 Likes
1,238

I need to change the table control of items, so the user can not add more items...

Read only

0 Likes
1,238

Hi,

Hope i understand your requirement.

User should not add more items - considering as new items ?.

Check the   data with  the  table using  key fields, if select query  returns null values

display error message.


Hope it helpful,


Regards,

Venkat.V

Read only

0 Likes
1,238

Exactly, the user could not add new items, but I don't want to manage that with error messages, I want to make impossible to edit  the rest of the table, just allow to make changes in current items..