Determine max / min value of internal table column with REDUCE
It comes handy, when you need to allocate the next item number of a document. The task is always to get the highest number first.
It comes handy, when you need to allocate the next item number of a document. The task is always to get the highest number first.
AFTER 15 MINUTES THE INSTATNTIATION FAILED, USING THE BELOW GUIDE. IF YOU CANNOT FIND ABAP Trial Environment under the dev space, it will never work.SO AFTER ALL THE ONLY WORKING SOLUTION IS: DELETE YOUR EU AWS TRIAL AND CREATE A NEW ONE IN USA. IT IS WORKING.
Include fields defining a new structure
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, […]
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.