cancel
Showing results for 
Search instead for 
Did you mean: 

User exit for automatic payer determination

gino_babu2
Participant
0 Kudos

Dear SAP Gurus

Our client's requirement is to capture an automatic payer in the line item for free goods when the free good is entered as they dont want the customer to bear the levied duties for free goods .Is their any user exits available for such requirement.

Regards

Sidhu

Accepted Solutions (0)

Answers (2)

Answers (2)

Lakshmipathi
Active Contributor
0 Kudos

Try with the following sale order exit where you can validate the item category

USEREXIT_MOVE_FIELD_TO_VBAP in the program MV45AFZZ

G. Lakshmipathi

Former Member
0 Kudos

Hi Gino,

You can use user exit EXIT_SAPLV09A_004 to meet your requirement.

Revert point if this is useful.

Former Member
0 Kudos

Hi Gino,

You can use EXIT_SAPLV09A_003 also for your requirement.

EXIT_SAPLV09A_003 / EXIT_SAPLV09A_004 can be viewed in SE37. Also read the function module Documentation before implementing this user exit. This FM documentation will provide the details of which internal tables or work areas can be used in program for ready reference.

gino_babu2
Participant
0 Kudos

hi laxmipathiji and Tapan

Thanks for your help but I am afraid that my information was not complete in the first post. Actually we wanted to bring a particular payer in the item tab based on the item category field. For eg if its 'tann' it the item's payer should change automatically to 'xxxxxx'. So after checking the exits given by you I could find out that partner determination is done based on the sale area only in those exits.. Please revert

Former Member
0 Kudos

Dear Gino

Try using EXIT_SAPMV45A_003.

regards

Harish