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
    • 94666 Views
    • 212 Comments
    • 39 Likes

    Function module SBUF_OBJ_RESET_OBJECT to delete shared buffer doesn't delete shared buffer

    From its description and its inline code comments, the function module SBUF_OBJ_RESET_OBJECT appears to be the right guy to delete shared buffer import/export areas. (I know, there is a built-in statement "delete from shared buffer", but I need an RF...

    Resolved! Accepted Solution

    Dump in custom INCLUDE for RV60AFZZ. XVBRP behaving as a field symbol.

    HiI am trying to create an invoice list via VF21. After putting the delivery no and on trying to SAVE, i get the dump 'Field symbol has not been assigned yet.' this while accessing the code line.IF NOT xvbrp IS INITIAL.I am unable to understand, why ...

    Resolved! Accepted Solution

    How to use BAPI Extension In service master to update tax tariff code?

    iam using BAPI_SERVICE_CREATE to create a service master records.. now i want to update the TAX TARIFF CODE in service master records... iam having TAX TARIFF CODE field in AC03 as well as in ASMD table...but i could not find it in BAPI_SERVICE_CREAT...

    FMX1 restriction

    Hi all,I want to put a restriction on FMX1 for funds center when parking the document, so the user cannot park a document on a fund center he is not authorized on. I've filled in all the object related with the fund center, and also checked the SU24,...

    Transport Organizer in eclipse shows workbench request as customizing request when filter is applied

    While I was checking my open transport tasks I figured out this issue. I filtered in the view by my user name to limit all the tasks in the view to my user. At the workbench requests all was fine, but at the customizing tasks I was very wondering abo...

    Resolved! Accepted Solution

    REUSE_ALV_LIST_DISPLAY vs REUSE_ALV_GRID_DISPLAY for simple list programs

    Hi all,I had always read that, for simple list programs (albeit with large quantities of data), the REUSE_ALV_LIST_DISPLAY function was better (faster, more efficient?) than the REUSE_ALV_GRID_DISPLAY function. Nevertheless, recently I was running so...

    luis_rod by Participant
    • 2992 Views
    • 6 Comments
    • 0 Likes
    Resolved! Accepted Solution

    Avoid INSERT in LOOP for INSERTING third party DATABASE using NATIVE SQL COMMANDS

    Hello Experts, I am trying to update a database tables in a thirdparty system - with data which is extracted from SAP using NATIVE SQL COMMANDS. LOOP at ITAB into WORK_AREA. EXEC SQL. <CODE> <INSERT> ENDECEC. ENDLOOP. The amount of data i am tryi...

    Resolved! Accepted Solution

    APIs from SAP

    Hi All,We are getting a new third party tool(Middleware) to integrate all non sap systems with SAP. I would be developing API's to be consumed by middleware to perform all required operations by other non-sap systems.(Eg- Create Customer from salesfo...

    Labels in this area

    Explore this Area