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
Why do we declare a method of a class final? What can be the purpose? Give a scenario.
What is an abap data dictionary? : abap data dictionary
Explain what are the various types of selection screen event?
what is field string ? & where we are using field strings?
Explain some essential objects in abap dictionary?
How is conversion of data types done between abap/4 & db layer? : abap data dictionary
After running a BDC program in background, next day morning when you see the results, few records are not updated(error records). What will you do then ?
What is a data dictionary? : abap data dictionary
Difference between Read and Get cursor?
What will you code in start-of-selection & end-of-selection ?
Explain what are the problems in processing batch input sessions?
What are the various types of selection screen event?
What are the two ways of producing a list within a transaction?
Can we specify the next screen number with a variable?
If i wont like to change the standard print program where i copied standard script to customer namespace,in this case is it possible to retreive the data if u connect the script with standard program.if yes how?if no why? Is it possible to print the logo in first page only,where the form consists of 10 pages.How can u do this? How can u set a table format where it cosists of fields like cust no, custname, amount ...in a script? How do u know that the particular BADI is suitable for the existed report.How do u findout this?When do u opt for BADI OR USEREXIT?did functional people tell u to adopt BADI or USEREXIT? What is the difference between SY-INDEX & SY-TABIX ? I have a report with fields Status,time & date. the contents it consists are Status Time Date AAA 01:20:15 05-06-10 AAA 11:02:32 O3-06-10 AAA 23:11:00 05-06-10 AAA 09:14:46 05-06-10 HOW DO U WRITE A CODE TO DISLAY A ROW WHICH WAS RECENTLY EXECUTED?( for this question it should display AAA 23:11:00 05-06-10 AS Output)