‎2008 Dec 01 12:30 PM
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.
‎2008 Dec 01 12:31 PM
‎2008 Dec 01 12:33 PM
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
‎2008 Dec 01 12:33 PM
‎2008 Dec 02 4:08 AM
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.
‎2008 Dec 02 4:18 AM
Hi,
Please use COMMIT WORK statement after updation of a table. It will work.
Regards
Dinesh
‎2008 Dec 02 9:49 AM
Sir,
I am already using commit work after updating data in ztable.
Regards
‎2008 Dec 02 9:54 AM
‎2008 Dec 04 3:48 AM
Please explain in detail how to set/get parameters.
Regards
Surender Sharma.