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

background job

Former Member
0 Likes
629

Hi friends,

I have developed a report . after processing the report it update the output data from internal table to a ztable.

Now have devloped a another report which excute the above report through bdc .

while i run this report in foreground it updates the ztable according to the parameters passed in the bdc.

but while I run it through background, It is not updating the ztable .

status of the job is showing finished.

Regards

Surender Sharma.

8 REPLIES 8
Read only

Former Member
0 Likes
607

hi,

go to sm36 transaction and see the job log for error.

Read only

Former Member
0 Likes
607

check ur recording u must be missing some thing. if during certain input field already it display input still u need to press an enter so tht the recording takes into account tht input

Read only

Former Member
0 Likes
607

Hello,

Did you write for saving in BDC?

Thanks,

Jayant

Read only

Former Member
0 Likes
607

Hi friends,

Status of the job is showing finished and there is no error log.

This report is working fine while runnig in foreground.

For saving data in ztable I am using export / import internal table to memory id and saving data after coming out from bdc session .

Regards

Surender Sharma.

Read only

Former Member
0 Likes
607

Hi,

Please use COMMIT WORK statement after updation of a table. It will work.

Regards

Dinesh

Read only

Former Member
0 Likes
607

Sir,

I am already using commit work after updating data in ztable.

Regards

Read only

Former Member
0 Likes
607

Hi,

Use GET/SET parameters for the data transfer.

Thanks,

Raj

Read only

Former Member
0 Likes
607

Please explain in detail how to set/get parameters.

Regards

Surender Sharma.