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

    DEC datatype not overflowing in ABAP but overflowing in SQL

    Hi, I have come across a unusual scenario where I have database table in which one column has datatype DEC (Length 6 Decimals 3) Using the same I have created a report program and parameter for the DEC field. REPORT ydec_test. TABLES ydec_t...

    NooruBohra by Active Participant
    • 8229 Views
    • 12 Comments
    • 1 Likes
    Resolved! Accepted Solution

    IDOC Inbound MATMAS

    Hi, I have a requirement where I need to check incoming function (MSFGN) from an Inbound IDOC MATMAS standard, if the material being passed on to the system is invalid then raise a status code and do not create the material. I already made an i...

    Resolved! Accepted Solution

    Screen enhancement does not work after system relocation

    Hi experts, I have to extend the PRPS table for a customer and create the screen enhancement. Previously a system change was made and it is now being developed in a new namespace. The enhancement I am supposed to make was copied from the legacy sys...

    Resolved! Accepted Solution

    CATCH_ILLEGAL_STATE

    Hi Experts, We have a problem on our system. This piece of code generates a ST22 abap runtime error: CATCH_ILLEGAL_STATE this is the code: DATA: tdname_range TYPE RANGE OF tdname, tdobject_range TYPE RANGE OF tdobname, ...

    Selection screen f4 help

    Hi gurus. I have a select-option no-extension no intervals field on my selection screen, it comes from a table with values so I do have f4 help for the field but what I want is that when user starts to type he’ll get the completion help that comes ...

    Resolved! Accepted Solution

    Selection screen restart

    Hi gurus. I have a selection screen that it’s entries are updating my z db table. When an entry is created successfully a message type I is shown. After the entry is created, message is shown and user accepts it, I want the selection screen to be...

    Resolved! Accepted Solution

    ABAP 7.40 FOR syntax

    Hello Can someone help me with the syntax error in the attached code ? It gives error “No components exists with the name ‘FOR’ " TYPES: BEGIN OF ty_for_final, vbeln TYPE vbeln_va, vbtyp TYPE vbak-vbtyp, posnr TYPE vbap-p...

    Resolved! Accepted Solution

    Accessing an internal table across multiple parallel sessions of program

    Hi Experts , we have unique requirement where we have to access an internal table across the same program running in parallel sessions on different app servers. this internal table will have a sum of a field value from all sessions filled sequent...

    Resolved! Accepted Solution

    How to Maintain Table SCAPPTTYPE (Appointment Type)

    I've searched for a transaction or SPRO path that would allow me to maintain table SCAPPTTYPE but haven't found one. Table SCAPPTTYPE contains Appointment Type settings for use in color categorizing or assigning an icon to calendar appointments. Any ...

    amy_king by Active Contributor
    • 1592 Views
    • 2 Comments
    • 0 Likes
    Labels in this area

    Explore this Area