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
    • 95138 Views
    • 212 Comments
    • 39 Likes

    Title Update

    Dear All,I have created a User in SU01.In Address Tab, the Title is given as "Ms".Once the User Login in German Language then she is getting Title as "Herr" instead of "Frau".So please guide me that where it is missing that not showing correct values...

    Event data_changed not triggered if enter is clicked but triggered in debug on enter in OOPS ALV

    Hello everyone,I have a report which displays editable  ALV with 5 editable columns. When I execute the program, change only one cell value and directly click enter, the event data_changed is not triggered and the change is not captured. Now, when I ...

    Resolved! Accepted Solution

    Creating CDS(Core Data Service) in ABAP - missing "DDL Source" option"

    Hello Experts,I am trying to create a CDS and as a first step creating the ABAP repository object. I am on ABAP 7.4 SP12 and Eclipse using ABAP Dev Tools for SAP HANA 2.64 and as far as I know these 2 exceed the prerequisites. For some reason I don'...

    BSEG-GSBER FIELD

    IS IT POSSIBLE TO UP DATE BSEG TABLE FOR FIELD GSBER (BUSSINESS AREA).SUPPOSE , WE HAVE DOCUMENT WITH 4 LINE ITEMS. TWO OF THE LINE ITEMS ARE UPDATED  WITH GSBER  BUT REMAINING TWO LINE ITEMS ARE NOT UPDATED WITH GSBER.  IS THERE ANY TOOL OR PROGRAME...

    Resolved! Accepted Solution

    How-to define CDS View/Entity to generate a BO with Header and Item

    Dear Members,I've a really simple scenario (on NW7.5 sp3). I've two self-defined DDIC tables: document header and item. I want to define CDS on top of them, and let the framework to generate the BO from it with the header and item node. I could manag...

    Attila by Active Participant
    • 2140 Views
    • 2 Comments
    • 0 Likes
    Resolved! Accepted Solution

    FM RFC_READ_TABLE not fetching data from production

    Hi Experts,  I'm fetching data from TADIR table from remote system using FM RFC_READ_TABLE.  It is fetching data correctly for DEV and QA systems but not from production system.  I have created local pgm in DEV system and gave production RFC, it is f...

    Resolved! Accepted Solution

    Identify HANA as database

    I need to identify whether the underlying databse is a HANA databse or not.I can remember to read an article that there is method where you can get the information, but I can't find it anymore.Does anybody know this Class/Method ?Best rgeards, Tapio

    Resolved! Accepted Solution

    Problem using read dataset

    Hi experts,I am having some problems using this code:do.     read dataset vg_filenamein into it_upload.     if sy-subrc <> 0. exit. endif.     append it_upload.   enddo.The point is that after using read dataset sy-subrc = 4. Before of the code above...

    Exception condition "DP_ERROR_GET_DATA" triggered in table refresh

    Hello Team,I am getting the dump when i call refresh from ALV grid disply.CREATE OBJECT alv_container       EXPORTING         container_name = 'WORKQUEUE'.     CREATE OBJECT alv_grid       EXPORTING         i_parent = alv_container.     CALL METHOD a...

    ABAPER_P by Participant
    • 2280 Views
    • 2 Comments
    • 0 Likes
    Resolved! Accepted Solution

    Problem in connecting from DBCO to Azure MS SQL Server

    Hello Experts,i am trying to access an Azure SQL Service through DBCO. When i test the connection with program "ADBC_TEST_CONNECTION" i get the error:sql error     40.515  occured:Reference to database and/or server name in 'master.dbo.syscharsets' i...

    Resolved! Accepted Solution

    Secondary internal table key and IN logical expresion

    Hello,I have a problem optimizing internal table operations (LOOP, READ, DELETE...) when there is "IN" in logical expresion.Example: DATA: lt_mara TYPE TABLE OF mara WITH NON-UNIQUE SORTED KEY key1 COMPONENTS matnr,           lt_matnr TYPE RANGE OF m...

    Resolved! Accepted Solution

    VBKRED Append

    Hello gurusi'm in need of your kind help, the problem is as follows, in transaction VKM1 on version 5.0 SAP ERP i had an append called ZAVBKREDwhich contained fields AUART = Sales document class and  AUGRU = motive order in structure VBKRED, those wo...

    Labels in this area

    Explore this Area