Hello everyone,Is there an opportunity in SAP S/4HANA Cloud Public Edition to create a Communication User, Communication System, or Communication Arrangement using APIs or classes?I only found APIs for reading on https://api.sap.com/, but I need cre...
Hi @SaiBhargav396 It’s not entirely clear what you need and what the errors are. If you need the application to work, simply remove “-api” from the generated URL and run it.If you need to add the application to the launchpad, then you need to:In the ...
Hi @imihailovs if I understood the question correctly, try using the code to display messages below reported-zrswatovo = VALUE #(
( %msg = new_message_with_text( severity = if_abap_behv_message=>severity-success text = 'Dummy message' ) )
( %msg ...