cancel
Showing results for 
Search instead for 
Did you mean: 

Fetch error log updated for the records which could not be loaded due to master data issues

Former Member
0 Kudos

Hello All,

There is a process chain that loads data from application server into the system. We need to find an enhancement in the load process where I can write code to have the error log updated for the records which could not be loaded due to master data issues.

Basically, I found one table RSBKDTPH from where I can fetch the error logs(ERRORHANDLING) but I need Data Transfer Process ID(DTP) for that. Is there any function module for getting DTP ID?

Below is the screenshot for process chain.

Right click on DTP and go to display variant->Update tab->Error handling is the field needs to be fetched.

Please help if anybody have gone through this.

Accepted Solutions (0)

Answers (1)

Answers (1)

DoanManhQuynh
Active Contributor
0 Kudos

I think you can write an abap program and put it after DTP, in there you write code to get error log from table you mentioned. since that process fixed then you can directly input that DTP ID. why would you need a function module when you already have that ID.