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

    CL_GUI_LIST_TREE error with more than 50 itens in table item_table METHOD ADD_NODES_AND_ITEMS

      Hi people,         I'm trying to use the object CL_GUI_LIST_TREE to view a simple tree in a report, and I'm using da method ADD_NODES_AND_ITEMS to do that. But when my parameter exporting table ITEM_TABLE have more than 50 lines a short dump messag...

    Resolved! Accepted Solution

    Connection closed (No data) in RFC call

    Hi all,I have a Z RFC enabled function module which is called in exit.Code:   Call function " Z_GET_DATA"                    destination ld_dest            exporting                     lifnr     = ld_lifnr                    vkorg   = ld_vkorg      ...

    Resolved! Accepted Solution

    Error in MIGO enhancement

    Hi,I have tried to enhance the migo transaction using badi MB_MIGO_BADI. But because of some issues I have to delete that implementation. After deletion the migo transaction is not displaying correctly. I have attached the screen shot. Please help me...

    NooruBohra by Active Participant
    • 1424 Views
    • 7 Comments
    • 0 Likes

    LT12

    Dear Experts,     I want to confirm a TO.         I have given following inputs to L_TO_CONFIRM function module    lgnum    tanum    tapos    it_ltap_conf-PICKM    it_ltap_conf-altme    Im getting an error, "No storage units confirmed for item 001"  ...

    Resolved! Accepted Solution

    why we can't use select * statement without declaring header line of an internal table

    REPORT  ZSELECT_INTO_TABLE_EXAMPLE. tables MARA.   data it LIKE MARA occurs 100.   select * from MARA into TABLE  it.   "don't code an endselect   loop at it.       write: / it-matnr , it-ersda , it-ernam .       endloop. * select * from mara into ta...

    Resolved! Accepted Solution

    Data Not coming

    Hi all , I worte a below code for my report... I don't know what wrong , am not getting movement type descriptions for few fields in the output display... can any one help me in this ?   METHOD  process_po_data .*   Data declarations for temporary da...

    Resolved! Accepted Solution

    Change Quantity of Sales Order in BAPI_SALESORDER_CHANGE

    Hiiii Experts,I want to change the quantity in sales order i.e. I want to replace the Order quantity to schedule quantity but using BAPI_SALESORDER_CHANGEit add the quantity . It can not update sales order quantity as per our requirement. The code is...

    Resolved! Accepted Solution

    Problem with screen field SHDB MK02

    Dears.I have a problem with SHDB transaction MK02.When it goes to screen suppliers is mapped this way:SAPLWR09      0120      X                                                                                                                           ...

    IDOC Issue

    Hi Guru'sWe are facing issues with IDOCS for an employee, we are transferring mini master data of HR system to Other HR system through IDOCS,So if any employees hired on Specific day in system A, IDOC will be generated automatically by system through...

    ABAP find values in table with one to many mapping

    Hi,I have a table :table Tcolumn A          column Bvalue a1            value b1        value a2            value b1value a3            value b2value a4            value b3value a5            value b4value a6            value b4Basically I want to do...

    Resolved! Accepted Solution

    How to call /SCWM/MON (Which has multiple selection screens) from ABAP program using SUBMIT and Display data

    Hi All,I have a requirement where I need to create an ALV report to display the outbound delivery orders (ODO). From here I need to click the ODO to display the ODO in transaction /SCWM/MON in EWM where the user can click on and view other correspond...

    Resolved! Accepted Solution

    copy of standar report RFBILA00

    Hi experts,I've been asked to make a copy of this program. The issue is that in some cases, the alternative account (ALTKT) is not correct so they need to access a Z table in order to get the right code. To do this, I need the BELNR in order to acces...

    Resolved! Accepted Solution

    editing field after the display using reuse_alv_grid_display_lvc.

    hello All,            I have requirement and i am using reuse_alv_grid_display for display_lvc.I need to create a custom button in the application bar and it can only be entered when one or more items are selected or else i need to throw an error mes...

    LSMW-CHRMAS01

    Dear Experts,I need your help on LSMW-CHRMAS01.Please let me know how to upload multiple charecteristics valuse per Charecteristics, (E1CAWTM for each E1CAWNM). For single Value I am able to get both segment but not able to get multiple Value Descrip...

    Resolved! Accepted Solution

    Remove HTML Tags

    Hi All,I am using FM 'SO_DOCUMENT_READ_API1' to read e-mails received in SAP. This returns HTML data in table 'contents_hex'. Then I use method cl_bcs_convert=>htmlbin_to_htmltxt to convert HTML.My problem is that this method 'cl_bcs_convert=>htmlbi...

    Labels in this area

    Explore this Area