‎2010 Oct 21 1:10 PM
Hi all,
I am trying to change the content of a field( Country ) in a
segment based on the value of other field in the same segment.
I created rule in BD62 and
In BD79 , for country field I am trying
to implement this logic in special converion routine available in
" convert sender fields" option
In this conversion exit CONVERSION_EXIT_yyyyy_INPUT ,
I need to get the value of vendor so that I can check the condition ,
subsequenly change the country value. How to get all the segment field values in conversion routine.
I tried various option to do this.Is there any other option to do this.
Thanks for your help .
Thanks
‎2010 Oct 21 2:57 PM
Hello Santosh,
To my knowledge, Rule will always be one-to-one between sender and receiver fields. So, you may get Important Key data(VBELN) as INPUT into your custom conv routine, do fetch data from database to do your validations and set the OUTPUT value.
There may exist other possibilities.
Hope this may help!
Regards,
Pavan.