Application Development 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: 

Help with BD79 - IDOC conversion rules

Marçal_Oliveras
Active Contributor
0 Kudos

Hi, I'm looking for a "How to" guide to help me with this transaction.

I need to do a very simple rule for segment E1MTXHM, in ABAP it can be done like this:


IF EMTXHM-TDID = 'IVER'.
  E1MTXHM-TDSRPAS = 'Z'
ELSE.
* Source field
ENDIF.

But I expect that it's not necessary to write code to do that simple conversion in BD79, so can anyone help me?

Thank you.

3 REPLIES 3

Pawan_Kesari
Active Contributor
0 Kudos

Try would probably help you out. Very nicely explained

/people/kevin.wilson2/blog/2005/12/07/changing-fields-in-an-idoc-segment

0 Kudos

Thanks Pawan,

It's a very interesting blog, I already know how to do the first part of the blog but maybe someday I didn't know how to use a user exit.

In my scenario I need to create a more simple rule, but I don't know how to use transaction BD79. But I think with "Try and Error" I will get my expected result.

0 Kudos

I've done it with "Convert sender fields".