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: 

finding table

Former Member
0 Kudos

Dear Friends,

I need to findout in which table the field CALL_STATUS resides.

In RMIPM (Preventive Maintenance I/O Table) structure the field is there but i couldn't find out in which table the field resides.

Could anyone give solution for this.

Regards

karthik

6 REPLIES 6

Former Member
0 Kudos

Hi

Try to search in which table the data element of that field is used.

Anyway it's a description so you can active the trace (trx ST05) to find out the table.

Max

Former Member
0 Kudos

you can goto DD03L table and give the field name as CALL_STATUS , ou can get the list of all tables where this field is used

these are the tables where this field is used

BUPA_CRMF01

BUS051FLDS

RIMHIS01

RMIPM

Message was edited by:

Chandrasekhar Jagarlamudi

Former Member
0 Kudos

CALL_STATUS

IN SE11 just give the field in data type and use where used list in that check table types and table fields .

Hope this may give a hit.

regards,

vijay

0 Kudos

hi,

can u give me the program from which you got this table??

Regards,

Narayani

0 Kudos

I know my reply won´t help the owner of this post, because of the date, but it might help others, since I couldn´t find the answer here....

Solution:

We will never find the contents of the field RMIPM-CALL_STATUS in any standard table, because the text is build in run time.

We have to select data from table MHIS and follow the same logic as Include LIWP3F0M.

I hope this can help someone in the future.

Regards

Kassabian

0 Kudos

Thank You Eduardo Kassabian. Thank You very much for your reply.

Thanks & Regards,

Kani.