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

    cl_gui_frontend_services=>gui_download - issue with german special char

    Hello, we are using cl_gui_frontend_services=>gui_download to create from an itab an excel file. We face the issue that in this excel file german special characters like Ä, Ü, Ö, ß are not displayed correctly. I think we need to use a different codep...

    Resolved! Accepted Solution

    unicode error

    Hi,I am using following code for importing memory-id from IMPORT E_VBKOK XANZPK TEXTTAB XBOLNR FROM MEMORY ID MEM_ID.TEXTTAB XBOLNR are structur.DATA: BEGIN OF MEM_ID, MANDT LIKE SY-MANDT, UNAME LIKE SY-UNAME, MODNO LIKE ...

    sum amount

    HIi use this part of code:loop at i_mapping into wa. if wa-xblnr ne m_xblnr and wa-mwskz ne m_mwskz. clear : wa1. move m_xblnr to wa1-xblnr. move m_mwskz to wa1-mwskz. move m_net to wa1-znet. append wa1 to i_new....

    Idoc in trfc queue

    Hi,I have requirement where the idocs are sent to external (non sap) system, now when system is down or for some other reason the idocs gets queued up in trfc queue(SM58) , now when the system is up and running these idoc gets passed to the external ...

    Resolved! Accepted Solution

    CL_SALV_TREE Refresh

    Hello!I have a development that generates a SALV Tree Alv. I would like to be able to refresh the ALV and preserve the collaps and extend state of the nodes!I tried to find a method that handles this for me, but with no success! Then I tried to find ...

    Resolved! Accepted Solution

    Script Problem

    Hiu Experts,i have a small doubt in SAP Scripts ,if i select some 2 or 3 fields from database table and stored in internal table ,i want to print that data into SAP Script how to do thisif i give directly table name with field name it will give outpu...

    Resolved! Accepted Solution

    Size of an IDOC

    Hi All,I want to know how much size & memory can be occupied by an IDOC when we triggering an custom IDOC.In Detail:-I am execting an custom IDOC from SAP R\3 to SAP XI.I want to know how much size or memory can be occupied by the system.Can we take ...

    Resolved! Accepted Solution

    Text table

    Hi,Suppose table 1 is the text table of table2. then this text table will contain exactly the same numebr of keys of table2 or it can contain other key field as well apart from the key field of table1.thankstanmaya

    Resolved! Accepted Solution

    Error while uploading an edited excel file into an internal table

    Hi Experts,I am getting error while uploading an excel file that has been edited. I am using GUI_UPLOAD for uploading the file into internal table. In my program I first have to download a file, if I use the same file without editing I am able to rea...

    Resolved! Accepted Solution

    problem language sapscript

    Hi,i must modify a sapscript custom,the sapscript is launched is launched from the transaction f150.SAPscript is the custom and has 2 versions, IT and De.I do so it will be called the IT version.There is a way for customizing.there is a way to pass ...

    Resolved! Accepted Solution

    report - status indicater

    hi sap masters,i have a 'Z'report and in the output of the report i would like to give an addtional field such as STATUS.I have 3 statuses.1. ERROR.2. SUCCESS3. DUPLICATE.So if i have ERROR records i would like to send RED LIGHT, if i have SUCCES...

    Labels in this area

    Explore this Area