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 THE FUNCTION MODULE NAME

Former Member
0 Likes
765

Hi,

There is a function module which returns the actual contentof the field, example if in table SKA1 field SAKNR is of type char(10), the gl acc is stored like 0012345678, but in my report if i pass only 12345678 in my where clause, sy-subrc is 4, I remember a function module to which if i pass 12345678 it returns 0012345678.

Help is appriciated.

Regards

Arun

6 REPLIES 6
Read only

Former Member
0 Likes
737

Hi,

Its CONVERSION_EXIT_ALPHA_INPUT and CONVERSION_EXIT_ALPHA_OUTPUT.

Reward if useful

Read only

Former Member
0 Likes
737

Hi,

<b>CONVERSION_EXIT_ALPHA_INPUT</b>

Message was edited by:

ananth

Read only

Former Member
0 Likes
737

hI ARUN,

CONVERSION_ALPHA_INPUT_EXIT

rEGARDS,

KUMAR,

Read only

Former Member
0 Likes
737

Hi,

Conversion Exits are there for field SAKNR.

Use FM CONVERSION_EXIT_ALPHA_INPUT and OUTPUT.

Regards,

Himanshu

Read only

Former Member
0 Likes
737

Hi,

CONVERSION_EXIT_ALPHA_INPUT

use:

CONVERSION_EXIT_ALPHA_OUTPUT

reward if useful

regards,

Anji

Read only

Former Member
0 Likes
737

Hi..,

CONVERSION_EXIT_ALPHA_INPUT

When u give '123' as input ..

u will get the output as '000000000000123'..

regards,

sai ramesh