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

    Task 1 - Create CDS View Entity ( August Developer Challenge )

    First of all, thanks for the overwhelming response to the ABAP Developer Challenge. Kudos to everyone who took time out of their busy schedule and finished the pre-requisite – Task 0 last week.Now let us dive right into the challenge.Task 1 - In this...

    sheenamk by Developer Advocate
    • 94646 Views
    • 212 Comments
    • 39 Likes
    Resolved! Accepted Solution

    Badi: ME_PROCESS_PO_CUST Method: IF_EX_ME_PROCESS_PO_CUST~PROCESS_SCHEDULE

    Hi,in method: IF_EX_ME_PROCESS_PO_CUST~PROCESS_SCHEDULE of Badi ME_PROCESS_PO_CUSTi will get schedule-data and item data.I try this: METHOD IF_EX_ME_PROCESS_PO_CUST~PROCESS_SCHEDULE. * DATA: LS_ITEM TYPE MEPOITEM. LS_ITEM = IM_ITEM->GET_ITEM( ). ...

    Excel by DOI

    HelloI want to output a internal table to an excel file.Now I open an existing file and write data into it.Then I have 2 problems: one is how can I save it without prompt a confirm dialog for overwrite the existing file; the other is now the excel is...

    Commit Work Problem

    Hi I have a functionality to update certain details and I use the appropriate FM to update the same .After this I use the statement COMMIT WORK .Now if in debugging if we execute step by step the values are updated perfectly but if i am running the a...

    Resolved! Accepted Solution

    Search user criteria

    So i have next issue.I want to get users accounts list witch satisfy crietria Last Name='SOME_LAST_NAME''.First i used RFC_READ_TABLE USH02 and iterative serached right variant but it is to long (with BAPI_USER_GET_DETAIL).I am bad to ABAP and SAP Fu...

    Labels in this area

    Explore this Area