how many types of windows are there in SMARTFORMS?not in
scripts?
Answer Posted / vamshi
I agree with the answer of Kk #7. But Main Window is not
mandatory window in Smartform.
| Is This Answer Correct ? | 10 Yes | 1 No |
Post New Answer View All Answers
What is collective search help? : sap abap data dictionary
Explain how do you get output from idoc?
How do you document ABAP programs? Do you use program documentation menu option?
Why do we use events and actions in web dynpro?
HOW TO TRANSFER VENDOR MASTER DATA FROM LEGACY SYSTEM TO SAP SYSTEM THRU LSMW (IN LSMW, USING DIRECT INPUT PROGRAM:RFBIKR00)
Difference between sap script and report?
What is the difference between pnp and pnpce? : abap hr
How to create a check box/option button in a list?
What is a type group?
Can a constructor be declared private? If yes then in which scenario?
A function module can be called from a transaction screen outside an abap/4 program. State true or false. : abap modularization
What are the different types of work process?
What is a projection view? : abap data dictionary
What is the difference between sy-tabix and sy-index? Where it is used?
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/