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

ALE Conversion Routine

Former Member
0 Likes
708

Hello Experts,

I need some help with an ALE conversion. The ALE conversion routine (available in BD79), for eg CONVERSION_EXIT_xxxxx_OUTPUT where xxxxx is for eg BUKRS; takes this BUKRS field as input and we can modify that and place it back as Output.

Could someone tell me if we can give any other field as input to this conversion routine. I need to make the value of this BUKRS field as a constant value when Value of BUKRS (company code) = value of KOKRS (controlling area).

I greatly appreciate your inputs.

Thanks in advance

Mridula

3 REPLIES 3
Read only

Former Member
0 Likes
598

Hi Mridula,

Conversion routines are based on the data element.

So you can't use the conversion exit of one data element for another data element.

Regards,

Atish

Read only

0 Likes
598

thanks Atish for your reply. Now I get it.

Could anyone pls. any other option to fit my requirement ? I can always go in for BADI implementation; I just want to look out for more options on the same.

Thanks a lot !

Mridula

Read only

0 Likes
598

Hi Mridula,

IF you have BADI available and it suits your requirement then it is better idea to use the same.

Regards,

Atish