logo

CuriousTab

CuriousTab

Discussion


Home Interview Technology Comments

  • Question
  • What are session method and call transaction method and explain about them?


  • Correct Answer
  • Call Transaction Method: In Call Transaction method we call the transaction in BDC program itself If we want this program is executed by some one else then we need to expose the code to him Call Transaction Method Works in Foreground No Display Mode is equal to Background Processing in call transaction method Call Transaction Method can handle only one Application at a time In Call Transaction Method no Log File by Default We have to design Log File by using BDCMSGCOLL Call Transaction Method Updates the Database Asynchronously (Note: Asynchronous updation is Faster than Synchronous) Batch Session Method: On the other hand in batch session method we create a session which can be executed at any time by any authorized person without exposing the code of the program Session Method works in Background and as well as in Foreground Session Method can handle Multiple Applications at a time Session Method holds Log File by Default Session Method Updates the Database Synchronously 


  • Technology problems


    Search Results


    • 1. What is the difference between start_form and open_form in scripts? Why is it necessary to close a form always once it is opened?
    • Discuss
    • 2. How can u write programmatically value help to a field without using search help and match code?
    • Discuss
    • 3. Which SQL keyword is used to sort the result-set?

    • Options
    • A. ORDER
    • B. ORDER BY
    • C. SORT BY
    • D. SORT
    • Discuss
    • 4. Embedded SQL is which of the following?

    • Options
    • A. The process of making an application capable of generating specific SQL code on the fly.
    • B. Hard-coded SQL statements in a trigger.
    • C. Hard-coded SQL statements in a program language such as Java.
    • D. Hard-coded SQL statements in a procedure.
    • Discuss
    • 5. The SQL SELECT statement is capable of

    • Options
    • A. Projection
    • B. Selection
    • C. Protection & Security
    • D. Both A & B
    • Discuss
    • 6. If you have 10000 records in your file, which method you use in BDC?
    • Discuss
    • 7. Which of the following are acceptable names of an ABAP program? A. ZQSDABAP B. YMYFIRSTABAPPROGRAM C. Z?MyFirst ABAP PROGRAM D. Z==FIRSTABAPPROGRAM E. THISISMYFIRSTABAPPROGRAMME
    • Discuss
    • 8. What is an ABAP?
    • Discuss
    • 9. What is an ABAP/4 Query?
    • Discuss
    • 10. What is the differences between structure and table in data dictionary in ABAP?
    • Discuss


    Comments

    There are no comments.

Enter a new Comment