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 are the personnel administration related Infotypes
Explain how do you use structures in the abap programs?
Select query optimisation
****THANK YOU ALL ABAP EXPERTS**** I got a JOB as ABAP Consultant in Infosys.I cleared the interview.The question posted here are really good.I cleared interview based on this material only.It really works.I thank all members who posted que&ans here. Those who are in search of job in MNC study this question set only you will get sucess. Thanks once again allinterview.com and members of this community. tulika20021@rediffmail.com
What are the basic objects of the data dictionary?
What are lock objects?
What is the t-code for transaction recorder? : abap bdc
What is For-period and In-period
Define external layer? : abap data dictionary
What is bdc? : abap bdc
Why do we use dynamic where conditions?
Explain the disadvantages of logical databases?
What happens Update command is used without where clause ?
What are pooled tables? : abap data dictionary
What is a type group?