what is the diffrence between driver program and print
program in sap script
Answer Posted / nikhita
driver program internally created, print program we have to
write
| Is This Answer Correct ? | 6 Yes | 7 No |
Post New Answer View All Answers
What are Table control and tab strip control in dialog programming ?
What are the layers of data description in r/3? : abap data dictionary
What are the difference between call screen and leave screen?
What happens if only one of the commands set screen and leave screen is used without using the other?
What is the difference between internal tables and extract datasets? : abap modularization
What is modularization and its benefits?
What are the different types of sapscript symbols?
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)
Is there any BAPI to retrieve list of customers and their sales areas i.e., Cust No, Distr Channel and Division for all the customers.
Work most on which module: name a few tables?
can anybody give me functional specification (or table name & field names) of stock analysis report, work in progress report,generating vendor detailed list
Can you give the Example for the structure of an ABAP program? REPORT... NODES: SPFLI, SFLIGHT. DATA:... INITIALIZATION. AT SELECTION-SCREEN. START-OF-SELECTION. GET SPFLI... GET SFLIGHT... GET SPFLI LATE. END-OF-SELECTION. FORM... ENDFORM.
What are the different methods of passing data? : abap modularization
What is the significance of delivery class?
How do you read files from the application server ? : abap bdc