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
    • 94716 Views
    • 212 Comments
    • 39 Likes
    Resolved! Accepted Solution

    How differentiate different data in smartform with foreground and hinterground mode

    Hallo Experts,I have question reagrd smartform in foreground  and hinterground mode. When i want a generate form in foreground then print data in smartform in z.b Contact : SY-USNAME. ( hardcord) . Loging User When a generate formular  in hintergrou...

    Clear sap memory

    Hi,How to clear or free the sap memory during the run time?I have tried few scenarios.REPORT  ZSAP_MEMORY. DATA : VALUE1(30) TYPE C VALUE 'SAP MEMORY'. PARAMETER : MATNR TYPE MARA-MATNR. SET PARAMETER ID 'MEM' FIELD VALUE1. FREE MEMORY ID 'MEM'. DELE...

    run time error

    I have Run time error in each select from AFRU. I used package size, index but even I can not select with packing size 10 !!!!SELECT  AFRU~AUFNR  AFRU~VORNR  MAX( AFRU~BUDAT )    INTO TABLE IT_OR PACKAGE SIZE 100      FROM AFRU JOIN AFKO ON AFRU~AUFN...

    problem on zreport using tables cosp and coss on cost analysis of production order

    hi,I'm developing a zreport to compare the actual and planned cost of a production order.I don't understand the conditions that to be maintained in COSP to differentiate the field Transaction ( goods issue, cost of goods sold and settlement ), that d...

    Resolved! Accepted Solution

    Does "ORDER BY PRIMARY KEY" make any sense inside SELECT..ENDSELECT in HANA?

    Hello All,I try to understand if there is any difference in result between a) and b) in HANA:a)    SELECT * FROM table INTO work_area      WHERE field = field      ORDER BY PRIMARY KEY.    ENDSELECT.b)    SELECT * FROM table INTO work_area      WHERE...

    How to change the Variant Dynamically in the program and pass it to another FM?

    Hi All,I want to execute a Report in a function module  using JOB_SUBMIT FM, but the Input(Variant) to the report  changes every time, So i need to  (1)Get the  Static Variant of the report,                         (2) Change it dynamically in the co...

    Labels in this area

    Explore this Area