The are useful application logging tools in SAP BTP.CL_BALI_LOG_DBBut I cant find any V4 OData service providing access to log data.Only a S/4 Hana app. But this important to have on the basic ABAP (steamPunk) environment.https://fioriappslibrary.ha...
I have been tryin to UNIT test a Method in a BDEF Implementation class.Tutorials reviewed include:https://developers.sap.com/tutorials/abap-environment-rap100-unit-testing..htmlhttps://community.sap.com/t5/technology-blogs-by-sap/abap-units-in-abap-r...
When using SAP S/4HANA Service overview and Service Order Processing | SAP BlogsHow do you intercept change events for external processing ?Are there SWEL events ? BTE Events ? Are there BAPIs for for updating these Orders or making Confirmations fro...
We can create and maintain PM orders using the BAPI
BAPI_ALM_ORDER_MAINTAIN
However, there is no option to create / updates splits.
What is the best way to add or update a split on an order operation ?
The curly brackets are used to indicate variables.Part of string templatessee https://help.sap.com/doc/abapdocu_752_index_htm/7.52/en-US/abenstring_templates.htm
It is finally possible to do without needing an open cursor fetch with package size.https://help.sap.com/doc/abapdocu_752_index_htm/7.52/en-US/abapselect_up_to_offset.htm Select from T up to N rows offset O " is finally supported.
whe...
What ??? Why would using the SQL READ that uses skip soundly introduce lock problems ?We are talking about sql READ , requesting to read LESS data than a normal SQL select statment. There is no talk of update here. On which DB platofmr does SAP DB i...