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

    ALV - No Decimals

    Dear All Expert,I am implementing a ALV Report, but I have a uncertian issues.In the ALV report, some fields are defined field type (mard-labst and quan 13,3)However, we need to display output 123.333 -> 123 (no decimals)I try to add the following co...

    Resolved! Accepted Solution

    please advise

    Retreiving field from EKKO, EKPO , EKET Condition EKKO-IHREZ = "XXX" AND EKKO-BEDAT = "DATE" select xxx from EKKO INTO i_EKKO. key EKKO-IHREZ = "XXX" AND EKKO-BEDAT = "DATE" Select xxx xxx from EKPO into i_EKPO for all entries in i_EKKO key EBELN...

    Resolved! Accepted Solution

    how to add custom fields in vl02n t-code using BADI: LE_SHP_TAB_CUST_HEAD

    Hi Gurus,I'm new to ABAP can any one provide me the step by step process to create custom fileds in VL02N transaction code using BADI: LE_SHP_TAB_CUST_HEAD.As per client requirement below are the fields that need to be added.Container No, Serial No,...

    Resolved! Accepted Solution

    Modify Dbtab

    Hi Experts,Is there a possibility that below modify statement will update/insert more than one line in the table? loop at i_itab6 into wk_itab6. delete from zarmmmt0005 where EKORG = wk_itab6-ekorg AND LIFNR = wk_itab6...

    Resolved! Accepted Solution

    Module Pool Programming

    Hi Gurus,I'm new to ABAP and Module pool program. Currently I'm working on Module Programming.Can any one provide me the logic for the below logic.Here total buttons need to be create on the screen. I have already created the selection screen and but...

    Resolved! Accepted Solution

    Going live Issue

    Hi All, Can you please help me out in this situation : I have an issue with moving maintenance on table T023 out of SPRO and directly into the transaction OMSF which I believe basically make the table no longer cross-client. Now I want to know if ...

    Problem ABAP

    Hi.I have a problem in an abap. In this program abap, this repeating some records I do not deal for that it does it.FORM search_material_data TABLES p_t_data STRUCTURE zmm_mat_master_ext.DATA : L_FLAG(1) TYPE C VALUE 'N'.DATA: BEGIN OF it_vdarl OCCUR...

    Labels in this area