Application Development Discussions
Join the discussions or start your own on all things application development, including tools and APIs, programming models, and keeping your skills sharp.
cancel
Showing results for 
Search instead for 
Did you mean: 

Dictionary table

Former Member
0 Kudos

Hi guys,

I need get the Business Partner Number (PARTNER) but somebody know in which table can I find this field? This field is displayed in transaction VL33N on tab Partner.

Thanks in advance

Marisol

1 ACCEPTED SOLUTION

Former Member
0 Kudos

Maybe you want this

BAPISDORDER_GETDETAILEDLIST

chose order_view-partner = 'X'.

put the vbeln in table sales_documents and you can see the partners

5 REPLIES 5

Sm1tje
Active Contributor
0 Kudos

LFA1 possibly?? No sap system at hand, but sounds more or less familiar (I think and hope).

abdul_hakim
Active Contributor
0 Kudos

Hi

Please check the table KNVP.

Regards,

Hakim

<REMOVED BY MODERATOR>

Edited by: Alvaro Tejada Galindo on Apr 11, 2008 5:04 PM

former_member583013
Active Contributor
0 Kudos

Try VBPA2

Greetings,

Blag.

0 Kudos

Sorry...I was wrong -:(

You must go to LIKP with the VBELN number...and took the LIFNR number.

With the LIFNR you go to LFA1 and got the details of the partner -;)

Greetings,

Blag.

Former Member
0 Kudos

Maybe you want this

BAPISDORDER_GETDETAILEDLIST

chose order_view-partner = 'X'.

put the vbeln in table sales_documents and you can see the partners