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

    How to put the series in specific categories in Gantt Chart using XML

    Hello guys.. I have an Gantt Chart that I have desinged with Chart Designer... I used this code to add the values of the boxes:   APPEND '<Series customizing="Series1">' TO lt_data_text   APPEND '<Point>' TO lt_data_text.   APPEND '<Value type="time"...

    Resolved! Accepted Solution

    Is it possible to print preview custom PO smartform form before saving

    Hello Experts, I have written custom driver program and called custom smartform through the driver program. It is printing correctly. My user want to do print preview before saving PO data in ME21N also. I know data gets saved in table after saving P...

    Resolved! Accepted Solution

    Problem with BAPI_PO_CREATE1.

    Hi Guys.I am using the bapi : BAPI_PO_CREATE1 and i´m receiving this messages:BAPI                 001 No instance of object type PurchaseOrde PurchaseOrder has been created. External reference:MEPO                 000 Purchase order still contains f...

    Resolved! Accepted Solution

    Text Symbol in User-Exit

    Hey everyone,I got a problem with some user-exit in module plaint maintenance (PM), e.g. EXIT_SAPLCOIH_004 for changing orders.The quest is: I want to display some popup text or message with text symbols.Unfortunately when trying to add some text sym...

    RHALESMD

    Hello All,I have set change pointers for IDOC HRMD_A, with an extension and have been using the mechanism to send IDOCs to third party successfully for past 5 months. Program RHALESMD is scheduled to run daily and pick up all change pointers. Employe...

    How to avoid exception error_cntl_create, which is being raised in class cl_gui_textedit and causing dump in production?

    Hi Gurus,One background job is running to extend the plant for the corresponding material. Though the job is getting finished successfully , but it is occurring dump 'Raise_Exception' (for exception : error_cntl_create) in the production. I tried sea...

    Resolved! Accepted Solution

    [ABAP] How to move a REF DATA Structure to an iStructure-field

    Hi Everybody,I have some difficult to move a REF DATA (structure) in a structure-FIELD.In short : MOVE fo_generic to my structure-sdata.Here, my code:DATA fs_segment    TYPE edi_dd40. DATA fo_generic      TYPE REF data ." Content a data structure typ...

    TMG

    Hi Experts,I am working on TMG. For this I did as below...1-- I created a ztable having 3 fields and enter record to that table.2-- from utilities->TMG, I provide authorization group and function group as table name, and maintenance type is one step....

    Resolved! Accepted Solution

    ST05 SQL Trace is different for different session of the same transaction

    Hi, I am executing a SQL trace on particular transaction(For Eg ME51 Tcode) . The number of record in SQL trace is varying  when we run same transaction on same server but at different time. Can you explain what will be the possible cause of the same...

    Resolved! Accepted Solution

    Parallel Processing issue - Quotation is getting created on debugging & not on direct execution of program

    Hi,We are using parallel processing ie CALL FUNCTION 'Z_FUNCTION'      STARTING NEW TASK  taskname       DESTINATION 'NONE'                    PERFORMING get_data_quot ON END OF TASK in our program.FORM get_data_quot USING lv_taskname.   RECEIVE RESU...

    Displaying Site code and description seperately in single column in alv grid

    Hi,I have developed an ALV report,here i will display like thisArticle    Article Description           HY01-Hyderabad  etc...Here i want to display like this...Article    Article Description                       HY01                                ...

    Resolved! Accepted Solution

    how to get the table records delemiting by date wise

    Hi,guru s ,             I am creating a custom table in that i want a requirement           if one record is existing between 01.01.2012 to 01.01.2013 if i am  try to insert in between   it will automatically delimited           is there is any stand...

    Resolved! Accepted Solution

    GL Upload program

    Hi Guru'sI am new to Abap. I have a gl upload program that 1 file at a time as it can only take 1 header line.I want to change this program so that multiple GL files can be uploaded.The first line of the excel file is a header then followed by it's l...

    performance issue

    good morning experts,            i have developed a report by copying ( tcode:: msrv6 )  into zmsrv6......below is the code i have write to fecth the field as per our reqiurement..            IF XML_ESLL[] IS NOT INITIAL .     SELECT  packno         ...

    Labels in this area

    Explore this Area