Application Development and Automation Discussions
Join the discussions or start your own on all things application development, including tools and APIs, programming models, and keeping your skills sharp.
cancel
Showing results for 
Search instead for 
Did you mean: 
Read only

Idoc conversion rule

Former Member
0 Likes
581

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.

1 REPLY 1
Read only

Former Member
0 Likes
501

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!