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

    Upload data to MM01 tcode sales text from flat file using Recording

    Hi Experts,Firstly i did a recording for MM01 Tcode choosing Salestext and filling the mandatory fields on different screens.But the data i entered in the textfiled(shown below the whilte color box) is not shown in recording nor its field name.pressi...

    Read table not working

    Hello All,This the the table structure  field A ,B,C,D,E,F are part of primary key and there are other fields also such as G,J,I,J.data has maintained in table. Now field B,E,F are having some data in table(A,C,D = null) and I want to get those data ...

    jitendra_it by Active Contributor
    • 5769 Views
    • 14 Comments
    • 0 Likes

    How to update Inbound IDOC status to '51' in BTE 1250 using FM SAMPLE_INTERFACE_00001250 ?

    Hi All, I had posted this in ABAP development too but thought connectiovity forum would be a better place for this. Hence reproducing the same here. Kindly provide your inputs.My inbound IDOC is updating a material master Z-field (MVKE-Zfield) in the...

    Resolved! Accepted Solution

    when downloading to excel sheet leading zeros are truncated

    Hi, I am downloading the Internal table datas into Excel sheet using     CALL METHOD cl_gui_frontend_services=>gui_download.The laeding zeros of fields are truncated, how to bring these zeros in excel sheet.My requirement is exactly the datas of inte...

    dinamols by Participant
    • 13689 Views
    • 20 Comments
    • 0 Likes
    Resolved! Accepted Solution

    Generated maintenance view: column names

    I created a Z table of delivery class C, customizing that I want to be transportable.I used Utilities -> Table Maintenance Generator.It worked pretty well, I can maintain the data in sm30 now and I automatically get the pop-up asking for the transpor...

    va03

    hi there.....i am trying to get data from some fields from transaction va03.....in the plant field data was extracted from vbap-werks.......but there was no data in werks field in vbap table........why?

    Resolved! Accepted Solution

    ABAP value help (F4 help / search help) in report for own datatype

    I have problems getting the value help to work for parameters in report that have a datatype that I defined. I should say this is the first value help I try to create and the instructions on help.sap.com are not entirely clear to me.What I mean / wan...

    Resolved! Accepted Solution

    Call function in update task.

    Hello.My Abap program, has a loop with the update command:    DO.       UPDATE zcaixa_loja SET seqp2k =  t_header-numseq                        WHERE vkbur  =  t_loja-vkbur.       IF sy-subrc EQ 0.         EXIT.       ELSE.         WAIT UP TO 2 SECON...

    Resolved! Accepted Solution

    Runtime error ITAB_DUPLICATE_KEY due to declaration of internal table type hashed table

    Hi All,I am facing runtime error  ITAB_DUPLICATE_KEY during retreving the data from the VBKD table into an internal table type hashed table.Actually I am performing the following things..Firstly I am retreving the data from the custom table into a in...

    Resolved! Accepted Solution

    [XLSO&MM] The group data for the material is locked by when creating courses.

    Dear all,I'm creating a courses via ABAP Code and for this to work I need to set all the necessary items like: AbbreviationCourse TitleSales InfoBegin Date End DateStatusParent ObjectParticipationCapacityAfter all this I make the course persistent an...

    Resolved! Accepted Solution

    XML to internal table conversion

    Hi experts ,My requirement is to read a xml file and convert data into internal table(itab).I already have the code but  the result  in itab is  not  in  proper format . Itab is having data like :emp_id             112233emp_name        xyzemp_id    ...

    Labels in this area

    Explore this Area