What is the main difference between Smartforms and SAP
scripts?
Answer Posted / sarageorge
Scripts are client dependant
Sartforms are client independant
| Is This Answer Correct ? | 32 Yes | 4 No |
Post New Answer View All Answers
What are the different types of abap reports in sap?
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 is a transaction variant and why are they used?
What are hashed tables?
What are the types of subroutines?
What is IMG in SAP?
In tm, if a group of employees gets 10 days of annual leave, what will be the time evaluation status? : sap abap hr
How do you find if a logical database exists for your program requrements?
Can you print decimals in type n?
Explain the disadvantages of different types of bdc's?
The data of a view is not physically stored, but derived from one or more tables (t/f) : abap data dictionary
What is the table buffer?
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?
Can you define a field without a data element?
What is the diffreence between bdc_close_group and bdc_close_dataset? : abap bdc