cancel
Showing results for 
Search instead for 
Did you mean: 

BAPI_BUPA_CENTRAL_CHANGE is not working in BG Job

ravi_a3
Participant
0 Kudos

Hi All,

I have used BAPI_BUPA_CENTRAL_CHANGE for change the business partner data. It is working fine in foreground. but background ground it is not working.

when i execute in background , the job status is showing as finished. but changes are not happening in those bp tables.

Please help me to solve this issue.

Thanks & Regards,

Ravi A

View Entire Topic
kavindra_joshi
Active Contributor
0 Kudos

Hi ,

Sometimes if the data to be updated to large , the Background program would time out. You can also debug the process in Background.

You can check this link http://wiki.sdn.sap.com/wiki/display/ERPFI/Debug+program+used+in+background

~Kavindra

ravi_a3
Participant
0 Kudos

Hi Kavindra,

Thanks for ur valuable response.

i have found the problem through background job debugging method, which have mentioned the link.

Reason:

I have used GUI_UPLOAD for getting data from .txt to file system. In background job we have to use application server data's using open data set concept.

Regards,

Ravi A