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

Help with BD79 - IDOC conversion rules

Marcal_Oliveras
Active Contributor
0 Likes
1,962

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
Read only

Pawan_Kesari
Active Contributor
0 Likes
1,455

Try would probably help you out. Very nicely explained

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

Read only

0 Likes
1,455

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.

Read only

0 Likes
1,455

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