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 rules not triggering

Former Member
0 Likes
2,846

Hi ,

I am working on OODERS message type and i have to changed the field value of "MENEE" to a constant value. I did my configuration through tcodes BD62, BD79 and BD55 but unable to set the value as a CONSTANT or Convert Sender Fields value in my sending idoc. In Tcode BD79, I have selected radio "Set Constant" and put the value as "#'value to check if the same is coming in the  IDOC, but i dont see this value coming in outbound idoc in WE02. Can some one throw more light on all the 3 steps taht are to be followed while conversion rules are set so that i can corss verify what went wrong for not triggering the rules set.

Regards,

VEN.

2 REPLIES 2
Read only

Former Member
0 Likes
1,571

Have a look at following link.

http://help.sap.com/saphelp_di46c2/helpdata/en/f9/c3075cac7d11d39460005004580996/frameset.htm

Not exactly your scenario but may prove helpful.

If you check in SPRO

Application Link Enabling (ALE) ® Modeling and Implementing Business Processes ® Converting Data between Sender and Receiver

Detail documentation is available for each step.

Read only

Former Member
1,571

If want to debug and check the issue

Set break point in

Main Program     SAPLBD11
Source code of   LBD11F12

FORM IDOC_CONVERT_FIELDS

Before function call

CALL FUNCTION 'IDOC_SEGMENT_TRANSLATE'