Get name of months in ABAP
Nothing tricky here, function module MONTH_NAMES_GET is available for that purpose
Nothing tricky here, function module MONTH_NAMES_GET is available for that purpose
The below snippet helps you to read BRF+ decision tables into ABAP, where only I EQ LOW range or direct value assignment is specified in a particular BRF+ table cell (everything other is ignored). To get the BRF+ table content into ABAP: obtain the BRF+ table GUID from the BRF+ Workbench and pass it as i_id define a […]
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.
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, […]
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.