SAP Managed Tags: ABAP Development Hi experts, If i have a field say AFABE(depreciation area);in selection screen we have f4 help but we want that depreciation are '51' should not appear.I got the idea that it
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 t...
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: 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...
ABAP:F4 F4IF_INT_TABLE_VALUE_REQUEST TYPE-POOLS:slis. CLASS lcl_event_receiver DEFINITION DEFERRED. DATA: gt_fcat TYPE lvc_t_fcat, gs_fcat TYPE lvc_s_fcat, gt_f4 TYPE lvc_t_f4, gs_f4 TYPE lvc_s_f4, gs... 查看原文 ABAP的两种OOALV实现方法第一种画屏幕 , gcl_alv_grid TYPE REF...
The values are returned in RETURN_TAB. Can you let me know which is the first transaction/program where you see the multiple selection option? Reply Former Member In response to Former Member 2014 Sep 09 10:34 AM 0 Kudos 811 SAP Managed Tags: ABAP Development both the select...
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 Hi, I am using FM f4if_int_table_value_request to display a value help for a field in the screen. When user selects a record, that is populated in the field, but I also require the entire row(all fields in the row selected) that the user select...
SAP Managed Tags: ABAP Development If I understand correctly you want to populate more than one field from this request? There are forum posts about this...finding my favorite eluded me today, so I'm including my little demo example. In the example below, the table field and the screen...