diff way of handling errors in call trans ans session methods
Answer Posted / 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 |
Post New Answer View All Answers
What is the t-code to display batch input sessions? : abap bdc
Rp_provide_from_last contains how many parameters ? : abap hr
Advantages and disadvantages of different types of bdc's?
After running a BDC program in background, next day morning when you see the results, few records are not updated(error records). What will you do then ?
What is the use of table control in bdc is it same in module pool table control? : abap bdc
How do you delete duplicate records from internal table?
Hi every one ! You people are doing a great job here , Im going to attend Tata Technologies interivew on this sunday,Can anyone who has already attended this company interivew or other companies interivews in abap pls share ur experience with me and help me to get into job my id ushareddyabap@gmail.com. Thankyou verymcuh
I am trying to automate a manual processing of iDOCs in BD87. I used the following code to pass idoc-id to global variable 'DCN' and then skip the first screen of BD87 to go to processing directly. After running this code SET PARAMETER ID 'DCN' FIELD itabhdr-idoc_id. CALL TRANSACTION 'BD87' AND SKIP FIRST SCREEN. it takes me to the first screen because it cannot recognize my idoc-id. How I can pass idoc-id to global? I have used the above code to goto VA02 with VBELN and it worked perfectly.
What is the abap program name to process the batch input session automatically? : abap bdc
What are the Various Types of internal tables?
What is payroll driver ? : abap hr
What is a function group? : abap modularization
What are the update types possible?
What are the check tables and value tables?
Explain enhancements