2009 Oct 02 11:32 AM
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.
2009 Oct 02 11:36 AM
these are called C routines, you cant not see its code, not even in debugging.
2009 Oct 02 12:19 PM
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
2009 Oct 02 11:45 AM
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?
2009 Oct 02 12:29 PM
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к