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

Writing own conversion routine in CONVERSION_EXIT_&_INPUT

Former Member
0 Likes
404

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 ?

2 REPLIES 2
Read only

Former Member
0 Likes
381

No!

U can create the fm, only the name of the function group will have to start with Z

Max

Read only

Former Member
0 Likes
381

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>