SAP Managed Tags: ABAP Development ABAP Development Programming Tool View products (1) Dear Friends... Thanks in Advance.. Using F4IF_INT_TABLE_VALUE_REQUEST function Module i want to Populate more than one value into the Screen Fields in Table Control. I think we can achive this using ...
gd_repid = syst-repid. SELECT * FROM knb1 INTO TABLE gt_knb1 UP TO 100 ROWS. AT SELECTION-SCREEN ON VALUE-REQUEST FOR p_kunnr. CALL FUNCTION 'F4IF_INT_TABLE_VALUE_REQUEST' EXPORTING ddic_structure = 'KNB1' retfield = 'KUNNR' " overwritten in callback !!! * PVALKEY = ' ' DYN...
SAP Managed Tags: ABAP Development I don't know if there is such an exit to handle this. I believe that you would have to hack the standard SAP screen to put a module in the <b>PROCESS ON VALUE-REQUEST</b> event in the flow logic. You would also have to put these module somewh...
SAP Managed Tags: BW (SAP Business Warehouse), ABAP Development Hi, I am running the following program. I am using 'F4IF_INT_TABLE_VALUE_REQUEST' to pop-up value request. I see that it is picking up the Heading label of data element FAKSP_AP (BB) as heading of the table within ...
SAP Managed Tags: ABAP Development, PLM Enterprise Asset Management (EAM)/Plant Maintenance (PM) once again you all have to bear me.. i want to know the significance and meaning of VALUE_ORG = 'S' (DD: truth value) in function module ...
SAP Managed Tags: ABAP Development Hi gurus, Im making a search help using FM F4IF_INT_TABLE_VALUE_REQUEST with multiple choice and it's working fine, my problem it's passing the values choosed from this FM to the screen... I've declare a select option, and what i want it's to...
SAP Managed Tags: ABAP Development Hi Eitan, thank you for ur suggestion but problem is still there. User need multiple selection button. Reply Former Member 2014 Sep 09 9:55 AM 0 Kudos 700 SAP Managed Tags: ABAP Development Hi Sandeep, In your first case where you see the ...
SAP Managed Tags: ABAP Development Hello All, I have a VALUE_TAB internal table (<b>it_mngrp_mncod</b>) with 3 fileds. After selecting a row in F4 pop up, I need to get all the three column values. In return_tab I am getting only the last field, which is the value of COD...
SAP Managed Tags: ABAP Development Not suiting my requirement. Sorry. it is calling two F4 list which is not required, my requirement is , say in my F4 list i have 6 fields - matnr ,werks,...,stock. when user select a row from the F4 list, i want to get the value of matnr a...
SAP Managed Tags: ABAP Development hi Sadeq In restriction screen, the field without parameter id, so you can`t use it. Maybe you can export the value to abap memory, then do some enhancment in restriction screen to import the abap memory. But the best way, I agree with Preethi said...