‎2009 May 18 2:59 PM
Hi -
I had created a conversion rule that specifies for the field account group (KTOKD) on KNA1: I need to include the following logic :
if the customer number (KNA1-KUNNR) is in the range 0010000000-0019999999 or 0140000000 to 0149999999, then change the account group value to u201CSKIPu201D.
So I had created a conversion rule using BD62.
In BD79, I had set the constant to SKIP.
But where to include the following logic :
if the customer number (KNA1-KUNNR) is in the range 0010000000-0019999999 or 0140000000 to 0149999999, then change the account group value to u201CSKIPu201D.
Thanks,
Gyanaraj
‎2009 May 18 3:26 PM
Hi,
Yes very much.
Use the field Special conversion Routinue for the same.
if you specify ZBLNK here than you can write your code by creating function module CONVERSION_EXIT_ZBLNK_INPUT
Regards
Shital
‎2009 May 18 3:39 PM
Hi Shital ,
Thank U very much for replying to my question.
But when I m trying to create the same , by clicking Use general rule & specifying special conversion routine ZBLNK , it is throwing the following error "Conversion exit ZBLNK does not exist".
Please can u help me out.
Thanks,
Gyanaraj
‎2009 May 18 5:55 PM
‎2009 May 18 6:03 PM
You will require to create Function module first and then attach it to BD79.
e.g. CONVERSION_EXIT_XXXXX_INPUT - name of Exit
‎2009 May 28 5:55 AM
‎2009 Jul 17 4:16 AM
Can you please le me know what you did .i also need to write a conversion rule for an idoc using BD62
Thanks