Answer Posted / anshul gupta
i think
in SAP Script we having only one main window
but in SAP Smart Forms we can have 99 main window
Let me Know if i am wrong
regards
Anshul
| Is This Answer Correct ? | 1 Yes | 9 No |
Post New Answer View All Answers
How many main windows are allowed in sapscript?
Write an abap program for creation of customer enquiry using BAPI 'BAPI_INQUIRY_CREATEFROMDATA'.
What are the problems in processing batch input sessions? How is batch inputprocess different from processing online?
What is the lock object?
How can we set the table spaces and extent sizes? : abap data dictionary
Explain the advantages and disadvantages of different types of bdc's?
When a program is created and need to be transported to prodn does selection texts always go with it? If not how do you make sure? Can you change the cts entries? How do you do it?
What is the difference between tables and structures?
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?
What are the components of sapscript?
when do you need to create an internal table with header line ? and with out a header line?
What is an internal table?
wat is the difference between A-gate & W-gate?where are they used?
What is database utility? : abap data dictionary
What is the use of the raising exception? : abap modularization