Joris
Explorer
Member since ‎11-11-2013

User Statistics

  • 11 Posts
  • 0 Solutions
  • 0 Kudos given
  • 20 Kudos received

User Activity

Hi All, I am trying, from ABAP, to process multiple inbound XML messages asynchronously and with the possibility to run in 'Testrun'. But I run into problems; Normally when processing a single XML based message I'd use FM /AIF/FIL...
I consistently run into trouble when using XSLT Transformation to import XML data into (deep) ABAP Structures. Partly because I do not use it often I guess. So to make sure that next time I will quickly find a how-to that works for me I created this ...
With SAP Standard report RS_ABAP_SOURCE_SCAN or the SAP Code Inspector (transaction SCI) it is not possible to do text based searches through Enhancement Implementations Inspired by the archived discussion here, I put together below little ABAP code...
Hi all, I have two inbound interfaces: Intf. A An inbound IDOC based interface. (Outb. Delivery Split)Intf. B An inbound PROXY based interface. (Outbound delivery confirm / complex one) Now what I want to achieve is to have interface A call int...