‎2007 Aug 09 2:30 PM
hi gurus,
1. how to handle exceptions in bdc and scripts?
2. in call transcation method what wil be the sy subrc value if its shows error.
uttam.
‎2007 Aug 09 2:34 PM
Hi
in call transaction if u got any error records by checking th sy-subrc value
move these error recrds to one more internal table and pass this one to session method with in the same program and process it and finally check in sm35 whether processed or not if not go to error log and if the errors or minor do manual processing or change the input file format
reward points to all helpful answers
kiran.M
‎2007 Aug 09 2:32 PM
Hi Raj
Check the SY-SUBRC values for CALL TRANSACTION
0 The batch input processing of the called transaction was successful.
< 1000 Error in the called transaction. If within the transaction a message was sent, you can receive it using the addition MESSAGES.
1001 Error in batch input processing.
reward points to all helpful answers
kiran.M
‎2007 Aug 09 2:34 PM
Hi
in call transaction if u got any error records by checking th sy-subrc value
move these error recrds to one more internal table and pass this one to session method with in the same program and process it and finally check in sm35 whether processed or not if not go to error log and if the errors or minor do manual processing or change the input file format
reward points to all helpful answers
kiran.M