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

    RSAQ_EXPORT_USERGROUP_CATALOG differentiate between Global and Standard Area

    When I use this FM it updates the global area. How do you differentiate to update the Standard Area? Which is the variable that you change? Please let me know since I am having a difficult time to update the standard area,client specific user gro...

    Resolved! Accepted Solution

    Finding out the value of a field of internal table incase it can contain blank or null

    Hi Experts, I am having a table in DDIC with columns containing blank and null values both. Using SAP Logon we cannot differentiate between both of them. So I write a following prorgam where I am able to get entries if i am using null in where cond...

    Resolved! Accepted Solution

    When using Parallel Processing, How to check all child WPs are ended?

    Well, Let's say I have to process total 50 WPs (with limit 10 at most in specific time), How to check all child WPs are ended? Of course, They have same process, but their processing time can be slightly different because of external factor.I'm cur...

    Resolved! Accepted Solution

    QM12 additional fields issue

    Hi Experts, I received a requirement to add additional fields to the output of transactions QM10,QM11 and QM12. I was able to add the fields in the output of QM10 and QM11 by appending in the structure of RQMQMEL1, but had a dump when I tried to ad...

    Resolved! Accepted Solution

    ABAP Development Tools in Eclipse: SQL Console no longer functions

    Recently, after updating to ABAP Core Development Tools (Developer Edition) 3.4.5, I find that SQL Console no longer functions for me with any of my system connections. Specifically the error I get when trying to use SQL Console is "Failed to create ...

    Resolved! Accepted Solution

    May I use all existing OO classes CL_DEMO_OUTPUT

    He guys, I’m pretty much confused right now (probably cause I’m new to OO) So far, I thought I can use all CL* Classes in my programs, can’t I? If not, how can I distinguish among them for example cl_salv_table is OK but others are not? Wha...

    Badi implementations that trigger on notif/order events are happening too early.

    I am using IF_EX_NOTIF_EVENT_POST and IF_EX_WORKORDER_UPDATE to send a message to our middle-ware whenever a notification or an order is created/updated. This lets the middle-ware know what data it needs to pull. It is possible for the update even to...

    Bit Array ABAP

    Dear Experts, I have a requirement to send bytes array to serial port, but the legacy source code is using c# like this. static byte[] SOH = new byte[] { 0x01 }; static byte[] STX = new byte[] { 0x02 }; static byte[] ETX = new byte[] { 0x03 }; ...

    Labels in this area

    Explore this Area