Presenting The Quest, A Wizard Adventure Game
Hello, ABAP community,
I'm excited to share with you a project that originated from the SAP Developer Code Challenge held in May this year. This challenge provided an opportunity for exploring open-...
This blog content is from a session with a chatbot from OpenAI. I am just the human asking questions. Jacques Nomssi is (currently) not associated with OpenAI (or Microsoft or Elon Musk). I also did not even try to run code below.
First Contact
I kno...
Synopsis
Some shortcomings of the SAP standard sequence diagram generation from ABAP run-time measurements are addressed:
a secondary internal table index speeds up parsing
a custom filter displays calls from standard to custom code
loop compa...
where test early, test often and test enough is not related to COVID-19.
Thus spake the master: "Any program, no matter how small, contains bugs". The novice did not believe the master's word.
Geoffrey James, The Zen of Programming
Code Q...
When do we say that an application performance is good enough?
users will have no patience with an app that is not responsive but a performance problem in an ABAP report might only be revealed when it dumps with in production because of the sheer siz...
The logic to call the functionality was deactivated, but you can activate it again by- using an implicit enhancement to reactivate the commented code inInclude LATRA_TOOL_SE30_MAINF01FORM own_ok_code_handling Add this logic at the end of the FORM as ...
Select disctint data packages and run the processing in parallelDo not COMMIT at each step of the loop, but in packages of predefined size (You might have to update the error handling)
It looks like a backend GR creation issue. Can a GR be created manually (transaction MIGO)? I would also check transaction SOAMANAGER for error messages