Application Development 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: 

please let me know table name

Former Member
0 Kudos

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.

3 REPLIES 3

uwe_schieferstein
Active Contributor
0 Kudos

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

Former Member
0 Kudos

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

Former Member
0 Kudos

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