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

bdc failure record

Former Member
0 Likes
732

Hi experts,

i want to show the failure records in my BDC program,

could any one give me a solution for this with out going to sm35 tcode

thanks in advance

karthik

Hi experts,

i want to show the failure records in my BDC program,

could any one give me a solution for this with out going to sm35 tcode

thanks in advance

karthik

4 REPLIES 4
Read only

Former Member
0 Likes
642

Hi

You can populate an internal table with all failed records, and display them at the last.

But, in order to process these records, correct the error and make it through into SAP, you need to a create a session with all these records, so that, they are processed in foreground, and errors corrected.

Regards

Raj

Read only

Former Member
0 Likes
642

Hi,

Call Transaction returns Sy-Subrc.

U can create a new itab of the same structure of input str ...

append the work area to this ITAB when call transaction fails....u can either use write statement to display the records or use GUI_DOWNLOAD..FM to download into a file.

santhosh

Read only

Former Member
0 Likes
642

Hi,

You can create a table which can store the details and also the status of the same with time and date and generate a table maintenance for the same and assign a tr code for the same

for each data update the status of the upload whether the record has been created

Regards

Shiva

Read only

0 Likes
642

Hi all,

I am using the session method , what i exactly need is after my program excutes the bdc the report should show the records which sucessfully updated and records which is failure.

thanks

karthik