what is the diffrence between driver program and print
program in sap script
Answer Posted / mahesh tumati
driver program means it drives the data from data base to
forms.and print program means it prints the data in the form.
| Is This Answer Correct ? | 6 Yes | 5 No |
Post New Answer View All Answers
Does every abap/4 have a modular structure? : abap modularization
In BDC, data transfer is done success in foreground mode but if we done the same in background mode it shows errors. What is the reason?
What is the use of message command in a report? What are the different message types?
What takes most time in SAP script programming?
How do you restrict the data to be entered in the payroll area? : sap abap hr
Do we create table fields with out data elements and domains?
What happens if only one of the commands set screen and leave screen is used without using the other?
What is pnp-sw-found ? : abap hr
What is update task
how to see the tables of 200 in client 100?
I have 3 transactions,where the output of one transaction is input of another and output of 2nd transaction is input of 3rd transaction.i have one flat file with all data for the 3 transaction.if the 3rd transaction failed can we rollback the remaining 2 transactions or not.Is this possible in BDC,How/
What are the differences between macro and subroutine?
What are the two statements which are required in an abap program to output an icon using a write statement?
What is asynchronous update?
I created a field and entered the field type, when I double clicked the field type to define the domain; it is asking for an ACCESS KEY, I am not changing any SAP defined tables, working on a user defined table.