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

FM to convert commitment item from numeric to character

Former Member
0 Likes
978

hi guys,

is there any FM that can be used to convert Commitment item from numeric to character . eg : from 00000000000442 to O-PROFESSIONALFEES ?

table FMFXPO stores numeric but when i double click it becomes character, can u pls advice

hi guys,

is there any FM that can be used to convert Commitment item from numeric to character . eg : from 00000000000442 to O-PROFESSIONALFEES ?

table FMFXPO stores numeric but when i double click it becomes character, can u pls advice

3 REPLIES 3
Read only

Former Member
0 Likes
729

Yes there are. Look for FMs with FIPOS and/or POSIT.

Rob

Read only

Former Member
0 Likes
729

hi,

"CALL FUNCTION 'SPELL_AMOUNT'"

This function comes handy mostly for the Finance module as they need to print out check

for the vendors. The function allows you to covert easily from numbers to words.

regards,

pavan t.

Read only

0 Likes
729

in hv found the answers:

CONVERSION_EXIT_FMCIS_INPUT

CONVERSION_EXIT_FMCIS_OUTPUT