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

convert database field

Former Member
0 Likes
663

Hi Experts,

In my database for the field vbak-auart is "TA" in se11. but when i double click on it it converts to "OR"(vbak-auart). so in the output am getting TA but i need it as OR how to convert it.

Please help me.

Correct answers will be appriciated with good points.

Regards

Sunita.

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
626

Hi ,

try this FM

CONVERSION_EXIT_AUART_OUTPUT

TA---->OR.

CONVERSION_EXIT_AUART_INPUT

OR---->TA.

regards

Prabhu

3 REPLIES 3
Read only

Former Member
0 Likes
627

Hi ,

try this FM

CONVERSION_EXIT_AUART_OUTPUT

TA---->OR.

CONVERSION_EXIT_AUART_INPUT

OR---->TA.

regards

Prabhu

Read only

Former Member
0 Likes
626

Use the Conversion Exits for field AUART.

CONVERSION_EXIT_AUART_INPUT
CONVERSION_EXIT_AUART_OUTPUT

Amandeep

Read only

Former Member
0 Likes
626

Hi Guys,

Thnx a lot . issue solved!

Regards

Sunita.