diff way of handling errors in call trans ans session methods
Answers were Sorted based on User's Feedback
Answer / nitin sharma
In call transaction, the errors can be handled by
BDCMSGCOLL Structure and its fm format_messages to display
the appropriate messages.
In Session Method, we have generated error logs to locate
the errors wherein we can find errors on a particular line.
After that , error log analysis report will be generated to
update errors.
Please do provide me more correct answers, if it does not
fullfil this question.
Is This Answer Correct ? | 8 Yes | 0 No |
Answer / damodar reddy
Hi nitin sharma u r correct, but better to add 1 point , i.e.,
In call transaction we handle the the errors explicitly
Where as in session method errors will be implicitly in
error logs.
and tell the above in remaining.
Is This Answer Correct ? | 3 Yes | 0 No |
Answer / mahesh
In call transaction we can find error in 'BDCMSGCOLL' it,s a standard structure for call transaction method all success or error messages stored in this structure.
In session method we can can find error by using transaction 'SM35' in this transaction we can find error messages & success messages we can find here.
Is This Answer Correct ? | 0 Yes | 0 No |
How do you send files to the legacy systems from sap and vice versa? How does one know that the legacy files have come on to the sap server you are working on? : abap bdc
What do you mean by batch data communications programming?
How to do back ground processing in BDC Session method ?
can any one can give me exectly the TABLES key word?
Did you use buffering?
Hi, How to call transaction( Any transaction ex:xk03)from ALV Report. Where should I write code?
SAP Date Format?
If you write more than one start-of-selection. what will happen?
What is the use of start-of-selection.,if not use in report what will happen,?
in ECC6.0 version which package u r working means what? if errors occurs during database updation using bapi how vl v know??bcoz it directly updates db?? how vl v pass tables in smartformd?
What is ps structure? : abap hr
Why do we use dynamic where conditions?