Question:
Hi,
What does conversion exit means.
What is the purpose of it.
Where r they used.
Sarthak
Answer:
Have a look at topic 0006 - Conversion Exits in the Abappers Knowledge Corner.
_________________
Regards
R
Abap KC
SFMDR
Answer:
Hi,
Thanks a lot R for link. It has cleared my doubts.
Can u tell me how to create conversion exits.
Means any transaction or any procedure.
Sarthak.
Answer:
You obviously didn't read the whole article.
_________________
Regards
R
Abap KC
SFMDR
Answer:
Hi R,
I have through the documentation.
Documentation does'nt tell from where to start
it just tell create to two exits and attach them to domain.
Please tell me from where to start to create conversion exit.
Sarthak
Answer:
Hi R,
I have through the documentation.
Documentation does'nt tell from where to start
it just tell create to two exits and attach them to domain.
Please tell me from where to start to create conversion exit.
Sarthak
It states that they are function modules.
So what is a conversion exit ?
A conversion exit consists of two function modules. One module converts incoming data into the representation that will be used internally. The second is a module that converts internally represented data to that which is displayable and user friendly.
That tells you where to start.
_________________
Regards
R
Abap KC
SFMDR