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 ?    1 Yes 1 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 ?    4 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 ?    1 Yes 0 No
P.lokesh
 

 
 
 
Other ABAP Interview Questions
 
  Question Asked @ Answers
 
Which function module you will use to attach a search help to a field in Selection screen? ACS2
Some one is running a program in Foreground which has to be run in Back ground. How you are going to instruct to do in Back ground?  1
How to create our own data types in a Report??  1
11) Purpose of PROTECT and ENDPROTECT in script?  2
difference between append and collect statement?  4
In a script, i want to print something at end of last page only.How can i print it? Satyam2
5. What is the difference between report and script?  1
Hi all, For the past 1 year, I have been trying for job in SAP as a fresher, but no calls,no interviews.I know showing fake experience is unethical, but i dont have any alternative.After showing fake experience now iam getting calls,but still i feel guilty.Friends i have some questions. 1. If suppose i tell the truth in interview that i have shown fake experience,what would be the interviewer's reaction? Will accepting the fake go negative against me? 2.Whether i should accept the fake in technical round itself? (or) Maintain the fake,prove myself strong in technical round &then accept the fake in HR round? 3.Some of my friends(who have shown fake and well settled in MNC's ) are telling that during interview u should never accept as fake i.e., u should act confidently as a real experienced guy.Even if the interviewer come to know that u r a fake guy, but seeing ur confidence level ,he/she will select u ? Is it true? Friends, particularly interviewer's , HR's please give me ur valuabe solutions.Other's suggestions are also welcome.  2
Events in Reports? Atos-Origin3
What is the typical structure of an ABAP program?  7
I want to give a input/output field on list , where can I define it? IBM2
what is the status code when IDOC is created? Accenture2
1.The three ways in which we can write in top-of-page? 2.While creating function module what other things are created? 3.what is parameter id? 4.difference between synchronous and asynchronous methods? 5.Types of function modules? 6.conversion routine? 7.check table and value table difference? 8.text table? 9.types of cardinality 10.Whic is better joining or for all entries? FutureSoft3
Tools used for internal communication. ACS1
1)What is the main difference between Enhancements and BADI?  2
How can i insert a field in script without using executable program  1
what are steps of smart form. pls complete step mail me on :zaheer_guts@yahoo.co.in Cap-Gemini2
1.In report, we should have to write events in sequential order or not,if we write events insequential then what will be the drawback and if we will sequential what will be the advantage. 2.what is the fucnction of end-of-selection even? if we would not write this event in report what will happen? 3.top-of-page event will trigger before the initialization,and at selection-screen event or after these two event. Accenture2
what is difference bt ABAP MEMORY AND SAPMEMORY  2
Wh bapi u have used in rfc?  1
 
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