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

    Internal Table sort order

    Hi experts.I have some problem with my program.When I sort an internal data, result is different depends on application server.SORT ITAB BY STR1 STR2.<APP1>STR1 STR2 STR3 STR4 INT1AAAAA BBBBB CCCC1 DDDD1 1AAAAA BBBBB EEEE1 CCCC1 2AAAAA BBBBB DDDD1 CC...

    Resolved! Accepted Solution

    SAPscript text file editor

    Hi,I have a scenario wherein I need to read and capture the complete text that is saved through the SAPscript text file editor pop-up screen.I observe that the data entered through the SAPscript text file editor is saved in table STXL in the field CL...

    Resolved! Accepted Solution

    Filter in table control

    Hello Experts,I had added Filter in table control. For this I am using FM 'LVC_FILTER'.But I am getting error as "Filter Internal Error. 15"Below is my code:data layo type LVC_S_LAYO. data GT_FILTER_INDEX type LVC_T_FIDX. data itab type TABLE OF cxta...

    Resolved! Accepted Solution

    What is the meaning of data blocks ?

    hi,What is the exact meaning of "data blocks" in the following paragraph ?Index records and table records are organized in data blocks.If you dispatch an SQL statement from an ABAP program to the database, the program searches for the data records re...

    bhakti2 by Active Participant
    • 3094 Views
    • 3 Comments
    • 0 Likes
    Resolved! Accepted Solution

    Table Control

    Is it possible in table control to control the input status in different lines for the same column?Exemple: Line 1 Column 1 input is active Line 2 Column 1 input is inactive Line 3 Column 1 input is active etc..Regards,Dan...

    Resolved! Accepted Solution

    Characteristics entered in VA01 is not appearing in VA03. how to track.

    Hi Experts,While creating a sales order in VA01 entered characteristics in different fields . but when we check the sales order in VA03, only few characteristics data is appearing and many entered characteristics are missing. how to track where dat...

    Resolved! Accepted Solution

    SCC4 Settings

    I'm doing a security review of an SAP production system. Changes and transport for client specific changes has been set to "No changes" which is fine.eCatt and CATT have been set to allowed - Does the first setting overwrite these being allowed or is...

    Resolved! Accepted Solution

    SQVI possible?

    Hi All,I am trying to find out a list of VBELN/POSNR entries which are available in VBAP but not available in a certain table.Is this possible through SQVI? Any other way possible other than writing a report?Check this example:VBAP has:VBELN POS...

    Labels in this area