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

Problem in Table Control when error occurs in line items.

Former Member
0 Likes
535

Dear all,

I upload the data from excel file to internal table and moved to standard application KB11n of table contol using call transaction method. the data moved to table contol and working fine.But problem here is i want the complete staus of error and successful records for this iam using BDCMSGCOLL structure also.

The problem here is in table control first line items contains error the cursor doesnot goto the second lineitems.so iam getting only first line item error records from BDCMSGCOLL struture.what is the solution for this.

I want the complete table control records status line by line which records moved to tables & which are not.

please help me. <removed by moderator>.

Thanks in advance.

Regards

haritha.m

Edited by: Thomas Zloch on Sep 28, 2011 11:53 AM

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
495

Hi Haritha,

In table control if there is an error in first line then BDCMSGCOLL will have error of first line only.

If error in 1st line then 2nd line is not processed in table controll.

Regards,

Rahul

Dear all,

I upload the data from excel file to internal table and moved to standard application KB11n of table contol using call transaction method. the data moved to table contol and working fine.But problem here is i want the complete staus of error and successful records for this iam using BDCMSGCOLL structure also.

The problem here is in table control first line items contains error the cursor doesnot goto the second lineitems.so iam getting only first line item error records from BDCMSGCOLL struture.what is the solution for this.

I want the complete table control records status line by line which records moved to tables & which are not.

please help me. <removed by moderator>.

Thanks in advance.

Regards

haritha.m

Edited by: Thomas Zloch on Sep 28, 2011 11:53 AM

2 REPLIES 2
Read only

Former Member
0 Likes
496

Hi Haritha,

In table control if there is an error in first line then BDCMSGCOLL will have error of first line only.

If error in 1st line then 2nd line is not processed in table controll.

Regards,

Rahul

Read only

0 Likes
495

Hi Rahul,

Thank you for your response.So what is the solution for this If second line contains correct data so this data also not moved to table.while user asking total log details.please find another solution .

Regards

haritha.m