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 Posted / 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 |
Post New Answer View All Answers
foreign key enforcement?
Define alv programming in abap?
How many tables are there in sap?
Will 50,000 records be uploaded directly into APP's Server?
Explain the difference between float and packed data type?
Difference between domain and data element? What are aggregate object?
What is macro? : abap hr
Can we specify the next screen number with a variable?
what next in SAP-ABAP/4 is it going to be change?
What is asynchronous update?
What are number ranges?
How do you convert non-char field into char type fields ?
What is the significance of delivery class?
What is meant by hotspots?
What are the differences between primary and secondary indexes?