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...
Entire table, I'd like to do by order #, but was running into deadlocks on delete statements with where conditions (I was including the order # that was locked as part of the where clause so I'm not certain why it deadlocked on that).
I had initially attempted to lock by document number, but in testing it looked like my delete statements with where conditions (although they were only deleting on the locked document #) were causing deadlocks in that case.
This sounds like it could likely be the case. I will look into the suggestions you have provided. Much appreciated.
As to the job-specific key. Any thoughts as to why I would have been getting a deadlock when trying to delete with a where clause th...
I'll add some psuedo code. Mind you, this is oversimplified.
when running this for test I'm calling the update task for 40 orders so 40 times in a test report. Then starting the report again from another session for different orders with progres...