BD53 Doesn’t Play Well With Others

I recently posted a blog about how to implement field-level IDOC reduction for the HRMD_A message type.  In short, the standard SAP transaction to reduce IDOC segments and fields (transaction BD53) can’t be used because the field-level reduction is ignored by SAP.  My solution leveraged TVARV as a repository for the fields to clear.  Read the whole solution here. A colleague of mine was very quick to point out that instead of using TVARV as the method for controlling which fields are cleared, I should have continued to leverage transaction BD53 for the IDOC reduction maintenance and changed my code to look up field level reductions in table TBD24.

What a great idea!  Too bad I hate this suggestion… and it’s all SAP’s fault!!

[Read more...]

SAP Interface Design

By: Timothy Yates

Description:

While there are many different ways to approach SAP system integration design, there is no right or wrong way
necessarily, but success usually lies in the attention to details.  The following document outlines a possible
approach to an SAP integration project.  Previous integration knowledge in a particular functional area is
beneficial however overall integration experience is more critical.  The more hours spent in general on SAP
integration the better.  Integration technology is continuously changing and adapting therefore continuous
learning and training is required to be effective at integration design.

SAP Interface Design