‎2007 Apr 05 3:52 PM
Hi,
In the function modules such as CONVERSION_EXIT_&_INPUT and CONVERSION_EXIT_&_OUTPUT, where the ampersand (&) represents the name of the conversion routine.
Now if I want to write my own routine such as CONVERSION_EXIT_111_INPUT, how can do that. I mean do I need to create any Z namespace or something or what ?
‎2007 Apr 05 3:59 PM
No!
U can create the fm, only the name of the function group will have to start with Z
Max
‎2007 Apr 05 3:59 PM
Hi..
we can write our own conversion output and inputs...like CONVERSION_EXIT_111_INPUT
CONVERSION_EXIT_111_outPUT.
but the thing is:
the names must be same except...<b>INPUT and OUTPUT</b>