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
    • 94699 Views
    • 212 Comments
    • 39 Likes

    INSERT Statement

    Hi guys,I have a requirement wherein i need to insert rows in a database table from an internal table. But the problem is in my database table there are 5 fields including MANDT field whereas in my internal table there are 4 fields not including MAND...

    mm01

    Dear experts, i want to change the values of configurable materials in mm02... when i create material in mm01 then i will check this material in mm02 if i wnt to the vlue of that particular , i am not able to do it because it is grey we cant c...

    ABAP-HR

    Hello Experts,I have a requirement in the project in which i have to make an enhancement in the report: Ensure all current workers (EE groups 1, 2, and have their IT 105 subtypes 0001, 9998, and 0010 fields populated. If subtype 9998 or 0010 is mi...

    Resolved! Accepted Solution

    Export/Import to memory id

    Hi,I have written following code in shilpment user_exit "EXIT_SAPLV56U_002"DATA: TEST(5) type c value 'TEXT1'.EXPORT I_XVTTK TO MEMORY ID TEST.and i am importing I_XVTTK table in delivery user_exit "EXIT_SAPLV09A_002'.DATA : TEST(5) TYPE c VALUE 'TE...

    Resolved! Accepted Solution

    urgent please

    What is realtionship between P.O, Invoice and delivery Number tablesi want to know table name with realtion key..like ekpo , vbrk, likp.. how to link this table with each other.Thanks ,point is assurd

    Update AMPL

    Hi sap gurus, I have a requirement where I need to update table AMPL(Approved manufacturers parts list) based on some conditions. I need some function module which updates this table AMPL. Tcode is MP01. i need to change these values: AMPL - BM...

    Resolved! Accepted Solution

    How to modify an internal table,if i am looping at another internal table.

    Hi I need to modify an internal table as per my code below.But here the modify stmt doesnot work.Any pointers on how to do this would be highly appreciated.Code: LOOP AT tb_ebeln. IF tb_ebeln-pstyp = '9'. READ TABLE tb_ekbe WITH KEY ebeln = t...

    Labels in this area

    Explore this Area