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

error handling while loading data

Former Member
0 Likes
447

Hi,

while loading data into sap using db2 database , most of the records are loaded but some of them are failed. Please let me know what can be the possible errors that some records are not loaded in the system and how can i handle these errors.

Thanks

Adit

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
421

Ask your informatica team to handle the error log file in their BAPI and RFC,s and save this file to presentation server.one log file for success and the other one for errors.

if the return code is 'E' then error.

if the return code is 'S' then success.

hope u are now prepared in advance. Rewards if useful.

3 REPLIES 3
Read only

matt
Active Contributor
0 Likes
421

What kind of errors are you getting, and what method are you using to upload data to SAP, and what data are you loading.

Your question as it stands is rather like "I've got problems, what do I do". More information is necessary!

Regards

matt

Read only

Former Member
0 Likes
421

We have Informatica team which is loading data into SAP using BAPI or RFCs but they are getting some records which fail, you can say 4 out of 100 but i have not yet seen the errors and client is assigning me the job of handling errors. I have never done this kind of assignment before so wanted to know in advance if someone already has done it. If you think that i should wait for error file befor posting this query then i would wait and let you know afterwards. I just wanted to gain some knowledge on handling the errors in advance so that i can get prepared myself in advance.

Thanks

Read only

Former Member
0 Likes
422

Ask your informatica team to handle the error log file in their BAPI and RFC,s and save this file to presentation server.one log file for success and the other one for errors.

if the return code is 'E' then error.

if the return code is 'S' then success.

hope u are now prepared in advance. Rewards if useful.