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 FIELD DETERMINATION PROBLEM

Former Member
0 Likes
841

Hi Experts,

I have a problem described below by an example .

Suppose I enter in the Tcode 'MIRO' and give the value of the field 'Inv. recpt date' and 'Reference' and then press

'ENTER' . Now I just want to know that in which table the value of the field 'Reference' is gone and saved . I tried in a

method in which I click on the field and press 'F1' . But it is showing only the structure name 'INVFO' not th table name.

So please tell me the exact step through which I can identify the table name properly .

DEB

Edited by: DEB. ABAP on Dec 1, 2011 11:32 AM

Moderator message: FAQ, please search for previous discussions of this topic.

Edited by: Thomas Zloch on Dec 1, 2011 12:12 PM

5 REPLIES 5
Read only

surajarafath
Contributor
0 Likes
792

You click where used list and select table fields to findafter getting the value on pressing F1 .

Read only

0 Likes
792

Hi playsuji ,

I tried your way but where used list is giving only some program name . But I am not getting any database table name .

DEB

Read only

nabheetscn
SAP Champion
SAP Champion
0 Likes
792

Table is RBKP you will the details there.

Nabheet

Read only

0 Likes
792

Nabheet ,

Thanks for your answer . But I want to know how you find this table name RBKP .I want to know the entire process of finding table .

DEB

Read only

0 Likes
792

Hi,

U cant find out the field using pressing F1 in this type of fields....

most of the MIRO details are in RBKP and RSEG.

Some times U can find multiple values for particular record

Suppose U got 3 entries in the field of the REFERENCE from the table. To find out which is the reference u have to make help of other field. This field is almost called CONDITION TYPE.

These things are depends on clients.... So we cant give a proper answer....

Eg: REFERENCE CONDTION

123 A

124 B

125 C

here 3 values are there in ref for one doc so we have to refer condition also.....

Values : 123,124,125

condition : A, B, C

Edited by: Riyas.a.rasak on Dec 1, 2011 12:02 PM

Edited by: Riyas.a.rasak on Dec 1, 2011 12:05 PM