Application Development and Automation Discussions
Join the discussions or start your own on all things application development, including tools and APIs, programming models, and keeping your skills sharp.
cancel
Showing results for 
Search instead for 
Did you mean: 
Read only

Export / Import Shared buffer

Former Member
0 Likes
956

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


1 REPLY 1
Read only

former_member189779
Active Contributor
0 Likes
494