In Dialog program Syntax of Synchronous and Asynchronous?

Answer Posted / 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



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

Is it possible to bring select option in module pool screens?

521


What are local objects?

605


How do you control printer functions from sapscript?

693


i have executed a report via back ground job, in this report i have used enqueue and dequeue function modules on a table, but before releasing the lock(before dequeue function module is not call) job gives the dump, so the lock is not released the table, here my question is how to set the lock automatically release the there is a short dump before calling the dequeue module?

1710


What are types of select statements?

567






What is the differences between structure and table in data dictionary in abap?

570


What is the difference between dialog program and a report?

599


What data is contained? : abap data dictionary

681


What is the use of at new statement ?

1344


What is a modification assistant?

577


what is code to upload cost centers through call trans. and procedure

2146


What is the master data necessary before you can start posting in MM?

820


What are base tables of an aggregate object?

606


1. If I send 5 entries of table from one system to another system, if the only 4 entries there in the target system what I have to do? 2. If I send the customer master IDOC from one SAP system to another system, if one field is missing in target table what is the steps? 3. If I want to access the 4th row 3rd column in the hashed table how to do it? 4. Whether there is any other statement than MODIFY statement to modify the content of internal table?

1402


What is the BAPI_CUSTMATINFO_GETDETAILM used for? what is the input and output of this bapi.

2844