2012 Mar 13 1:26 PM
Hi All,
I am using the following statments in my program. I will briefly explain the scenario..
Here from the program I am Creating & Submiting a Job. Before creating & submitting the job am trying to
export a ITAB so that it can be used in the JOB. Please find the below 2 statements .
EXPORT it_itab to SHARED BUFFER indx(st) id 'ZIBT'.
IMPORT it_itab = it_itab FROM SHARED BUFFER indx(st) ID 'ZIBT'.
Then I am creting a document and passing the ITAB data to that document and further sending it through email to the specific user as an excel attachement.
But, When the JOB gets finished I can see the itab data in spool. That data is passed to excel file , But some times data is not getting passed to excel.
Please suggest what could be the cause.
Thanks,
Vikas
But the problem is when job
Hi
Try EXPORT obj1 ... objn TO DATABASE dbtab(ar) ID key.
http://help.sap.com/saphelp_45b/helpdata/en/34/8e73a36df74873e10000009b38f9b8/content.htm
2012 Mar 13 2:15 PM
Hi
Try EXPORT obj1 ... objn TO DATABASE dbtab(ar) ID key.
http://help.sap.com/saphelp_45b/helpdata/en/34/8e73a36df74873e10000009b38f9b8/content.htm
| User | Count |
|---|---|
| 6 | |
| 3 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 |