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

CONVERSION_EXIT_ISTAT_OUTPUT

Former Member
0 Likes
675

hi all can any one please tell me how many tables and views are used in the following mention conversion exit with there names.

CONVERSION_EXIT_ISTAT_OUTPUT

Edited by: Pankaj Prasad on Aug 26, 2008 3:08 PM

hi all can any one please tell me how many tables and views are used in the following mention conversion exit with there names.

CONVERSION_EXIT_ISTAT_OUTPUT

Edited by: Pankaj Prasad on Aug 26, 2008 3:08 PM

4 REPLIES 4
Read only

Former Member
0 Likes
636

I just checked only one Domain is using that in my system.

Domain: using the Table DD01L with COnversion exit

CONVEXIT = 'ISTAT' . i got the following results. I am not sure you know this or not. But this is the approach.

J_ISTATEXT

The Dataelements using the dataelement..

DPR_TV_BAPI_STATUS_TEXT

IMA_STATUS

IM_STATUS

J_ISTATEXT

Then the tables using the above fields

BAPI1057CD

BAPI1057CD

BAPI1057CR

IMCC

IMCC

RAIPATTR

RAIPATTR

RICASP

RICASP

RIMCMC

RIMCMC

RIPASP

RIPASP

RIPASP_MDC

RIPASP_MDC

RIRASP

RIRASP

RIRASP_MDC

RIRASP_MDC

V_IMCD

V_IMCD

Read only

Former Member
0 Likes
636

Hi,

This conversion exit CONVERSION_EXIT_ISTAT_OUTPUT is used for domain J_ISTATEXT.

Regards,

Raju.

Read only

0 Likes
636

Well, these are the data elements having the domain

DPR_TV_BAPI_STATUS_TEXT

IMA_STATUS

IM_STATUS

J_ISTATEXT

and the following are the tables

ISTAT_MEAS

ISTAT_REQ

Read only

Former Member
0 Likes
636

go to the conversion exit and click on the where used list button and select the options as tables and views or whatever you want...then it displays the list of tables, views used for that conversion exit.

Thanks,

Srinivas