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

    How to control the formatting of exported XML files? FM: SDIXML_DATA_TO_DOM

    How to export XML files like this? Thank you.<b><?xml version="1.0" encoding="GB2312"?><tag1 attribute="blabla"> <tag2>blabla</tag2> <tag3 attribute="blabla">blabla</tag3></tag1></b>The code below does not work as I expected.REPORT ZTEST_XML .data: i...

    Real Time Projects

    Hi!I am looking for abap job.Few agencies are suggesting me to add some real time projects in my resume rather than just putting responsibilities in my resume.I have been trying to add some projects but as you know I don't have any real time experien...

    Resolved! Accepted Solution

    Infotype 1017 Program

    Hi,I am trying to write an HR program which inserts data into infotype 1017. I am using function module 'RH_INSERT_INFTY', but I cannot get it working. Anybody who have successfully used 'RH_INSERT_INFTY' to update infotype 1017? If yes, I would be h...

    Resolved! Accepted Solution

    Sum

    Hello friends,I have 5 rows in my Internal table.the 4th and 5th is quantity field. I need to sum up the 4th and 5th field for same first 3 fields, so I am sorting and using on change of statement and is working good.I was wondering if I can use a su...

    Resolved! Accepted Solution

    update syntax

    if flag is X i want to clear the flag and update the date and time. So far I have tried if zcitorderout-flag = 'X'. update zcitorderout set flag = space and erdat = wa_zcitorderout-erdat and erzet = wa_zcitorderout-erzet. AND if zcitorderout-flag = '...

    Resolved! Accepted Solution

    issue with case sensitive

    Hi all,I am reading data from a ztable into itab and displaying it in a table control.iam moving itab to itab1.The table control fields are modifiable .when i click save i am comparing itab with itab1 even though i haven't made any changesit says bot...

    Labels in this area

    Explore this Area