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

    How can I get data from an internal table using select statement that I have only index in AMDP?

    Hello EveryoneGreetings of the Day! In my scenario I need to insert data in database table from an internal table. I know only the Index number of that record.Is there any way of inserting the data using Select statement in AMDP? ex: :et_result.i...

    ERROR PROXY

    what means of this error. and what should i do? Error during proxy processing An exception with the type CX_SY_DYN_CALL_PARAM_MISSING occurred, but was neither handled locally, nor declared in a RAISING clause Function call of ZPI_IB_PO failed; the...

    Resolved! Accepted Solution

    Using open cursor with a field symbol of type table

    Hi, I am trying to read data from a table whose will only be available during runtime of the program. I am using a cursor to read the data in chunks(It is mandatory to use cursor). However, i am getting a dump in the first read attempt. The error s...

    Resolved! Accepted Solution

    Understanding the significance of Change Document Number

    Hi Experts, Although it has been stated multiple times in SAP Documentation for Change Documents as : "The change number is not the same as the change document number. The change document number is automatically assigned by the function modules o...

    How to change the mode from 'N' to 'A' in CALL TRANSACTION BDC in debugging mode ?

    Hi, I am debugging CALL TRANSACTION in BDC program to find the issue in production.In the program the following syntax is used. CALL TRANSACTION 'PA30' USING it_bdcdata MODE 'N' UPDATE 'S' MESSAGES INTO it_message. While debugging i want to cha...

    dump read dataset

    DATA: lv_file TYPE string. lv_file = p_server. DATA LV_xstring TYPE xstring. OPEN DATASET lv_file FOR INPUT IN TEXT MODE ENCODING DEFAULT . IF sy-subrc <> 0. MESSAGE e999(zz) WITH 'error'. ENDIF. DO. READ DATASET lv_file INTO LV_xstring. "DUMP IF ...

    Resolved! Accepted Solution

    You are trying to access a component with a 'ZERO' object reference (points to nothing)

    I'm setting up a Method call from a class DATA: r_info TYPE REF TO zcl_sv_job_offline_ctrl. CALL METHOD r_info->create EXPORTING is_data = lr_test_record. And receiving the following errors: CX_SY_REF_IS_INITAL You are trying ...

    Resolved! Accepted Solution

    Update Ztables in VF01 after save - End of MF RV_INVOICE_DOCUMENT_ADD

    Hello Experts, I need your help please I want to update some Z table after invoice creation. For that I created an enhancement in the end of MF RV_INVOICE_DOCUMENT_ADD When I am in debug the data are updated in Z table but when I am not in debu...

    Resolved! Accepted Solution

    Error "lib_sapgui_pipetools_x64.dll: Can't find dependent libraries" in ADT

    Hi all, I currently have the problem, that I can't open any SAP GUI Window in the ADT tools anymore. Whenever ADT trys to open a SAP GUI windows the windows stays empty and the following error is raise: lib_sapgui_pipetools_x64.dll: Can't find de...

    ceedee666 by SAP Champion
    • 2115 Views
    • 4 Comments
    • 1 Likes
    Resolved! Accepted Solution

    i'm getting an error in modify, please help - URGENT

    FORM SAVE USING SVAR1 TYPE SY-UCOMM SVAR2 TYPE SLIS_SELFIELD. CASE SY-UCOMM. WHEN '&DATA_SAVE'. LOOP AT IT_MERGE INTO WA_MERGE. READ TABLE IT_TEMP INTO WA_TEMP INDEX SY-TABIX. IF NOT WA_TEMP-MAKTX EQ WA_MERGE-MAKTX. WA_MAKT-MAKTX = WA_MERGE-MAKTX. MO...

    Labels in this area

    Explore this Area