cancel
Showing results for 
Search instead for 
Did you mean: 

Disable conversion exit for a table column

Torsten_
Advisor
Advisor
0 Kudos

Hi,

I've created a tabel based on a context node.

One component of the node based on a domain (ATINN) with a conversion exit.

The conversion exit change the value for the field from the internal number to the externeal name like 4711 = > PUMP (internal number = 4711 and external name = PUMP)

The result of the table always shows the value PUMP. But I need the internal number to show.

It is possible to deactive the conversion exit for a special field in a table view?

Or it is necessary to create a new data element which not based on the default domain?

Thx for help

BR

Torsten

Accepted Solutions (0)

Answers (2)

Answers (2)

sandeep_katoch
Contributor
0 Kudos

Hi Torsten,

If you are just using DDIC to view these entries then you can uncheck a checkbox from MENU---SETTINGS---USERPARAMETERS-----chcek conversion exits.

It will byepass the check of conversion exit.

If you are facing problem during a select query in a prog then it will be better for you to change the data element as suggested by RBEI.

Thanks

Sandeep Katoch

Former Member
0 Kudos

Hi Torsten,

It is not possible to deactivate the conversion exit, which change your value. It would be better if you could create a new data element with new domain for your use.

Or else alternatively you could check, if there is a function module available to convert from external name to internal number. Then you convert the external name to internal number before you display your view.

Regards,

Nitin,

RBEI..