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

    Submit a Report and execute pushbutton, in background

    I have a program, PGM_A, which when executed runs another program PGM_B, which outputs a list and a number of pushbuttons along the top one named 'TEST' and the other 'UPDATE'. I want to be able to run PGM_A in background mode in such a way that it...

    Resolved! Accepted Solution

    Language in SAP System

    Hey guys,I have to write a little program in which, on selection screen, the user has to enter a language.So what I want is a field with a search help in which all the languages available on the system are displayed so the user can choose one of them...

    Resolved! Accepted Solution

    How to pass the entityset as output of CREATE method for Odata service

    Hi, I am working on an ODATA service that reads and updates SAP data in one of the SAP tables. When the data is read from external system, it invokes my GETENTITYSET method of my Data provider extension class and returns the results in the form of ...

    Resolved! Accepted Solution

    SAPSQL_ARRAY_INSERT_DUPREC inserting unique records into empty DB table

    So, we've got code like this: DATA my_data type hashed table of ztable with unique key keyfield. ... DELETE FROM ztable. "#EC CI_NOWHERE INSERT ztable FROM TABLE my_data. And at the insert, we're getting the dump SAPSQL_ARRAY_INSERT_DUPREC. Da...

    matt by Active Contributor
    • 3126 Views
    • 12 Comments
    • 2 Likes
    Resolved! Accepted Solution

    Convert Internal table into CSV Format and upload into Application server

    Hi Experts, I have a requirement where i need to convert the data from internal table into csv format with tab delimiter and save it in application server. The issue is i cannot use comma as the decimal format used is comma.when i use comma as the ...

    Resolved! Accepted Solution

    Adding a field to a Dynamic Table and/or Structure using RTTS filled with data

    Hello, maybe you guys can help me and tell me if I understand RTTS correctly.I would like to add a dynamic amount of fields to my internal table at run time while the table is being filled. As I understand that would not be possible with RTTS, wo...

    Resolved! Accepted Solution

    How to add fields dynamically to transparent table or structure in SE11 in PRD system?

    Hello All, Below is my requirement. 1. I have Custom Data Base Table(ZCUSTOM) in production system, now i should add one field to it. (or) 2. Is there any chance of adding field to custom structure (ZSTUCTURE) in production system and activat...

    Using ABAP Web Services i need to send the data to SAP Hana Data Base in the SAP Cloud Platform(NEO)

    I have a requirement to send the Transaction Data from SAP On-Premise system on daily basis to Hana Data Base in the SAP Cloud Platform(NEO) 1.In the SAP Cloud Platform(NEO) I had created XSJS code to Insert the Data into SAP HANA Data Base and whi...

    Resolved! Accepted Solution

    Two ALV's in one screen

    Hello All, I have defined the following The first has name cc_cont1 the second cc_cont2. The first ALV displays okay,the second dumps: Exception condition "NO_FIELDCATALOG_AVAILABLE" triggered A RAISE statement in program "CL_GUI_ALV_G...

    Labels in this area

    Explore this Area