Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我想将 IDOC 平面文件转换为 XML。然后在进行更改后,我必须再次将其转换为平面文件。ABAP 中是否有任何功能模块或类可以用来执行此操作。
使用 FMIDOC_XML_TRANSFORM完成这个简单的任务。如果您尚未处理 IDoc 但想直接在 XML 中处理它们,则可以使用另一种方法。然后你可以像这样使用 ALE 接口转换:
IDOC_XML_TRANSFORM
如果您想对此 XML 进行进一步的更改,请使用Esti向您推荐的 XML 转换。