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  >  Interview Questions  >  SAP R/3  >  Reports
Go To First  |  Previous Question  |  Next Question 
 Reports  |  Question 53 of 170    Print  
Explain Call Transaction?

  
Total Answers and Comments: 1 Last Update: March 13, 2006   
  
 Sponsored Links

 
 Best Rated Answer

No best answer available. Please pick the good answer available or submit your answer.
March 13, 2006 05:43:15   #1  
sajith khanna        

RE: Explain Call Transaction?

it is one of the method used to migrate data from non sap systems to sap systems

with this we can work with small amount of data

we can work with foreground process

it does not have logfile explicitly

to work with we have to use BDCMSGCOLL data structure

it process the data synchronously and updates the database synchronously,but by means of update parameter  we can change the mode from synchronous to asynchromous,once it is asynchronous it is faster than session method

it can handle only one application at a time


 
Is this answer useful? Yes | No

 Related Questions

Latest Answer :   Transaction code for bdc :SHDB ...

Latest Answer : SE31-Used for maintaining Tables/Views. ...

Latest Answer : 1.batch input works for multiple applications where as call transactions doen't work2.batch input has an implicit log file with it. where as call transaction doesn't have3.batch input has sy-subrc check with the database where as call transaction doesn't ...

Latest Answer : using transaction code SM35 ...

Latest Answer :     yes we can ...

Latest Answer : in the case of setscreen the entire processing of the current screen takes place and then the system branches out to next screen.if u want to branch out to the next screen without processing the current screen then LEAVE SCREEN  should be used along ...

Latest Answer : check tabke works at table level and value table works at domain level.check table is nothing but master table that u will create with valid set of values.value table it provides the list of values and it will automatically proposed as a check table while ...

Latest Answer : SHDB ...


Latest Answer : it is one of the method used to migrate data from non sap systems to sap systemswith this we can work with small amount of datawe can work with foreground processit does not have logfile explicitlyto work with we have to use BDCMSGCOLL data structureit ...


 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,
 

Explain about TNSPING

You can also use tnsping utility on command prompt to check Oracle Net connectivity. Follow these steps to check the connection to particular SID. Open Command prompt. Write tnsping < SID for the database connectivity you want to check > If you get the message “Used TNSNAMES
 

The Interview Snafu

How to turn someone else’s mistake to your advantage Your dream job is about to become reality. A recruiter gave you the heads up about the perfect position at Humungous Conglomerate, Inc. You went through five interviews as well as a battery of psychological tests mandated by their HR de
 

Winning a Job Interview with a Winning Resume

Does your resume unlock your potential, take your skills to the highest level and win you the interview and the job you want now? The job market today is highly competitive and even if you think you have what it takes to get an interview you won’t get over the line without a polished, prof
 

Importance of Proper English during Job Interview

Importance of Proper English during Job Interview Your job interview is crucially important and it will determine whether or not you will get the job Depending on the type of job you re going for it is very important for you to use proper English In most cases jobs which offer higher salaries will h
 

HR Interview - HR Interview Mistakes You Will Want To Avoid

HR Interview Mistakes You Will Want To Avoid The job interview can be a stressful process This is especially true for those who are going after a competitive position Your nonverbal communication combined with the answers you give during the interview will determine if you are hired mosgoogle While
 

HR Interview - Behavioral HR Interviews

Behavioral HR Interviews As the name implies a behavioral interview is an interview that is held by a human resources department to determine if an applicant has the behaviors that are appropriate for a job The company must know how an applicant will behave in a certain situations mosgoogle The logi
 





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