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

    Converting html special characters to plain characters (e.g. u00FC to u00FC)

    In a ABAP string I have text which may contain html character substrings like the ones in the "HTML Number" column of [http://ascii.cl/htmlcodes.htm]. Is there an easy way to convert these html character substrings to plain characters (= the "Symbol"...

    Resolved! Accepted Solution

    Issue in TMG

    Hi All,I have a Ztable named ZBILL_101873 which has 70 fields.Now i have added a field of character 2 to this table.My problem is when i try to regenerate the TMG it shows the following the error.' TCTRL_ZBILL_101873 has invalid length 002'When i de...

    Resolved! Accepted Solution

    Validating LIKP records

    Hi all,data: BEGIN OF ty_vbeln occurs 10, vbeln TYPE char30, END OF ty_vbeln.<code continues>LOOP AT T_FPR_DATA INTO FS_FPR_DATA.ty_vbeln-VBELN = FS_FPR_DATA-field1.collect ty_vbeln.ty_vbeln-VBELN = FS_FPR_DATA-field2.collect ty_vbeln.ty_vb...

    Resolved! Accepted Solution

    Restricting authroizations for changing purchase requistions(ME52N)

    Hi ,We have a requirement to restrict authorizations for modifying purchase requisitions(ME52N) created by other users.The owner of the purchase requisition only should be able to modify it,other users must be restricted for the same.i have checked ...

    unicode probleam

    Hi,i want to change the attributes for a standard program RK340003.i want to tick check mark in unicode checks active.so when ever i am changing i got the message changes to RK340003 are forbidden by sap*ewhat to do now...how i will put tick mark...

    Resolved! Accepted Solution

    output type

    My requirement is once the sales order is saved automatically delivery should create, so we want to add the functional module logic in output type.Can you explain procedure step by step how to activate it and where we have to assign this FM in outpu...

    Resolved! Accepted Solution

    HINTS in Select Statement

    Hi,Can anybody explain me why HITS keyword is used with SELECT statement, whats the use of if, How to find the HINTS for a particular table.SELECT recn, recnroot, ippersINTO CORRESPONDING FIELDS OF TABLE <ITAB1>FROM CCIHT_IPFOR ALL ENTRIES IN <ITAB2>...

    Labels in this area

    Explore this Area