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

How to know structure getting data from particular table

Former Member
0 Likes
1,589

Hi experts,

I am running standard tcode MD04, in this tcode one screen field is there MDSTA-SUM02.

I am getting data from MDSTA structure, How we can know which table data is coming for this structure.

Thanks in addvance.

mahahe.

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
1,246

Mate

U can use tcode SE15 ->ABAP Dictionary>Fields--->select the table fields -here enter the FIELD NAME to found and press F8

It will list all the tables which contains that fields

Note : In most cases the name fields both in structure and table will unique ..

Anand kumar

Hi experts,

I am running standard tcode MD04, in this tcode one screen field is there MDSTA-SUM02.

I am getting data from MDSTA structure, How we can know which table data is coming for this structure.

Thanks in addvance.

mahahe.

5 REPLIES 5
Read only

Former Member
0 Likes
1,246

Hi

I doubt that all the valuse in the transaction directly come from any table .

Most of the information come from MDRS table.

but some of the calculation is also doen by the function module MD_PEGGING_NODIALOG.

Neha

Edited by: Neha Shukla on Dec 8, 2008 11:32 PM

Read only

Former Member
0 Likes
1,247

Mate

U can use tcode SE15 ->ABAP Dictionary>Fields--->select the table fields -here enter the FIELD NAME to found and press F8

It will list all the tables which contains that fields

Note : In most cases the name fields both in structure and table will unique ..

Anand kumar

Read only

0 Likes
1,246

not at solved .

Read only

Former Member
0 Likes
1,246

Hi Mahahe,

Why dont you do a global search for the field MDSTA-SUM02 in the print program. You might find it out.

If not just go-a-head and Debug the standard code. As it is filling of the structure you may be able to find it easily.

Best Regards,

Ram.

Read only

Former Member
0 Likes
1,246

Check in the where-used list table field

you will be able to know from which transperent table is linked with the particular fields