former_member221827
Active Participant
Member since ‎02-04-2015

User Statistics

  • 124 Posts
  • 8 Solutions
  • 60 Kudos given
  • 33 Kudos received

User Activity

On sales order save I'm calling an update task to update a Z table. I'm looping over some standard SAP records and then enqueueing with the wait parameter the Z table on each iteration and deleting records/adding new records, then finally dequeueing....
Hi all, I'm looking to find the simplest method to take ABAP table data in SAP and format it into a json payload that apparently only accepts a variantion of camel case names. Examples being load, referenceNumbers, addressLine, etc. Before I was...
Hi All,I'm looking back at an incident we recently closed with SAP and trying to get some clarification on an answer they provided. The contact referenced a note which he claimed was not yet released. Is there a way I can view the referenced note i...
Hi all,I wrote some code recently using BAPI_GOODSMVT_CREATE to do some automatic Goods Issues to sales order line items movement type 231. Some users are running into runtime errors of 'MESSAGE_TYPE_X' with the error analysis stating the following:...
Hi All,Maybe it's the poor searching functionality on the new site, but I'm not having any luck finding info on how to get back the filtered itab on a hierseq_list alv after the user has applied filters to the data. Anyone able to point me in the ri...