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

Modifying ALPHA routine for particular field

Former Member
0 Likes
1,392

Hi Folks,

I want to modify a particular field external format.This can be achieved by conversion routine of the field.

The conversion routine of the field is ALPHA routine.

How can i modify ALPHA routine for particular field(Custom field) only.

The custom field is in custom tables and even some standard transactions.

Thanks,

Smriti

1 ACCEPTED SOLUTION
Read only

matt
Active Contributor
0 Likes
961

If it is a custom field, then define your own data element and domain and write your own conversion routine.

Changing the standard one would be the worst possible approach for your requirement.

Hi Folks,

I want to modify a particular field external format.This can be achieved by conversion routine of the field.

The conversion routine of the field is ALPHA routine.

How can i modify ALPHA routine for particular field(Custom field) only.

The custom field is in custom tables and even some standard transactions.

Thanks,

Smriti

2 REPLIES 2
Read only

matt
Active Contributor
0 Likes
962

If it is a custom field, then define your own data element and domain and write your own conversion routine.

Changing the standard one would be the worst possible approach for your requirement.

Read only

former_member730258
Participant
0 Likes
961

1. Create an FM with similar input/output parameters as CONVERSION_EXIT_ALPHA_OUTPUT

2. Create custom domain for your custom field in SE11. In the definition tab, set the conversion routine as the one created in step-1.