can any one tell me the following question's answer
1. How can we create PUSH Botton in presentation layer.
2.How can we print the record.
3.If database has nor records & if we write 'for all
entries' in select statement then what will be happen.
Answer / bandivenkateswarlu
1.create the pushbutton in Presentation server by using the
syntax is given below.
for creating the pushbutton:
selection-screen pushbutton 10(06) 'name of pushbutton'
user-command cli1.
This is initilized into the Initialization event in the
classical report.
2.print the record by using the statement Loop at
Loop at Itab
write: itab-field.
Endloop.
3.if database has no records it will work as like this.
first up all it will check the base table if this table is
empty then it will retrive the data from the destination
table based on the condition.
Is This Answer Correct ? | 3 Yes | 0 No |
How to change selection screen dynamically?
What is the differrences between structure and table in data dictionary in abap? : abap hr
What are the differences between primary and secondary indexes?
how to change output option of table control?
What are different ways in which data upload can be done using LSMW?
Is BAdI client Indpendent
How we can Hide buttons on application toolbar.?
what is the z-transaction?? what's the use of it??
Can a posting run be deleted? : sap abap hr
How many types of views are there? : abap data dictionary
What is a data element?
Steps of creation of IDOC