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 @SamHilton,Can we create a custom Z package in the customizing tenant?No, in the customizing (100) tenant, you cannot create packages.If you need to create a package, add it in the dev (080) tenant, and it will automatically appear in the customiz...
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 ...