cancel
Showing results for 
Search instead for 
Did you mean: 

Partner Functions report

Former Member
0 Kudos

Dear Gurus,

I want to obtain a list of all the ship to party customers assigned to a sold to party along with their address and VAT registration numbers. Please guide me.

Thank You

Kumar

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

Hi Kumar,

In standard there is no such report readily available.But you can develop a Z report.

I will provide you the logic.

Goto SE11/SE16.

Enter the table name as "KNVP".

Enter your sold-to-party.Execute.

Fetch all the customer numbers having partner type as "WE".

Pass the same into KNA1 to get the VAT registration number from the field "STCEG".

From the same table you will get the address also.

Regards,

Krishna.

Answers (1)

Answers (1)

Former Member
0 Kudos

Hi

Ther is no standard report available as per your requirement. My suggestion would be in SAP QUICK VIEWER USING SQVI AND use the table join condition with the following tables

KNVV customer partner functions

KNA1 customer general data

you will get the desired report

regards