Recent Activity

    Task 4 - Implement Criticality feature and create an Object page

    This is the last task of the August Developer Challenge on ABAP Core Data Services. The responses we have seen so far is excellent and appreciate each one of you in taking time to complete the challenge. We have seen some good conversations about the...

    Resolved! Accepted Solution

    Calling sap screen in non sap system via RFC FM in EXCEL

    Hi ,                                            There is a standard RFC FM "FUNC_LOCATION_RFC_002'' which is used display the sap screen of tcode IL03 with data on following input parameter (functional location, WITH_DIALOG_SCREEN =’X’and WAIT_AFTER_...

    Resolved! Accepted Solution

    Ole2 & AutoFill

    Hi all,I have been trying to get the following autofill functionality to work, but with no success yet,Here is the recorded clip,    Range("E2").Select    Selection.AutoFill Destination:=Range("E2:E10")How do I pass the range to the AutoFill? I have ...

    Resolved! Accepted Solution

    How to pass table's structure to a subroutine in other include

    Dear Experts, Good Day!I have 8 different programs for which I have to display ALV output. I just wanted to use SALV class for displaying ALV.And these 8 programs are having 2 common includes like 1st for common global declarations and 2nd for common...

    Resolved! Accepted Solution

    How to update VOlume and Volume Unit through BAPI_MATERIAL_SAVEDATA ?

    Hello,  I am pasting my piece of code here :     wa_bapi_mara1-matl_group = wa_basic-matkl.     wa_bapi_mara1-old_mat_no = wa_basic-bismt.     wa_bapi_mara1-base_uom = wa_basic-meins.     wa_bapi_mara1-base_uom_iso = wa_basic-meins.     wa_bapi_mara1...

    Resolved! Accepted Solution

    USER_COMMAND not getting called in interactive alv module pool.

    Hi, This is the code regarding user_commnad.Inside TOP_INCLUDEclass event_class definition.   public section.     methods :     handle_approve for event user_command of cl_gui_alv_grid     importing e_ucomm. endclass.                    "lcl_rcvr_cla...

    Resolved! Accepted Solution

    Error creating Idoc using MBGMCR

    I am trying to generate Idocs  using MBGMCR to perform GI on Process orders coming from our external MES system.  E1BP2017_GM_HEAD_01 Segment: I am filling in the PSTNG_DATE and DOC_DATEE1BP2017_GM_CODE:  GM_Code = 03E1BP2017_GM_ITEM_CREATE:       MA...

    ALV Grid (cl_gui_alv_grid) - Excel InPlace issue - Custom Total/Subtotal Calculations

    Hi Experts,I am having an issue related to the Excel Inplace view within ALV Grid using CL_GUI_ALV_GRID with custom total/subtotal calculations. I have successfully used the event AFTER_REFESH and the methods GET_SUBTOTALS and REFRESH_TABLE_DISPLAY t...

    Resolved! Accepted Solution

    Not able to display the field when i pressed Push button

    TABLES sscrfields.TYPES: BEGIN OF lt_data,       matnr TYPE matnr,       spras TYPE spras,       maktx TYPE maktx,       maktg TYPE maktg,       END OF lt_data.DATA : lv_flag(1) TYPE c.DATA :lt_tab1 TYPE TABLE OF lt_data,      wa_tab1 TYPE lt_data.SE...

    Call FM in Program

    Hi Guys,i belong to SAP BI/Hana domain and i am stuck in 1 part of code below I am using FM 'EPS_GET_FILE_ATTRIBUTES' in a program to fetch file attribute (Size of File).I call this FM in a code and pass the Import parameters but i am not getting any...

    Resolved! Accepted Solution

    Function Modul to read sales oder communication data from customer master

    Hello,i get the communication data (e-mail) from a customer of the table adr6 with the addrnumber. Now the mail adress is changed manuel in customer master of a sales order. How can I acces this manuel maintained email adress? Is there a specific FM?

    techy by Explorer
    • 1557 Views
    • 4 Comments
    • 0 Likes
    Resolved! Accepted Solution

    CASTING IN ABAP

    hello , my question is about narrow and wide casting.when i read from text books of sap its appear to be in opposite definition according to in scn search (experts opinion )? thank-you regards student.

    Resolved! Accepted Solution

    ALV error log still shows even after freeing container and variable

    Hi Sap Gurus,I would like to ask if ever you've experience the display protocol (error log) from ALV is still showing.Even if we press exit (sy-ucomm) values with code:CALL METHOD LO_CUSTOM_CONTAINER->FREEFREE: LO_CUSTOM_CONTAINER.The error log still...

    Resolved! Accepted Solution

    Enhanced search and custom dropdowns/search help within ABAP program.

    We are in the process of upgrading SAP to 740 with SAP_BASIS level 0013.  We have some programs where we have coded our own drop-downs for selection-screen options.  The new Enhanced Search seems to be causing some problems with our selection screens...

    MIGO DIALOG FM

    Hi,I have one PO with 5 line items. I am calling MIGO_DIALOG from z transaction. I want to populate MIGO with 3 line items of PO using MIGO_DIALOG but the FM is pass one line item and then it stops for user to post it and then next line item comes. I...

    Labels in this area

    Explore this Area