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

Location for a field in PM

ashok_kumar24
Contributor
0 Kudos
890

Hi ,

Execute the transaction IW33.

I need related table for the field

1.KAGTX = value description

2.IKOSTENKGR = actual costs

Thanks and Regards

Ashok

8 REPLIES 8
Read only

former_member221770
Contributor
0 Kudos
448

Ashok,

Can you please provide the structure names as well? My current client does not use PM...

Cheers,

Pat.

Read only

0 Kudos
448

Hi Ashok,

Please try to run SQL trace which will help you to find you to find out the required table.

Steps:

  • Go to ST05 --> Activate Trace.

  • Run the trasaction IW33 , make some changes to the field for which you want to have the table name then SAVE.

  • Go again to ST05 ---> Deactive Trace

  • List trace

  • Then search for the chaged value which u had done on IW33.

  • With this you will be able to see the table name in the Obj. name column.

Cheers

Suuny

Rewrd points , if found helpful

Read only

0 Kudos
448

Hi Sunny,

Thanks for the help, but now our main requirement is in the thread : "<b>

please do the needful.

Thanks and Regards,

Ashok Kumar . N

Read only

Former Member
0 Kudos
448

Hi Ashok,

You can run the SQL Trace (transaction ST05) fro the transaction and then create or change and order. The SQL Trace will show you all the tables updated during a particular set of steps or transaction.

Hope it helps...

Lokesh

pls. reward appropriate points

Read only

Former Member
0 Kudos
448

Hi Ashok,

Run se11 and use where used list for each field. It will then show all tables containing that field.

Best Regards,

Kenny

Read only

Former Member
0 Kudos
448

Hi Ashok,

For fields IKOSTENKGR-PMCOEA(structure) and KAGTXPMCOEA(structure).

Hope this helps.

Try rewarding points.

thanks,

priya

Read only

Former Member
0 Kudos
448

You can get all the cost and revenue details from table PMCO.

The costs and revenues are differentiated based on the Debit type

Quantity details can be got from the PMCOQT

Read only

Former Member
0 Kudos
448

hi ,

One more way to find the actual transparent tables is:

Execute IW33 in one session, open another session and execute Tcode: SM12.

This will show all the DB tables that get locked during your execution of IW33.

Regards

Subramanian