‎2015 Mar 10 1:02 AM
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!
‎2015 Mar 10 4:58 AM
‎2015 Mar 10 4:58 AM
‎2015 Mar 10 4:33 PM
Thanks, do you know how to change input flag by row and not by column?
‎2015 Mar 10 5:47 PM
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.
‎2015 Mar 10 6:07 PM
I need to change the table control of items, so the user can not add more items...
‎2015 Mar 10 6:14 PM
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
‎2015 Mar 10 10:10 PM
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..