2006 Nov 17 7:42 AM
hi experts,
i want to know the tables which are related to IW32 transaction and also i am giving below some structure names plase let me know corresponding table names. this is regarding <b>Plant Maintenence</b>.
Structure name : DIPMCO,PMCO_KGR,PMCOSUM,PMCOEA
Structure name :BAPI_ALM_ORDER_COSTS_DETAIL_E
thanks in advance.
hi experts,
i want to know the tables which are related to IW32 transaction and also i am giving below some structure names plase let me know corresponding table names. this is regarding <b>Plant Maintenence</b>.
Structure name : DIPMCO,PMCO_KGR,PMCOSUM,PMCOEA
Structure name :BAPI_ALM_ORDER_COSTS_DETAIL_E
thanks in advance.
2006 Nov 17 9:10 AM
Hello Munvar
In packages SEST you will find very interesting objects for program analysis.
Function group SEA1 contains function module <b>RS_PROGRAM_TABLES</b> which will show you all tables accessed by a program object.
For example, enter OBJECT_TYPE = 'TRAN' and OBJECT_NAME = 'IW32' and the function module will show you all tables accessed by the transaction.
Note that the object_type is not the one used in the CTS (table E071) but from DB table EUOBJ.
Regards
Uwe
2006 Nov 17 1:51 PM
Hi,
check the following link to get the list of Plant Maintenance tables:
http://www.erpgenie.com/sap/abap/tables_pm.htm
best regards,
Thangesh
2006 Nov 17 2:43 PM
Hi
1) The include LCOIHTOP will give you some idea about the tables used in IW32.
2) ST05 activate the trace, Now go to IW32 do some operation, and now stop the trace and view the same. It will give you all list of all tables that has been accessed.
3) Most of the PM Order related tables are in AF* & AUFseries. Do a F4 help in SE11 using AF and AUF*.
Regards
Kathirvel
| User | Count |
|---|---|
| 4 | |
| 2 | |
| 2 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 |