2006 Mar 08 5:02 AM
Hi ,
Execute the transaction IW33.
I need related table for the field
1.KAGTX = value description
2.IKOSTENKGR = actual costs
Thanks and Regards
Ashok
2006 Mar 08 5:33 AM
Ashok,
Can you please provide the structure names as well? My current client does not use PM...
Cheers,
Pat.
2006 Mar 08 5:43 AM
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
2006 Mar 08 11:50 AM
2006 Mar 08 5:35 AM
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
2006 Mar 08 5:45 AM
Hi Ashok,
Run se11 and use where used list for each field. It will then show all tables containing that field.
Best Regards,
Kenny
2006 Mar 08 5:53 AM
Hi Ashok,
For fields IKOSTENKGR-PMCOEA(structure) and KAGTXPMCOEA(structure).
Hope this helps.
Try rewarding points.
thanks,
priya
2007 Jan 19 10:17 AM
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
2007 Jan 19 10:31 AM
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