ALLInterview.com :: Home Page KalAajKal.com
 Advertise your Business Here     
Browse  |   Placement Papers  |   Company  |   Code Snippets  |   Certifications  |   Visa Questions
Post Question  |   Post Answer  |   My Panel  |   Search  |   Articles  |   Topics  |   ERRORS new
   Refer this Site  Refer This Site to Your Friends  Site Map  Bookmark this Site  Set it as your HomePage  Contact Us     Login  |  Sign Up                      
tip   To Refer this Site to Your Friends   Click Here
Google
 
Categories  >>  Software  >>  ERP CRM  >>  SAP  >>  ABAP
 
 


 

 
 Basis interview questions  Basis Interview Questions
 ABAP interview questions  ABAP Interview Questions
 SAPScript interview questions  SAPScript Interview Questions
 SD interview questions  SD Interview Questions
 MM interview questions  MM Interview Questions
 QM interview questions  QM Interview Questions
 PP interview questions  PP Interview Questions
 PM interview questions  PM Interview Questions
 PS interview questions  PS Interview Questions
 FI CO interview questions  FI CO Interview Questions
 HR interview questions  HR Interview Questions
 SAP CRM interview questions  SAP CRM Interview Questions
 SRM interview questions  SRM Interview Questions
 APO interview questions  APO Interview Questions
 Business Warehouse interview questions  Business Warehouse Interview Questions
 Business Workflow interview questions  Business Workflow Interview Questions
 SAP Security interview questions  SAP Security Interview Questions
 SAP Interfaces interview questions  SAP Interfaces Interview Questions
 Netweaver interview questions  Netweaver Interview Questions
 SAP ALE IDocs interview questions  SAP ALE IDocs Interview Questions
 SAP B1 interview questions  SAP B1 Interview Questions
 SAP AllOther interview questions  SAP AllOther Interview Questions
Question
How you will catch errors in call transaction?
 Question Submitted By :: Naren
I also faced this Question!!     Rank Answer Posted By  
 
  Re: How you will catch errors in call transaction?
Answer
# 1
All the errors are entered into an internal table of type 
BDCMSGCOLL.Then we can loop over the message table to write 
out any messages that were entered into it.
 
Is This Answer Correct ?    0 Yes 0 No
Kruthicse
 
  Re: How you will catch errors in call transaction?
Answer
# 2
We will catch errors in the call transcation explicitly by 
using Structure BDCMSGCOLL.
and FUNCITNO MODULE 'WRITE_FORMAT'.

Ex:
Data  :  bdc_msg type table of bdcmsgcoll with header line,
   bdc_tab type table of bdcdata with header line.

CALL TRANSACTION  'MM01' using Bdc_tab mode N
                                      updte S
                         messages into bdc_msg.
if sy-subrc = 0.
   perform  Error.
  clear bdc_msg.
  refresh bdc_msg.
endif.
 Read table bdc_msg with key msgtype = 'E'.

 if sy-subrc = 0.
 call function 'FORMAT_MESSAGE'.
...
..
..
 
Is This Answer Correct ?    1 Yes 0 No
P.lokesh
 
 
 
  Re: How you will catch errors in call transaction?
Answer
# 3
SORRY IT IS NOT WRITE_FORMAT ....
IT IS FORMAT_MESSAGE. I WAS MISTYPED IT PLEASE IGNORE IT.
 
Is This Answer Correct ?    0 Yes 0 No
P.lokesh
 

 
 
 
Other ABAP Interview Questions
 
  Question Asked @ Answers
 
what is the difference between user-exit & customer-exit? IBM2
will sorted internal tables help in performance?  1
if i want to insert 10 laks MM records and for inserting one record it takes 1 min by using call transaction or session method . so here is there any alternative IBM3
dear PLS TELL ME,COMPLETE PROCEDURE OF SESSION METHOD STEP WITH CODE .MY ID: zaheer_guts@yahoo.co.in  2
wat are the user exits for the po reports?  1
what is the role of extended syntax check in performance tuning?  1
What is Web dynpro?  1
How many sessions will be opened using bdc_open_group? HP1
How can u transfer the data from one itab to another without using move & write statements? Satyam1
what is meaning of idoc monitoring? HCL1
With out any Write statement will the Top of the Page and End of Page trigger? TCS4
Which of the following assigns work to the application server? Options ::Dispatcher, work process, roll area Accenture3
In Interactive How you see 5 to 9th sec -list?  5
what is naming conventions given for lock object and how you create the lock object IBM1
Difference between transparent tables and pooled tables ?  1
what is difference betwen type and like statement?  4
in which event validation is done? CTS1
how to create a button in selection screen? how to add a gui status in a selection screen? Wipro1
If you write more than one start-of-selection. what will happen?  2
what is the diff b/w error and exceptions  2
 
For more ABAP Interview Questions Click Here 
 
 
 
 
 
   
Copyright Policy  |  Terms of Service  |  Help  |  Site Map 1  |  Articles  |  Site Map  |   Site Map  |  Contact Us interview questions urls   External Links 
   
Copyright © 2007  ALLInterview.com.  All Rights Reserved.

ALLInterview.com   ::  Forum9.com   ::  KalAajKal.com