cancel
Showing results for 
Search instead for 
Did you mean: 

Any Tcode To find ouf Different Partenr functions for customer

Former Member
0 Kudos

Hello,

Is there any report/Tcode to check different partner functions for a customer in sales order.i mean what i want to find out is

for example all sales orers where SP and SH diffrent,SP and PY same but SH different.

Is there any way to check this permitations and combinations

Kumar

Accepted Solutions (0)

Answers (3)

Answers (3)

Lakshmipathi
Active Contributor
0 Kudos

Dear Kumar

Go to SE16, input Table VBPA and execute. You can get the desired datas there.

thanks

G. Lakshmipathi

Former Member
0 Kudos

Hi,

u can use standerd abap query or u can use user exit.

if it's usefull take this .

User Exits for Partner Determination

Partner determination contains the following user exits for your use:

EXIT_SAPLV09A_001

You can use this user exit to control whether an address that was entered manually and has already been used in other documents (referenced), should be referenced again if it changes or whether a new address shold be created (duplicated).

EXIT_SAPLV09A_002

Call up this user exit if a customer has not been maintained in the current sales area.

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.

For more detailed information, see the program documentation for each ofthe user exits.

Former Member
0 Kudos

HI,

you may opt for a Query based on table VBPA as there is no standard report to satisfy your requirement.

Regards,

Anil Kumar