‎2006 Dec 04 8:11 AM
Hi All,
Can any one kindly help me on this.
i have one structure field.<b>caufvd-gmeng</b> .how to find the the table of this field.
i tried in somany ways but i did't get.
Kindly suggest.
Thaks in Advance .
Thanks&Regards.
ramu.
‎2006 Dec 04 8:13 AM
Try to run the transaction which is using this structure with ST05(Trace) and check which DB table is accessed , this will help you
‎2006 Dec 04 8:14 AM
Hi Check AFKO-GAMNG.
You are probably working on order ( planed or production ).
Hope this helps,
Erwan
‎2006 Dec 04 8:16 AM
Hello Ramu,
This field is not directly available in any table. The value that you see on the screen is computed / transferred in the program and then displayed to you.
Regards,
Anand Mandalika.
‎2006 Dec 04 8:24 AM
Sorry i have givven worng field.
correct one is :<b>caufvd-GWEMG</b>
Regards
ramu
‎2006 Dec 04 8:38 AM
Hi Mitta,
What you can do is checking the "orders" table with an example :
AFKO / AFPO / AUFK
You should retrieve your field.
Hope this helps,
Erwan
‎2006 Dec 04 9:07 AM
Hi Ramu,
Procedure to findout table for this field
-
1) Open SE11 > give the datatype name (GAMNG)> open in 'Display' Mode
2) put cursor on dataelement inputbox --> Go to where used list --> select 'TABLE FIELDS --> click 'OK'.
3) You will get all the table where GAMNG is used.
<b>AFKO Order header data PP orders
MCSFIS R/2 SFIS Data: Old
VSAFKO_CN Version: Order header data for PP orders</b>
I tried for GMENG. but there is no field in CAUFVD structure. Please give right field name i will help you.
Regards
Bhupal Reddy
‎2006 Dec 04 9:16 AM
‎2006 Dec 04 9:19 AM
Hi Mitta,
Did you check the order tables ?
Otherwise,
do an ST05 as given previously.
- Activate your trace.
- Execute your order txn
- deactivate trace, and display:
You'll find the readed table.
Field in the structure are field dynamicaly filled only during the txn execution !
Erwan