Skip to Content
0
Former Member
Jan 04, 2008 at 06:28 PM

SD partner determination by plant

113 Views

We want to drive the carrier partner CR by combination of shp-to & plant.

Is there a way to drive this in standard SAP, or is user exit a must to meet this requirement?

If user exit, would one of the 2 work?

EXIT_SAPLV09A_003

Use this user exit to control the origin of partners in the partner

determination procedure (origin X, Y or Z). If X, Y, or Z has been entered

in the Origin field, this user exit is automatically called up during

partner determination.

EXIT_SAPLV09A_004

Use this user exit to integrate your own check in a program, that runs

before the partner is saved in the document.

We have tried implementing changes in user exit MV45AFZZ (form userexit_move_field_to_vbap), but when an order is created with reference the internal table xvbpa ends up with duplicate entries which results in a short dump. We would prefer to find a way to do this through config if possible.