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...

    Build ALV Tree

    FORM BUILD_ALV_TREE . DATA: LT_ITAB LIKE GT_IMPORT. *-- Create an ALV Tree with an Empty table LT_ITAB CLEAR LT_ITAB[]. TRY. CL_SALV_TREE=>FACTORY( IMPORTING R_SALV_TREE = GR_TREE CHANGING T_TABLE = LT_ITAB[] ). CATCH CX_SALV_NO_NEW_DATA_ALLOWED C...

    select count(*) for CDS view on top of COEP and underlying table COEP table has different counts

    I'm running into a strange issue with CDS. For the COEP physical table, I get a certain number 30 million plus as the count. I have created a CDS with a select from COEP with all of the same fields and also I have defined the keys as the same. Ho...

    jmalla by Contributor
    • 4098 Views
    • 1 Comments
    • 0 Likes
    Resolved! Accepted Solution

    facing an issue while posting the Accounting Document using the BAPI - BAPI_ACC_DOCUMENT_POST.

    HI Experts, I am using the BAPI - BAPI_ACC_DOCUMENT_POST to post the accounting document, but BAPI executed successfully and the Accounting Document got created, but am passing 240 line items, BAPI created Multiple Accounting Documents for those 24...

    Resolved! Accepted Solution

    BADI implementation

    Hi, For Fiori application I want to implement the BADI HCM_B_TSH_FIELDRANKINGS. when I enter the BADI name HCM_B_TSH_FIELDRANKINGS in SE18 it takes me to enhancement Spot HCM_ES_TIMESHEET. In the Enhancement implementations tab I get the message 'N...

    Resolved! Accepted Solution

    ASSIGN do not setting SY-SUBRC

    I have a simple ASSIGN statement as shown below..issue I am facing is SY-SUBRC is not set..it retains its previous value eventhough field symbol is successfully assigned. Any thoughts? Is it because am assigning a deep/nested structure? FIELD-SYMB...

    Resolved! Accepted Solution

    IF condition doesnt work even when condition mentioned in statement is true

    hi, strange thing in IF ENDIF. we have an IF condition IF lv_org eq '123' or lv_org eq '234' or lv_org eq '456'. <logic> ELSE. <logic> ENDIF. now in our case lv_org is '234' first time when we debug it doesnt enter the IF logic ...

    Resolved! Accepted Solution

    ABAP Message no. 00058

    I am using REUSE_ALV_GRID_DISPLAY which has one editable field. Data changing through call transaction (IE02 - to modify 'Asset No.') is fine. Because this editable field, so user also can input value manually or by F4help. My problem is that when ...

    Labels in this area

    Explore this Area