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


Please Help Members By Posting Answers For Below Questions

What is the function of the transport system and workbench organizer?

751


What is sap luw or update transaction?

710


What is the differrences between structure and table in data dictionary in abap? : abap hr

804


In Table Field when display the Name, whose first charecter should be capital letter and rest will be small letter.

1685


What is an rfc?

688






What is tmg?

776


What’s value table?

685


How would you set the formatting options statically and dynamically within a report?

748


Performance tuning techniques

975


what are the important fields while preparing sales order,inquiry?

1979


out bound process code for quotation?

1636


How can we handle table control in bdc? : abap bdc

698


How do you set up background jobs in sap? What are the steps?

650


What are the aggregate objects in the data dictionary? : abap data dictionary

1130


Is the basic list deleted when the new list is created?

681