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

System function

Former Member
0 Likes
596

Hi.

In the CONVERSION_EXIT_ALPHA_OUTPUT function module there is code:


CALL 'CONVERSION_EXIT_ALPHA_OUTPUT' ID 'INPUT'  FIELD INPUT
                                      ID 'OUTPUT' FIELD OUTPUT.

Can I anywhere look at code of system function or where can I find documentation to such system functions.

4 REPLIES 4
Read only

Former Member
0 Likes
543

these are called C routines, you cant not see its code, not even in debugging.

Read only

SuhaSaha
Product and Topic Expert
Product and Topic Expert
0 Likes
543

Hello Kartik,

Just to add to the info you provided. The CALL 'XXX' are Kernel level functions (which you say to be C functions) which should be used only by SAP only.

Better documentation in SAP-F1

BR,

Suhas

PS: We had a custom FM (some CRC key calculation) where we had used this "CALL" function. And believe me it was a pain when upgrading from 4.5(non UC) to ECC5.0

Read only

Former Member
0 Likes
543

The documentation available in SE37 for this function module says:

"Reversing conversion undertaken by function module CONVERSION_EXIT_ALPHA_INPUT. The contents of the INPUT field are converted to display format and placed in the OUTPUT field."

Any help?

Read only

Former Member
0 Likes
543

Hi Marat,

this sap help would help you know more abt such calls

http://help.sap.com/saphelp_40b/helpdata/es/34/55cad698482bc0e10000009b38f91f/frameset.htm

@Suhas

Thanks for the info.

I was curious about these functions and had a thought in mind that if i get a chance i will try to implement it in one of my codes, but it seems their use is better left for sap internal use only.

кu03B1ятu03B9к