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

    Delivery picking & packing should not be allowed if the Customer’s actual credit limit has crossed

    Hi expertsI have a requirement Delivery picking & packing should not be allowed if the Customer’s actual credit limit has crossed. Authorized person should be able to release the delivery block through VKM5.For the any user exit . Please provide.Than...

    Resolved! Accepted Solution

    PO email to multiple vendors - prog SAPFM06P perform ENTRY_NEU not triggering

    Hello All,I have configured below details in NACE. (per SAP Note - 191470)External send , SAPFM06P , ENTRY_NEU & Form Name.My communication statergy INT is set up already. In MN04 i have maintained the right key combination. Maintained 3 email addres...

    Resolved! Accepted Solution

    The maximum size of an SQL statement was exceeded

      DATA: BEGIN OF wa_cnt_eina,          matnr LIKE eina-matnr,          inf_n TYPE I,        END OF wa_cnt_eina,        itab_cnt_eina LIKE TABLE OF wa_cnt_eina.    SELECT matnr COUNT( * ) AS inf_n        INTO TABLE itab_cnt_eina        FROM eina      ...

    SUSR_ZBV_LANDSCAPE_GET

    Hello,While creating rfc READ user SM_SID1 on managed system SID2 by using standard user SM_ADMIN_SID1 which has required roles, the user  SM_SID1 gets created in managed system SID2 but the recommended roles does not get assigned to SM_SID1.Z_SOLMAN...

    Resolved! Accepted Solution

    Am i able of opening a screen inside a selection-screen of a report?

    Hello guys.I'm wondering if there is a way of putting a screen inside a selection-screen of a report.I have already a report, and some guy asked me for putting a grid (such as in J1B1N) to field material, value, number etc. It's 10 lines X 10 columns...

    ITAB_DUPLICATE_KEY

    We are getting a "ITAB duplicate key" error in a DataSource enhancement for BW that selects data from table MBEW into a hash table.  The internal table has the same fields as the key of the table.  I don't understand how we could be getting ITAB_DUPL...

    ITAB_DUPLICATE_KEY

    We are getting a "ITAB duplicate key" error in a DataSource enhancement for BW that selects data from table MBEW into a hash table.  The internal table has the same fields as the key of the table.  I don't understand how we could be getting ITAB_DUPL...

    Resolved! Accepted Solution

    How to find which field user has changed in SM30 using table maintenance events

    Hi All,I have one doubt related to table maintenance events in table maintenance generator.My issue is, i have one ztable having 10 fields. whenever user going to change one or two field values, at that time i want to find which field user has change...

    ravi_a3 by Participant
    • 4427 Views
    • 6 Comments
    • 0 Likes
    Resolved! Accepted Solution

    Duplicate Scrollbars Alv Grid OO

    Hi all,I have a problem with dynamic ALV Grid OO. I used this code:CREATE OBJECT go_alv     EXPORTING       i_parent           = cl_gui_custom_container=>screen0   EXCEPTIONS       error_cntl_create = 1       error_cntl_init   = 2       error_cntl_li...

    Resolved! Accepted Solution

    Fill WERK and LGORT depending on BSART with BAdI ME_PROCESS_PO_CUST

    Dear,I have the following requirement:If the Purchasing document type (BSART) in ME21N is 'NB', the Plant (WERKS) and Storage location (LGORT) should always be set to '8999' and '8999' respectively.(kind of like the USEREXIT_MOVE_FIELD_TO_VBAK in SD)...

    Labels in this area

    Explore this Area