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

CONVERSION problem

Former Member
0 Likes
598

Hi All,

In my selection screen I've select option called S_DELNR for MDTB-DELNR (PO number)

If I enter PO number as '50348' ..I'm NOT getting any output.

If I enter PO number as '0000050348' ..I'm getting output..

To solve this problem I'd like to use CONVERSION_EXIT_ALPHA_INPUT to add leading zeros

But I don't have any idea how can we add leading zeros to ALL values in side S_DELNR.

Any ideas please...

1 ACCEPTED SOLUTION
Read only

naimesh_patel
Active Contributor
0 Likes
563

Try with changing this to PO number reference field.

SELECT-OPTIONS: S_DELNR for EKKO-EBELN.  " <<

The reference field will take care of the conversion.

Regards,

Naimesh Patel

4 REPLIES 4
Read only

Former Member
0 Likes
563

Hi Rao,

You can use the Unpack command.

Unpack S_DELNR to S_DELNR.

Thanks,

Reward If Helpful.

Read only

0 Likes
563

I got DUMP viji....


"Unable to interpret "IEQ50438 " as a number.

Read only

naimesh_patel
Active Contributor
0 Likes
564

Try with changing this to PO number reference field.

SELECT-OPTIONS: S_DELNR for EKKO-EBELN.  " <<

The reference field will take care of the conversion.

Regards,

Naimesh Patel

Read only

0 Likes
563

Oh....great....problem solved Mr. Patel...thank you very much