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

structure field

Former Member
0 Likes
997

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.

8 REPLIES 8
Read only

Former Member
0 Likes
944

Try to run the transaction which is using this structure with ST05(Trace) and check which DB table is accessed , this will help you

Read only

Former Member
0 Likes
944

Hi Check AFKO-GAMNG.

You are probably working on order ( planed or production ).

Hope this helps,

Erwan

Read only

Former Member
0 Likes
944

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.

Read only

Former Member
0 Likes
944

Sorry i have givven worng field.

correct one is :<b>caufvd-GWEMG</b>

Regards

ramu

Read only

0 Likes
944

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

Read only

Former Member
0 Likes
944

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

Read only

0 Likes
944

<b>caufvd-GWEMG</b>

Regards

Ramu

Read only

0 Likes
944

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