‎2011 Dec 01 10:30 AM
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
‎2011 Dec 01 10:37 AM
You click where used list and select table fields to findafter getting the value on pressing F1 .
‎2011 Dec 01 10:41 AM
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
‎2011 Dec 01 10:40 AM
‎2011 Dec 01 10:46 AM
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
‎2011 Dec 01 11:00 AM
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