Recent Activity

    Tree view in RAP

    In this blog we will cover: Introduction, Architecture overview, Scenario, Procedure, Conclusion. Introduction: The CDS hierarchy in SAP ABAP is used to define recursive, tree-like relationships in data directly within Core Data Services (CDS) views....

    Optimizing Performance of SELECT SINGLE STXH in READ_STXH_INTERNAL

    Hi All,If you’ve noticed that the statement SELECT SINGLE STXH within the method READ_STXH_INTERNAL is causing high execution times, especially with identical executions, this blog is for you.In this post, I’ll share recommendations on how to enhance...

    anisha_bafna by Product and Topic Expert
    • 5706 Views
    • 7 Comments
    • 4 Likes

    Import data from a standard CSV file into an SAP Data Dictionary table using CL_GUI_FRONTEND_SERVICE

    CL_GUI_FRONTEND_SERVICES is a class in the SAP ABAP programming language used for accessing front-end services in the SAP GUI (Graphical User Interface) environment. This class provides methods for various operations related to frontend services, suc...

    raghu_ps by Explorer
    • 12088 Views
    • 2 Comments
    • 3 Likes

    How to extend SAP standard using ABAP Development Tools for Eclipse (ADT)

    If you, as an SAP customer or partner, need to adapt SAP standard software to your specific requirements, you make use of SAP Business Add-Ins (BAdIs). Though SAP general recommends using BAdIs as an enhancement technology whenever possible, because ...