How we can assign the value of field in select-options to
the text-field in dialog module?
Answer Posted / teja chelluboyina
First append all our select-option data to internal table then pass that data to flow logic in PAI. Bind that internal table to table with wizards.
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
Print options in smartforms?
B -Credit Note report Selection Screen Ranges: Creation date Sales Org Sold to Party Selection condition: Document Category – VBTYP should be ‘O’ Table to be used: VBRK, VBRP,VBPA,ADRC List the CR order types or credit billing type by customer number (or selected customer) and displays the: - Billing Document date (FKDAT) - Customer number (KUNRG) - Name of the reseller (on top of the SAP No) (NAME1) - Billing document number,(VBELN) - order reason (AUGRU_AUFT) - Amount (NETWR) - Currency (WAERK) Group Currency wise, billing type wise sum of Net value. When user double click on field ‘Billing Document #’ , display the document in VF03 Do this using OO ABAP.
Have you set up a back ground job? How to create a background job without a variant ? : abap bdc
what are the two methods of modifying sap standard tables? : abap data dictionary
what is sap scriptview ?
What is view? Explain the different types of view?
What is off cycle payroll run
What are domains and data element? : abap hr
How can an internal table with header line and one without header line bedistinguished when passed to a subroutine?
Different between Interface and Abstract classes?
What are the major steps will you use for tuning?
What is Buffering Concept? When should a Table be buffered?
hi..i hav developed an interactive report in which alv list display in basic list and 1st secondary list in alv grid display.I want to get summation(total) of the columns in the secondary list.I hav used 'do_sum' but i couldnt get.is there any other way to get summation(total) in secondary list which is an alv grid display
What are control tables? : abap data dictionary
Specify the types of data dictionary objects.