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

REGARDING FIELDS & tables

ashish_gupta11
Explorer
0 Likes
652

Hi Experts ,

Please tell me how to get some field from cluster table like" KONV” with transparent table like "VBAP, VBAK" IN same internal table.

thanks & regards,

Ashish

5 REPLIES 5
Read only

sreeramkumar_madisetty
Active Contributor
0 Likes
637

Hi

Decalre the internal table with those fields and fill that internal table by fetching the data from those table.

Regards,

Sree

Read only

0 Likes
637

Hi sree ,

ya i have done it .but it is a Cluster table so inner join will not work .

Thanks & Regards,

Ashish

Read only

Former Member
0 Likes
637

Hi

Welcome to SDN

<b>Pass the VBAK-KNUMV and VBAP-POSNR fields

to KONV-KNUMV and KONV-KPOSN</b> fields and fetch the data from KONV table

<b>Reward points for useful Answers</b>

Regards

Anji

Read only

Former Member
0 Likes
637

Hi,

Welcome to SDN.

Try doing this ....

1). Goto se12 and display the table BSEG

2). Click on the Delivery & Maintenanace tab

3). Double click on the Pool/Cluster field

4). On the next screen do a where used list

You will find all the related tables.

Regards

Read only

Former Member
0 Likes
637

first apply inner join on vbak and vbap and get the desired fields in the main internal table( itab ) and then use select.......for all entries in itab....to get the value from konv...