In Dialog program Syntax of Synchronous and Asynchronous?
Answers were Sorted based on User's Feedback
Answer / baswaraj
commit work(asynchronous update)i.e., return control back to
calling program prior to database commit or roll back and
commit work and wait(synchronous update)don't return control
back to calling program until database commit or roll back
Is This Answer Correct ? | 4 Yes | 0 No |
Answer / pramod kumar
syntax for use update type in call transaction.
call transaction <tcode> using <bdcdata>
update <A/S>
mode <A/E/N>
messages into <messtab>
where A- Asynchronous
S- synchronous
A-All screen mode(foreground)
E- Error mode
N- No screen mode (background)
Is This Answer Correct ? | 2 Yes | 2 No |
What are different ways in which data upload can be done using LSMW?
What are the different types of locks? : abap data dictionary
How to create report in SD open sales order which covers all Organization, delivery status, shipping details and partner function details. plz mention the detail coding Tahnks, Rahul
Why we are using Macros instead of Function Modules
When to use logical database?
What does an exec sql statement do in abap?
What are the mandatory fields to be filled in Transaction Code "VA21" for sales order quotation creation.
IF transport where u can create req no for sctipts?
what is the difference between transparent, pooled and cluster table
What are the tcodes for performance tuning?
what is partner profiles?
Can we create a database table through a report?