INCLUDE TYPE when defining new types with TYPES statement
When you need to include simply fields
When you need to include simply fields
Using the SAP Netweaver Innovation Package 7.51 sp1 you can implement new data models easily with CDS including full CRUD support, where change operations are managed by the BOPF framework. The BOPF Object is generated based on the Object Model annotations you put in the CDS View at activation. This solution using SADL shows a BOPF adoptation/consumption, […]
“Fiori Elements” is a great opportunity for rapid application development for simple scenarios. In lot of cases ABAP developers maintain domain fixed values to have a drop-down list automatically generated by one of the UI technologies like GUI and WebDynpro. Domain fixed value often represent a Status or something like that, where we can say the […]
Attention this article is not for S/4HANA, which already delivers standard CDS View I_DomainFixedValue for exposing domain fixed values. Use this approach in lower NetWeaver releases in non S/4HANA systems.
Sometimes you need to generate an Adobe PDF in the background, for example to send it as attachment or store it on a remote storage. Info:to be able to generate the PDF in the background, the J2EE engine / Adobe Server must be set up and connected to the ABAP stack properly. This example is […]
Include the code below into the search help exit to disable personalization (create a search help exit or enhance an existing one )
There are cases, when you need to plan reports programatically to run in background in ABAP – providing some selection parameters – such as cleanup reports, generations, data retrieval and storage from external resources and so on. You can react on your application specific events, and plan a job to be processed by a batch […]
MIME repository is a safe solution in aspect, it is keeping the file as it is, without any transitions.
Every ABAP developer will write an application log some day. SAP system provides wide range of logging and monitoring capabilities from simple tools to sophisticated ones. SAP is restructuring the different applications and functions encapsulated in packages to specific layers and and application components from time to time. Writing a helper class from scratch to […]
When you want to filter the results dynamically based on some criteria, you can do it in search help exits. The example below demonstrates how to create your own exit.