‎2014 Jan 27 10:54 AM
Hai Experts,
I need to do a very simple rule for segment E1KNB1M, in ABAP it can be done like this:
if knb1-FDGRV = 'A'.
knb1-aknot = 'XXXXXX'.
elseif knb1-FDGRV = 'B'.
knb1-aknot = 'YYYYY'.
endif.
How Can I achive this one by using conversion rule BD79.
Thanks & Regards,
Sivaji K.
‎2014 Jan 27 11:04 AM
No, You can't do it through the conversion rule! since you need to gathered segement data for other fields and need to set it done!
I would prefer need to find the customer exits or implicit enhancements to fill the segment data!