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
  • 83855 VIEWS
  • 212 REPLIES
  • 39 Likes

no Update for Debit Memo Request Item fields: Billing Date and Service Rendered date

We are currently utilizing the API at the following URL: https://api.sap.com/api/OP_API_DEBIT_MEMO_REQUEST_SRV_0001/resource/Debit_Memo_Request_Item. This API is employed to collect and manipulate data for Debit Memo Request Item, which will subseque...

Pa_ul by Explorer
  • 509 VIEWS
  • 0 REPLIES
  • 0 Likes

Debugger Scripting

Hello Experts, Do you know what is the reason why this script is not executable? It is showing syntax error , with class tpda_scr_globals_it it is executable but not with tpda_scr_locals_it. Is there a restriction from SAP why it may not be executa...

airwave by Explorer
  • 3042 VIEWS
  • 7 REPLIES
  • 0 Likes

Resolved! In which case primary key is empty but secondary key is not empty?

Hi all, I have read the help doc of key for internal table type definition. I found that: A standard table with an empty primary key can have non-empty secondary keys Here is an example: TYPES ty_gt_payload TYPE STANDARD TABLE OF ty_gs_payloa...

EricYu0912 by Product and Topic Expert
  • 1989 VIEWS
  • 6 REPLIES
  • 0 Likes

Biller direct EVENT_0110_TOTAL form in LFKK_EBPPFE0 include has incorrect logic?

When posting a payment in biller direct where the partner has one active contract account and one inactive contract account, t_invoices_paydata is not empty. Whereas selection table t_seltab[] is appended with contract account selection items only wh...

kavmp49 by Participant
  • 1164 VIEWS
  • 4 REPLIES
  • 0 Likes

Copy a PDF file from an FTP server to my SAP application server OS level directory (AL11)

I have a requirement to pull a PDF file from an FTP server and then write the exact same file to a folder in the SAP AL11 directory. I am successfully connecting to and getting the date from the FTP server using several SAP standard function modul...

Resolved! FileFilter in cl_gui_frontend_services=>directory_list_files doesn't work

For some reason whenever I use a file filter in the function "directory_list_files" of "cl_gui_frontend_services" it doesn't seem to work, while in methods like "file_open_dialog" there is no such problem. If I leave out the filter in the code belo...

ventior by Explorer
  • 2865 VIEWS
  • 4 REPLIES
  • 0 Likes

Resolved! SE93 with parameters

Hey, I want to create a transaction that will pass an object. The transaction will call to transaction SLG1 and will pass an object to the first field called 'BALHDR-OBJECT' But, when I enter it gives an error that this field does not ...

8it8 by Explorer
  • 3295 VIEWS
  • 5 REPLIES
  • 0 Likes

standard table

Hi, I want to insert entries into TWLVZ table from my ODATA service. Please let me know which BAPI i can use to insert data into this table or any other way of inserting data from program. Regards Biswa

Biswa_B by Discoverer
  • 837 VIEWS
  • 1 REPLY
  • 0 Likes

data type issue

Dear Experts, Below show field ZQAMOUNT having data type P(17.dec2).Previous amount field had a C(20), to achieve a sum after downloading that report to excel i have changed data type from character to packed decimals. The issue is Because of packe...

INCLUDE AND ENHANCEMENT

I'm in the FM06BF01_SUBMIT include. I made changes to ZMM_ENH_ME55_ONAY enhancement. I moved FM06BF01_SUBMIT to the live system. Since the ZMM_ENH_ME55_ONAY enhancement is also included in the FM06BF01_SUBMIT include, shouldn't ZMM_ENH_ME55_ONAY ...

Download XML to server.

Hello Community, I am trying to use the same logic for downloading an XML file (to my PC) for downloading it to the server. This is my code. The GUI DOWNLOAD works correctly, but the OPEN DATASET creates a corrupted file... How can I do it?...

Labels in this area