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

    error in where condition

    SELECT VENUM           VEMNG           UNVEL           MATNR           SONUM    FROM   VEPO    INTO   CORRESPONDING FIELDS OF TABLE T_VEPO    WHERE  MATNR IN S_MATNR    AND    WERKS = P_WERKS    AND    LGORT IN S_LGORT.   AND    SONUM + 0(10) IN S_VB...

    validation error

    perform CHECK_T300.*FORM CHECK_T300.IF NOT P_LGNUM IS INITIAL.   SELECT SINGLE * FROM T300 WHERE LGNUM EQ P_LGNUM.      IF SY-SUBRC NE 0.         MESSAGE E016(Z01) WITH P_LGNUM.      ENDIF.ENDIF.*ENDFORM.               " CHECK_T300Error:  THE INTO CL...

    Resolved! Accepted Solution

    No queue for SAP locks ?

    In the docs I read:>Remember in particular that setting too many shared locks without good reason can have a considerable effect on programs that work with database tables. If several programs running concurrently all set a shared lock for the same a...

    Resolved! Accepted Solution

    Invoice Posting via BAPI

    Hi Experts,I am using BAPI_ACC_DOCUMENT_POST to post a vendor invoice. This works perfectly fine.But the problem is that users are not able to reverse the invoice from FB08. They get the error: "Not possible to reverse the document in financial accou...

    Resolved! Accepted Solution

    BW 3.1 system issue

    Hello Experts, We are facing an issue in BW 3.1 system. There is a query is to retrive data for the profit centers. The query is common for all the divisions. The users should give their respective division in the selection screen. The users are give...

    Resolved! Accepted Solution

    Options in RFC_READ_TABLE

    Hi Experts,I am trying to read a table using FM RFC_READ_TABLE. I want to restrict the no. of records by giving where condition in Options. However, I don't know the syntax it should have. for example, I tried to assign following value to option - WA...

    KOMP-MGLME

    Dear ABAP Colleagues,I have a particualr request to add up all delivery item quantities in a shipping cost document to calculate the condition value. Could you help me with this?Basically the pricing int he shipping cost document should perform the f...

    Resolved! Accepted Solution

    Create new derived role.

    Hello,I'm looking for some easy way to automatically create a set of derived roles (with different organizational levels defined in itab) for specific imparting role. Any f-modules or your implementation experiences I could loot at?Regards,Filip

    Pay slip download

    Dear All ,I have made a program for download salary slip.But salary slip is showing at start of left hand side and there is a space left at right hand side. Now my requirement is to set this salary slip at middle of the page means set same blank spac...

    Labels in this area

    Explore this Area