Posted inSAP ABAP LUW Posted by By admin December 7, 2021 Logical unit of work (LUW) in SAP: The objective of this document is aimed at…
Posted inSAP ABAP Generate an xml file by ABAP Posted by By admin December 7, 2021 https://sapintegrationhub.com/abap/transformation/xml-transformation-example-xslt_tool/ Another sample with encoding: http://sapblog.rmtiwari.com/2012/05/simple-transformation-for-xml-in-abap.html
Posted inSAP ABAP Enhance MD79 add Material Desciption into Excel output Posted by By admin December 6, 2021 Add to the Excel output as below Step 1: Modify output structure Step 2: put…
Posted inSAP ABAP Create a background job from ABAP code Posted by By admin December 4, 2021 FORM run_background . DATA: lv_jobname TYPE tbtcjob-jobname. DATA: lv_jobcount LIKE tbtcjob-jobcount, lv_release(1) TYPE c. lv_jobname = 'jobname'. CALL FUNCTION 'JOB_OPEN' EXPORTING jobname = lv_jobname IMPORTING jobcount = lv_jobcount EXCEPTIONS cant_create_job = 1 invalid_job_data = 2 jobname_missing = 3…
Posted inSAP ABAP ITOB0001, ITOB0003 : User-Fields in Equipment, Functional Location, Fleet Masters Posted by By admin November 26, 2021 Source: https://blogs.sap.com/2014/04/08/itob0001-itob0003-user-fields-in-equipment-functional-location-fleet-masters/