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

RV_AVAILABILITY_CHECK for VA02

Former Member
0 Likes
1,672

Hi Experts,

IN Tcode VA02,Function Module:RV_AVAILABILITY_CHECK is called when we select a line item for a given Order Number & click 'Check Item Availability'.

The Popup screen that appears in the next screen is to be suppressed & in Tab 'Complete Delivery' the 'Copy' button which maps us back to the main screen where there is 'Save' option needs to be activated automatically.

I am currently debugging the Tcode & have got the Perform 'MVERF_PRUEFEN' where the Function Module has been specified.

Please advice.

Thanks.

Hi Experts,

IN Tcode VA02,Function Module:RV_AVAILABILITY_CHECK is called when we select a line item for a given Order Number & click 'Check Item Availability'.

The Popup screen that appears in the next screen is to be suppressed & in Tab 'Complete Delivery' the 'Copy' button which maps us back to the main screen where there is 'Save' option needs to be activated automatically.

I am currently debugging the Tcode & have got the Perform 'MVERF_PRUEFEN' where the Function Module has been specified.

Please advice.

Thanks.

2 REPLIES 2
Read only

Former Member
0 Likes
1,070

In Include:MV45AFZZ

Perform:'USEREXIT_SAVE_DOCUMENT_PREPARE' is called on clicking Save button.Then 'USEREXIT_SAVE_DOCUMENT' is called.

Read only

Former Member
0 Likes
1,070

No replies.