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
What is the function of the transport system and workbench organizer?
What is sap luw or update transaction?
What is the differrences between structure and table in data dictionary in abap? : abap hr
In Table Field when display the Name, whose first charecter should be capital letter and rest will be small letter.
What is an rfc?
What is tmg?
What’s value table?
How would you set the formatting options statically and dynamically within a report?
Performance tuning techniques
what are the important fields while preparing sales order,inquiry?
out bound process code for quotation?
How can we handle table control in bdc? : abap bdc
How do you set up background jobs in sap? What are the steps?
What are the aggregate objects in the data dictionary? : abap data dictionary
Is the basic list deleted when the new list is created?