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

    In field string I am concatenating the fields, I want length no of spaces

    FORM header.field-symbols: <field> type any, <struc> type any. data m_structure(20) value 'x_headerdetail'. "name of structure where all fields are populatedassign (m_structure) to <struc>. do. assign component sy-index of structure <struc>...

    Resolved! Accepted Solution

    HR Maintain Master data

    Hi, Which operation(Copy,change or ..) should be used for HR_MAINTAIN_MASTERDATA for IT27/1. If record already exists it should be delimited and new record should be created. If new records are blank then old records should be just delimited.App...

    Resolved! Accepted Solution

    Logic within Loop

    Hi I have a table with following columns.WBS, fiscal year, month1, month2 till month12.In selection screen, user will enter WBS, year and particular month.If user enters 5, my program should find out the value from ITAB-MONTH5.If user enters 12, my p...

    Resolved! Accepted Solution

    Use of RV_CONDITION_COPY

    HiI need to use the Function module RV_CONDITION_COPY for creating conditions in VK11. I am passing the following parameters. It is not working. The condition record is getting created in table A601. But I am not able to display it in VK13. Please ne...

    printing is not possible

    hi all,in my module pool program, on the screen the print option is active but nothing happens when i click it. i need to print my screen after output. i am able to print using hard copy but the screen size gets cut. please help to print using print ...

    Text box in screen

    in MM03, sales area tab, you see a text box where in you can type as much as u want and the cursor automatically moves onto next line.I wish to include such a textbox in my report. Pl. tell how to mitogate the same action in my report ?Regards,Tom Je...

    Labels in this area