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
Have you set up a back ground job ? How to create a background job without a variant ?
What are the two different ways of building a match code object? : abap data dictionary
What are two methods of modifying sap standard tables?
Lock objects and what are parameters of ENQUEUE FM?
What is the company code? : sap abap hr
How memory management happens for internal tables and work areas in abap?
how to Create reports in SD module such as sales order report, which covers all organization levels, delivery status, invoice status, shipping details and partner function details. The data will be extracted from VBAP, VBPA, VBAK, VBUP, VBFA, KNA1, LIPS, VBRP, MARA, VBEP and KONV tables. plz mention the detail coding Tahnks, Rahul
Explain what is the purpose of sap script?
Can a filed occur in several field groups?
Reports: Event functionality.
Write an abap program for creation of customer enquiry using BAPI 'BAPI_INQUIRY_CREATEFROMDATA'.
wat is the default file name of BAPI trace?
What are the types of subroutines?
What are the uses of interactive reporting?
Define structure in abap data dictionary?