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

VA22 - Save validations

Former Member
0 Likes
396

Hi gurus,

I need to look into Quotation(VA22) Status and then do some validation like if the current Quotation is approved i need to reject other quotations based on some conditions.

As of now i know the User Status information will get stored in table JCDS and JEST once we save the quotation.

I am not able to find the internal table/variable where JEST info is stored at run time. I mean i am looking for something like XVBAK where the header info is stored at runtime. To be specific i need to know the value of JEST-STAT to carry out further processing.

I am planning to enhance the MV45AFZZ include programs FORM USEREXIT_SAVE_DOCUMENT to incorporate changes.

Could you please guide me how to find the value JEST-STAT at run time in the above mentioned include program.

Thanks in advance

Regards

Shreeshail Ganiger

1 REPLY 1
Read only

Former Member
0 Likes
327

Used the function STATUS_READ.

Issue resolved.