In select-options, how to get the default values as current
month first date and last date by default?
Eg: 1/10/2006 and 31/10/2006
Answer Posted / gvkreddy
By using following it is possible.
select-options ddate default '1/10/2006' to '31/10/2006'
| Is This Answer Correct ? | 3 Yes | 12 No |
Post New Answer View All Answers
Write an abap program for creation of customer enquiry using BAPI 'BAPI_INQUIRY_CREATEFROMDATA'.
What is the collect statement?
What are the Control levels in internal tables?
I am getting the (first) page number and the remaining records displayed in another list in another page BUT the PAGE Number is not displayed? What is the code/solution?
What are the modes in lock objects? : sap abap data dictionary
How the at-user command serves mainly in lists?
what is a text table ?
Power is interrupted while transferring data from internal table to application server. How will you determine many records are transferred in session method and call transaction method? : abap bdc
What is meant by stacked list?
What is the table & field to identify the no of items (bottles) stored in one case?
in bdcsome times we get the ok code for "enter" wrongly instead of '/00'.what is the reason.how we can exceed this problem.
What is a transaction variant and why are they used?
Can a constructor be declared private? If yes then in which scenario?
What are the different types of views and their definition?
Have you set up a back ground job? How to create a background job without a variant ? : abap bdc