What is a conversion-exit and field exit?

Questions by b_kamepalli

Showing Answers 1 - 1 of 1 Answers

Nicky

  • Aug 31st, 2006
 

Hi..

conversion-exit : to overcome the format of a particular value these r used
Eg : if a value of length 10 is stored as 12345 in database , and if we give the same in seletion screen sometimes it may not accept , we have to give the leading zeroes also i.e 0000012345 , to overcome that we use conversion exits for that field , there are some Function modules also for this , check in SE37 CONVERSION_EXIT* , u can find some of them

field-exit
this is one type of user exit , it can be used to validate a field on standard sap screen

Thanks

  Was this answer useful?  Yes

Give your answer:

If you think the above answer is not correct, Please select a reason and add your answer below.

 

Related Answered Questions

 

Related Open Questions