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

    Get the current date

    Hi experts.i'm trying to get the current date to field in my screen i'm wrote this code in the PBO MODULE *----MODULE set_Date OUTPUT.DATA : LV_Curr_Date like ce3tamb-perbl, LV_month(3), LV_year(4).LV_month = sy-datum+4(2).concatenate '0...

    Resolved! Accepted Solution

    Lines in Table Control

    Hi friends,I have created a form using Table Control with five lines. Though the form is having 5 lines, I am able to enter the data only in the first line and the balance four lines are in grey color, where I am not able to enter anything. Could you...

    iDoc problems

    Hi.I have 2 problems with a program creating sales orders using orders05.When changing adress information for ship-to-party I'm not able to overwrite the house number in the adress.Im traying to write to the field e1edka1-hausn, but that does not see...

    Resolved! Accepted Solution

    ME_PROCESS_REQ_CUST BADI

    hi i have created the copy of ME_PROCESS_REQ_CUST as ZME_PROCESS_REQ_CUST.i want to put some check on the CHECK Method i am doing so but i am getting some error for tht following code.METHOD if_ex_me_process_req_cust~check . * DATA i_items LIKE m...

    Plz Help!!!

    Hi All,Please tell me which table should i use for creating a link between the document and the business objects???I searched a lot and i cud jus find the structure like s00d4, sood2, BAPIBORID...Iam getting something like-FOLTP FOLFOLYR 25FOLNO 0000...

    Resolved! Accepted Solution

    Header in ALV grid

    Read the posted messages but still have some query regarding layout of Header in ALV grid. Using ALV Grid (not OO concept) in the report.- Can texts be printed in two sections in a single row like Name : Designation:Ag...

    simple QA

    data : z_cnt like s033-magbb, z_cnt_mz like s033-mzubb, z_sum like s033-mzubb.LOOP AT imard ASSIGNING <ls_mard>.clear z_cnt.clear z_cnt_mz.clear z_sum. LOOP AT is033 ASSIGNING <ls_s033> WHERE matnr = <ls_mard>-matnr AN...

    Resolved! Accepted Solution

    Help in ALV grid

    Hi collegues,I am developing an OO ALV grid. This grid contains editable fields too. If I want to use the help function in these fields, it doesn't work at all times fine. The help for 'material number' is OK, but in all other fields (for instance 'c...

    Resolved! Accepted Solution

    select problem

    this workSELECT SINGLE SUM( mzubb ) SUM( magbb ) FROM s033 INTO (z_mzubb , z_magbb ) WHERE werks = <ls_mard>-werks AND lgort = <ls_mard>-lgort AND matnr = <ls_mard>-matnr AND sptag BETWEEN date and date_e.<b>and thi...

    Resolved! Accepted Solution

    loop at itab

    LOOP AT imard ASSIGNING <ls_mard>. LOOP AT is033 ASSIGNING <ls_s033> where matnr = <ls_mard>-matnr and lgort = <ls_mard>-lgort.<b>here i get 4 rows and i want to take the highest date(sptag) mzubb magbb for each matnr</...

    Resolved! Accepted Solution

    Index on table

    Hello All,i am having one query. How i can find out that what is the current index on the table.Means to say if i am using database table .How should i identify which is the current index on the table.And one more. When working on user exit we can go...

    Labels in this area

    Explore this Area