cancel
Showing results for 
Search instead for 
Did you mean: 

problem in bdc

Former Member
0 Kudos

hi friendz

i m uploading flat using bdc method

in flat file 100 records are there if 90 records udated successfully and remaining records are collected in bdcmsgcoll table now how can i upload that 10 records plz suggest me

Accepted Solutions (0)

Answers (2)

Answers (2)

Former Member
0 Kudos

hi,

there u have to use call transaction method...just follow the below given steps.

1) use call transaction method

2) transfer ur data from bdcmsgcoll into it_bdcmsgcoll

3) open up a bdc session and with same recording

4) process bdcdata into it_bdcdata with error records from it_bdcmsgcoll.

5) close the session.

OR

1) use bdc session method

2) in bdc process write:

call transaction ' ' ......

mode 'E'

update S

messages into it_bdcmsgcoll.

3) when u execute ... it will automatically direct u to errored enteries and ther u can correct them manually and upload.

thanks, if its useful then pls rear points

Former Member
0 Kudos

Hi

You need to validate each record before passing into the BDC recording with the table values

If value is there then dont update otherwise update the BDC

Regards

Shiva