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

Need FM

Former Member
0 Likes
584

Hi,

I want to pass as bank country and bank key out put should print as

bank key with specified length of std bank key lenth.

input

Bank ctry: BE , Bank key: 000451 but std bank key length accepts 3.

output should print as 451

Thanks,

Asha

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
565

Hi

Look this FM CONVERSION_EXIT_ALPHA_OUTPUT

Regards

Gregory

Hi

Look this FM CONVERSION_EXIT_ALPHA_OUTPUT

Regards

Gregory

4 REPLIES 4
Read only

Former Member
0 Likes
565

Use the FUnction

CONVERSION_EXIT_ALPHA_OUTPUT

Read only

former_member585060
Active Contributor
0 Likes
565

Use this FM

CONVERSION_EXIT_ALPHA_OUTPUT

or Offset parameter.

Ex:-

Bank key: BANKN = 000451

BANKN+3(3)

Read only

Former Member
0 Likes
566

Hi

Look this FM CONVERSION_EXIT_ALPHA_OUTPUT

Regards

Gregory

Read only

Former Member
0 Likes
565

thanks