IntroductionWhen using the ADT wizard to generate a business configuration maintenance object, you can choose "No Transport" for "Transport Selection" for an app without transport option. Suitable for configurations that are to be adjusted in the pro...
IntroductionIf you use the ADT wizard to generate a business configuration maintenance object, the transport selection bar for SAP Fiori elements is enabled by default as of release 2408.Transport Selection Bar Compared to the previous transport sele...
IntroductionIf you use the ADT wizard to generate a business configuration maintenance object, the authorization control is based on authorization object S_TABU_NAM and the CDS view entity name of the base table.This blog shows you how to implement a...
IntroductionIf you use the ADT wizard to generate a business configuration maintenance object, the automatic transport determination is enabled by default as of release 2405. When the Edit action is performed, a customizing transport request is deter...
IntroductionYou have created a RAP BO based on one or more customizing tables by using the BC Maintenance Object ADT Wizard as described in this tutorial.You want to extend the RAP BO by adding an additional customizing table to the data model.The bu...
@handri_gunawanI cannot explain the error message "No mapping is defined...". If the mapping from the create structure is fine you can try to create a variable like "DATA change TYPE REQUEST FOR CHANGE ZI_Header_S." and then first move the data from ...
READ ENTITY IN LOCAL MODE zi_cubco6
ALL FIELDS WITH CORRESPONDING #( keys )
RESULT DATA(cubco6_entities).
DATA table_data TYPE TABLE OF zcubcot6 WITH EMPTY KEY.
table_data = CORRESPONDING #( cubco6_entities MAPPING FROM ENTI...
Developing a test class for draft BO: https://help.sap.com/docs/ABAP_PLATFORM_NEW/fc4c71aa50014fd1b43721701471913d/ba93395937094ea788b500b7512554ea.html
For an ABAP Platform Trial Docker image see https://community.sap.com/t5/application-development-blog-posts/now-available-abap-platform-trial/ba-p/13569137.For an ABAP Cloud Developer Trial Docker image see https://community.sap.com/t5/technology-blo...