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

    BRS with BDC

    Hi,I tried to upload BRS through BDC and the items are getting reflected in FF67. But the problem happening now is that the values are not getting reflected in GL a/c. Through FEBA we can see the values getting posted but the document number is not g...

    Resolved! Accepted Solution

    to conver float to char

    hi, i need to print float value to char value in my smart form(in main table data).table-fieldqmsp-SOLLWERT. (data dictionary type "FLTP").test value in the table: 1.0000000000000000E01 ,9.0000000000000000E00 i need this value to be printed as 1....

    ALV Class

    Hi allPlease rewrite the below code to get the output using only ALV class.REPORT ZALV_CLASS7.data class1 type ref to cl_gui_alv_grid.TYPES:BEGIN OF t_mat, matnr TYPE mara-matnr, werks TYPE marc-werks, maktx TYPE makt-maktx, END OF t_mat.TYPES:BE...

    Resolved! Accepted Solution

    user rename

    Hi all, I want to know the side effects of user renaming. I had changed one user name. it was an ABAP user. after changing the name, user faced some problems. the system was asking access key for the same program which h...

    Resolved! Accepted Solution

    F4 Help in Alv Grid

    Hi,I need to call an F4 help in an editable alv grid. I need the f4 help for the field VBAP-MVGR4. the ref table is TVM4 and the field in that table is MVGR4 too, but that table does not have a desciption (text) of that field, but i want to display t...

    Resolved! Accepted Solution

    top of page in alv

    Hi friends,FORM top_of_page. DATA: t_header TYPE slis_t_listheader, w_header TYPE slis_listheader. w_header-typ = 'S'. w_header-info = 'West Bengal Value Added Tax Rules,2005'. APPEND w_header TO t_header. w_header-typ = 'S'. w_header-info = '...

    MIRO Enhancement

    Hi Friends,I've tried with the available UE's and Badi's and fixed my half part of the requirement and still pending to update the Profit center value for Accounting document items in MIRO. Im not able to get my line items of accounting document in t...

    copy standard FM

    Hi,i am copying standard FM MRM_ENTRY_KONS , if i copy only FM i am getting syntactical errors. if i copy the FUNCTION GROUP along with FM then i am able to copy it successfully. But i am getting lot of other includes int he later case.can any body h...

    Resolved! Accepted Solution

    HR_IN_CHG_INR_WRDS

    Dear experts,What is the maximum limit of money value that this function can show as text.I foundNINETY NINE CRORE NINETY NINE LAKH NINETY NINE THOUSAND NINE HUNDRED NINETY NINE Rupees NINETY NINE PaiseThis doesnot work for me as i have to display mu...

    Resolved! Accepted Solution

    after read dataset, assinging the fields to respective places into itab

    after read dataset, assinging the fields to respective places into itab is problem. Could you please correct me.i am getting fixed lenth file and while reading and assigning to workarea thay are not properly sitting into the fields of work area.THAN...

    Labels in this area

    Explore this Area