Application Development and Automation Discussions
Join the discussions or start your own on all things application development, including tools and APIs, programming models, and keeping your skills sharp.
cancel
Showing results for 
Search instead for 
Did you mean: 

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...

Criticality.png

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...

2024-08-07_08-25-11.png
sheenamk by Developer Advocate
  • 83485 VIEWS
  • 212 REPLIES
  • 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...

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! 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! 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! 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
  • 1805 VIEWS
  • 4 REPLIES
  • 1 Likes
Labels in this area