cancel
Showing results for 
Search instead for 
Did you mean: 

User Exit in sales order

Former Member
0 Kudos

hi all,

In VA01 abaper has added loan fields in additional tab B.My requirement is that if a loan exists in the sales order than user can not change the pricing in the VA02.It should throw an error message here.

Which user exit should i use to get this requirement.

cheers

shalsa007.........

Accepted Solutions (0)

Answers (3)

Answers (3)

Former Member
0 Kudos

Hi,

Try this user exit , USEREXIT_FIELD_MODIFICATION (module pool SAPMV61A)

in program MV61AFZA.

Hope this solves yuour query.

Former Member
0 Kudos

Hi, this can be done with the user exit MV456AFZZ, provide the ABAPER with the field that you have added, and ask him to write in the code " if this field value is not initial and sy tcode = va02, then the price field shoud be non editable.

Regards,

former_member206976
Active Contributor
0 Kudos

Hi,

Try with USEREXIT_READ_DOCUMENT (MV45AFZZ)

cheers

Former Member
0 Kudos

hi

wt should i suggest my abaper in this exit and wt changes should i mention in the functional specs.

cheers

shasla007...........

Former Member
0 Kudos

In the userexit USEREXIT_READ_DOCUMENT (MV45AFZZ) , read the corresponding field..

And if it contains any value ask the ABAPer to add the logic to throw error message.

Thanks