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

structure in tables

Former Member
0 Likes
4,221

i want to reteive data for sold-to-party&ship-to-party for an invoice smartform.sold-to-party is coming from kuagv-kunnr&ship-to-party is coming from kuwev-kunnr in VA02 tcode ,but kuwev&kuagv are structures.how to find out in which tables these structures are included.plz help.

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
3,388

Refer the following link to find the table name

Refer the following link to find the table name

11 REPLIES 11
Read only

Former Member
0 Likes
3,389

Refer the following link to find the table name

Read only

Former Member
0 Likes
3,388

Hi,

U can do this,

goto se11, in data types ,write structure's name,

click on utilitites, goto where used list n get the tables if any..

reward if helpful,

Pritha.

Read only

0 Likes
3,388

i tried as per ur info.but it's displaying 'no database tables found'.

Read only

0 Likes
3,388

HI,

Its because no tables exist for the structures.

Regards,

Pritha.

Read only

0 Likes
3,388

hi srinivas,

try this data base tables for partner functions,

edpar,

knvv,

knvp.

reward points if hlepful,

regards,

seshu.

Read only

0 Likes
3,388

hi srinivas,

try this data base tables for partner functions,

edpar,

knvv,

knvp.

reward points if hlepful,

regards,

seshu.

Read only

0 Likes
3,388

hi srinivas,

try this data base tables for partner functions,

edpar,

knvv,

knvp.

reward points if hlepful,

regards,

seshu.

Read only

Former Member
0 Likes
3,388

It is sales order ,so get the data from VBPA Table based on ur condition.

VBPA is the Sales prtner table

Sold to party

get kunnr from vbpa if vbeln = ur sales order

parvw = 'SP'

Ship_to_party

get kunnr from vbpa if vbelm = ur sales order

parvw = 'SH'

Read only

0 Likes
3,388

thanku for ur reply.why did u give partner function, parvw = SH&SP.plz clarify

Read only

0 Likes
3,388

Hi Srinivas,

Based on PARVW ( Partner function ) - system knows who is sold to party,or ship-to-party,bill-to-party or payer

Partner functions are :

Sold-to-party

ship_to-party

bill_to-party

payer

when you see in VBPA Table we have only kunnr field,so system will decide who is sold to party and so on

I am not at system,

goto se11->vbpa->display->table contents->selection -> see the parvw ->f4 on this field -> you get field values SP,SH,BP

Reward Points if it is helpful

Thanks

Seshu

Read only

manubhutani
Active Contributor
0 Likes
3,388

open the structure.

go to utilitites, then where used list

check whatever u want to see.and press ok.