MarcC
Explorer
Member since ‎2024 Mar 07

User Statistics

  • 8 Posts
  • 1 Solutions
  • 1 Kudos given
  • 1 Kudos received

User Activity

Why does the following code with REDUCE not concatenate the table into the string 'ABC'? DATA t TYPE TABLE OF kna1. t = VALUE #( ( kunnr = 'A' ) ( kunnr = 'B' ) ( kunnr = 'C' ) ). DATA(log1) = REDUCE string( INIT x1 = '' FOR wa IN t NEXT x1 = ...
How is the currency (EIPO-GRWCU) for (Statistical value for foreign trade) for EIKP-GRWR determined?In our sales documents and invoices when we look at the Conditions we always see GRWR in EUR. However on the export data (EIKP/EIPO) it's converted to...
We want to use cross-selling to add product B when product A is entered in an order (VA01).This works fine but it adds B as a sub-item with Higher-Level Item = 10. We don't want this - it should be a normal position 10 with no Higher-Level Item. Is t...
When starting the #ABAP_Trial (SAP Netweaver in Docker) as described here and here the systems seems to hang at HDB: Starting and never proceeds.Steps to reproduce:docker volume create hanadocker run --stop-timeout 3600 --name a4h -v hana:/hana -v /o...
Kudos from
Kudos given to