Application Development and Automation 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: 
Read only

Table for description

Former Member
0 Likes
2,951

Hi All,

Please tell me which tables contain the text for Shipping Point/Receiving Point (LIKP-VSTEL), Ship-to party and Article Number

Regards,

Jean Pearl D'souza

Edited by: Jean Pearl D'souza on Oct 14, 2009 3:01 PM

6 REPLIES 6
Read only

Former Member
0 Likes
2,234

Hi

Refer to table :TVST

Regards,

Raghu.

Read only

Subhankar
Active Contributor
0 Likes
2,234

Hi

You will get Shipping Point/Receiving Point text in table TVSTT and Ship-to party text in ADRC.

Thanks

Subhankar

Read only

Former Member
0 Likes
2,234

Could u please tell me which field contains the description of ship to party in ADRC table?

Regards,

Jean Pearl D'souza

Edited by: Jean Pearl D'souza on Oct 15, 2009 6:19 AM

Read only

0 Likes
2,234

name1

Read only

Former Member
0 Likes
2,234

Hi,

Ship to party is just a customer number. If you are looking for a description of a person, it should be the name or address which are available in ADRC

Vikranth

Read only

Former Member
0 Likes
2,234

Hi,

For fetching the descriotion of sol to party you can try,

Pass the sales Document number or Delivery Doc Number to VBPA-VBELN field

and take the related Partner Number with the required partner function,

That Partner Number you can pass in KNA1 table and fetch the NAME1.

For finding the address details,

Goto table VBPA and enter customer number with partner function(PARVW) value

and fetch the adrnr that is address number and put that ADRNR to ADRC table.

Hope it helps

Regards

Mansi