GeekInterview.com
   Home |  Tech FAQ  |   Interview Questions |  Placement Papers |  Tech Articles |  Learn |  Freelance Projects |  Online Testing |  Geeks Talk |  Job Postings |  Knowledge Base | Site Search |  Add/Ask Question

GeekInterview.com  >  Tech FAQs  >  SAP R/3
Go To First  |  Previous Question  |  Next Question 
 SAP R/3  |  Question 141 of 143    Print  
Handle Call Transaction Errors
How to handle errors in call transaction method


  
Total Answers and Comments: 1 Last Update: July 02, 2008     Asked by: srinucpd 
  
 Sponsored Links



 
 Best Rated Answer

No best answer available. Please pick the good answer available or submit your answer.
July 02, 2008 13:58:48   #1  
guruprasadraolinga Member Since: July 2008   Contribution: 0    

RE: Handle Call Transaction Errors

By using BDCNSGCOLL structure , in this structure you can pass FORMAT_MESSAGE Function module.

By using BDCMSGCOLL structure there fetch the fields  message id, message number, message variable, field name.

 
Is this answer useful? Yes | No

 Related Questions

Can I get a complete idea on the SAP transaction SM37, How it works, how it can be utilised in all respects

How can we handle changed data in a particular transactional data using change pointers in ALE/ IDOC.
Read Answers (1) | Asked by : sreenivasulu

View Question | Asked by : Anu

Latest Answer : In session method error logs will be generated and we can see those and correct. whereas in call transacttion we have to explicitly handle errors ...
Read Answers (1) | Asked by : dhanu

Latest Answer : I assume that you want to call the BDC program from a report. This can be done with the help of the "submit" command. eg submit zbdc. If you have the provision for selecting a datafile for the BDC then use submit ZBDC via selection-screen. ...
Read Answers (1) | Asked by : raghavendar

Latest Answer : To change the material number go with the transaction *MM02* ...
Read Answers (1) | Asked by : J.Sridhar

View Question | Asked by : US

Since BDC is interface between SAP and Non-SAP, is it possible? Explain with example 
View Question | Asked by : mahesh

Latest Answer : Exception parametres in a function module which implements a BAPIBAPIs should only carry out data conversions between the date format used in the database and external formates used by the calling program in exceptional circumstances.These exceptions ...

What is the difference between the steps "cancel with core" and "cancel without core" in the transaction sm50? What are the changes we can find in both the cases? 
View Question | Asked by : rathna


 Sponsored Links



 
Related Articles

On-Line Transaction Processing

On-Line Transaction Processing On-Line Transaction Processing is a processing that supports the daily business operations. Also know as operational processing and OLTP.  An OLTP is a database which must typically allow the real-time processing of SQL transactions to support traditional reta
 

How does the function call within function get evaluated?

Whenever we have more than one function which is called for a finite number of times then such a function gets evaluated from inside out. Let us understand this concept with an example. For instance consider a function sample called within it 4 times as given in program below: main() { int a=50;
 

How to call C header that is not provided generally by system in C++?

Headers can be called by using extern C Syntax of extern C is: extern "C" <function declaration> for example to call C functions from C++ we can write extern "C" { <function declaration> <function declaration> ...
 

What is difference between call by value and call by reference in function?

The arguments passed to function can be of two types 1. Values passed 2. Address passed The first type refers to call by value and the second type refers to call by reference. For instance consider program1 main() { int x=50, y=70; interchange(x,y); printf(“x=%d y=%d”,x,
 

Call by Value and Call by Reference

Call by Value and Call by Reference In this tutorial you will learn about C Programming What is difference between call by value and call by reference in function mosgoogle The arguments passed to function can be of two types namely 1 Values passed 2 Address passed The first type refers to call by
 

Handling Messages, Errors and Exceptions in Struts 1.1

This article is about Jakarta Struts 1 1 the most popular framework for building Java servlet applications One of the new useful features in 1 1 is the possibility to specify exception handling in the Struts config file It s called declarative exception handling and it s one of the topics for this a
 

Sponsored Links

 
Sponsored Links

 




About Us  |   Privacy Policy  |   Terms and Conditions  |   Contact  |   Site Map  |   Add Question  |   Propose Category  |   RSS Feeds  |   Articles Sitemap  |   Site Updates  |   Add Resource

Copyright © 2005 - 2008 GeekInterview.com. All Rights Reserved
Page copy protected against web site content infringement by Copyscape