cancel
Showing results for 
Search instead for 
Did you mean: 

User Exit for Partner Determination

Former Member
0 Kudos

Hello Experts,

I have a requirement where if user manually adda a ZZ partner function to partner header in Sales document, then a ZX partner function should be automatically created.

Is it possible to configure it through VOPA transaction?

Or else which user exit I can use and how to use it?

Thanks,

Swati

Accepted Solutions (0)

Answers (6)

Answers (6)

Jelena
Active Contributor

I don't think it's possible through configuration, although you might want to re-think the design - if the two partners are always assigned together, why can't they be combined in one?

You might have to use another user exit, e.g. USEREXIT_MOVE_FIELD_TO_VBAP in MV45AFZZ. But I would leave the decision to the qualified ABAPer.

Former Member
0 Kudos

Hi All,

Thanks for replying.

I tried to trigger the user exit. Problem is that i want a user exit that triggers after a partner function is added manually in partners screen.

These get triggered at the time of entering sold-to and does not serve my purpose since it depends on user if he will add ZZ or not

Former Member
0 Kudos

Yes but how do i trigger exit EXIT_SAPLV09A_003?

Former Member
0 Kudos

Hi,

If PARVW_4 is ZZ partner function then trigger your new partner function.

regards

vamshi reddy

Former Member
0 Kudos

Better to speak to ABAPer to trigger the form.

Best Regards,

Ankur

Former Member
0 Kudos

to trigger User exit

Goto T-code: smod.

Give package : VPD

Select exit name : V09A0003

Now goto t-code: cmod

vreate your project and give exit name V09A0003

goto components and select EXIT_SAPLV09A_003

and double click ZXV09U03 and implement your logic.

hope this will be helpful.

regards

Vamshi reddy

Former Member
0 Kudos

Hi,

Partner functions ZZ may or may not exist always in the docuemnt. But if a user adds ZZ then ZX should be automatically created. I found a user exit EXIT_SAPLV09A_003 but will this help? Has anyone worked on it?

Former Member
0 Kudos

EXIT_SAPLV09A_003 & EXIT_SAPLV09A_004 can help you to solve the query.

Best Regards,

Ankur

Former Member
0 Kudos

Hi

Please find the user exit in the sales order

V45A0002

REgards

Damu

Former Member
0 Kudos

Hi,

As far as my understanding this not available,

You can fetch it both partners from customer master, why u put it manually in sales order ???

Kapil