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

    changing date to ddmmyyyy format

    my report writes in dd.mm.yyyy when it is writing a report.in debugging it shows me in yyyymmdd.it also downloads in yyyymmdd format in excel sheet.the issue is want the ddmmyyyy format in the date column in excel sheet.how can we do this thru abap c...

    Shahid by Product and Topic Expert
    • 3864 Views
    • 12 Comments
    • 0 Likes
    Resolved! Accepted Solution

    SAP Texts with Placeholders

    Hi All,we have requirement in which we will be using SAP Texts as templates.The SAP Text body will have certain placeholders, which has to be filled at the runtime with data. So that the SAP text acts as a template and the data can be filled at runti...

    Resolved! Accepted Solution

    CONCATENATE

    data : a(3) type c value '123'. blank(3) type c ' '. b (4) type c value '456'. final type string .concartenate a blank b into final.While doing so.....i am expecting FINAL as : 123 456.123 (3 spaces) 456....but it is not t...

    READ DATASET

    Hi Friends,I have a simple question, I have read the documents but couldn't find documentation. While I am reading dataset usingDATA WA_DATASET(1). OPEN DATASET D1 FOR INPUT. OPEN DATASET D2 FOR OUTPUT. DO. READ DATASET D1 INTO WA_DATASET. TR...

    Resolved! Accepted Solution

    fb03 datum problem

    hi experts !there is a program for displaying domestic sales figures as percustomer/document type/Invoice wise. input data for report isCompany codeDOCUMENT TYPESTART DATE & END DATEFINANCIAL YEAR.problem is in date when i entered date 01.05.07 to 04...

    Resolved! Accepted Solution

    ABAP Transport versions

    Hi!I faced now with the following problem with ABAP transport: 1. transport (1 month ago) - transported to QAS 2. transport (1 week ago) - transported to QAS - then transported to PRD.Now I tranported the 1.st transport to the PRD and it was setting ...

    Help required.

    Hi Experts as Payroll data is sensitive data how can we provide Authorization for that?and What is RGDIR, what does it contain, how to see RGDIR?Is it possible to see from SE11 i suppose its not then how see this?What is the significance of Mode N w...

    Labels in this area

    Explore this Area