how to fill the select options from an internal table
dynamically ie can i use the loop in the initialization
Answer Posted / sasi
Use the function "F4IF_INT_TABLE_VALUE_REQUEST" at the
event - AT SELECTION-SCREEN ON VALUE-REQUEST FOR ....
| Is This Answer Correct ? | 3 Yes | 8 No |
Post New Answer View All Answers
What are the 3 methods that we use in sequence in a batch input session method? : abap bdc
The extract statements in field groups can be used before or after processing the sort statements. State true or false. : abap modularization
can anybody give me functional specification (or table name & field names) of stock analysis report, work in progress report,generating vendor detailed list
Explain how to create any functions? How to go about it?
Explain difference between primary key and unique key?
suppose i want to print sap script output in different printers at a time what are the settings i'll have to make?
What is an update task?
1)can any body tell the transport request number concept and 2)there are 3 screens in one screen u have uploaded the resume and second screen also u have done the same thing but when u are uploading the resume in third screen u got some error in somewhere else but whatever u have uploaded the resume in 1 and 2 should not
What is the different between abap and ooabap? Why do we use ooabap?
What is a data element?
How did you transfer legacy data in the mid of the financial year (us) to the sap system? : sap abap hr
If i wont like to change the standard print program where i copied standard script to customer namespace,in this case is it possible to retreive the data if u connect the script with standard program.if yes how?if no why? Is it possible to print the logo in first page only,where the form consists of 10 pages.How can u do this? How can u set a table format where it cosists of fields like cust no, custname, amount ...in a script? How do u know that the particular BADI is suitable for the existed report.How do u findout this?When do u opt for BADI OR USEREXIT?did functional people tell u to adopt BADI or USEREXIT? What is the difference between SY-INDEX & SY-TABIX ? I have a report with fields Status,time & date. the contents it consists are Status Time Date AAA 01:20:15 05-06-10 AAA 11:02:32 O3-06-10 AAA 23:11:00 05-06-10 AAA 09:14:46 05-06-10 HOW DO U WRITE A CODE TO DISLAY A ROW WHICH WAS RECENTLY EXECUTED?( for this question it should display AAA 23:11:00 05-06-10 AS Output)
What are the control break events in abap? : abap data dictionary
Explain the disadvantages of different types of bdc's?
how to read the standard field value in your custom program.