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

User Exit for VA41

Former Member
0 Likes
528

Hi,

When i am entering any values in contarct end rule(Header rule) in tcode va41 i need to check a condition...How to put my code part for this check....

Thanks,

Bhanu

Hi,

When i am entering any values in contarct end rule(Header rule) in tcode va41 i need to check a condition...How to put my code part for this check....

Thanks,

Bhanu

3 REPLIES 3
Read only

Former Member
0 Likes
505

Check with MV45AFZZ Include program .

It should trigger for VA41 Transaction

Thanks

Seshu

Read only

0 Likes
505

Yes i am using MV45AFZZ Include only but after entering Endrule value...If i press Enter ..At that time i need to validate the data...

Read only

0 Likes
505

Then use form routine called

FORM USEREXIT_SAVE_DOCUMENT_PREPARE.

ENDFORM.

Thanks

Seshu