SAP Managed Tags: ABAP Development Hi , I am using a bapi and running it in background job . If the return table contain error messeage, at that time i have to some coding. But the problem is I am not able to get the output of return table. Please guide me, to resolve this pr...
SAP Managed Tags: ABAP Development Hi all, In the development system, I created a program wherein I am first reading data from an existing spool... Thereafter I will be submitting this data into another program via a new job. After this I will be reading from the spool that gets gen...
Variants are the only method for passing values to a report program in a background job. Therefore, when you run a program in the background, you must use a variant (or SUBMIT... VIA JOB). To avoid you having to create a new variant each time you run the report, ABAP contains a ...
Many a times there is a requirement to display ALV Grid (not ALV List) in the background Job. I have checked the SDN Forum for the same and it has been mentioned that
SAP Managed Tags: ABAP Development Hi Yawa, Thanks for your reply. I may create the upload program via BDC. So wonder if this program running is background job, those BADI/User exit if manage to trigger. My question may normally if the user exit manage to be called when those creation...
SAP Managed Tags: ABAP Development can any one tell me how to change the line size for the ALV grid display created in a background job.. I have the background job cutting the line and displaying it in the next. I do have alot of fields that i have to display. the ALV grid ...
The code written in user exit for del/invoice document will fill the custom fields and the job is done. b) For Populating custom fields from delivery to Invoice, we could have coded in data transfer routines in copy control. But since copy control works only for new creation of invoices...