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

Resolved! Reading Files with attributes from a directory in background

Hi, I am looking for a function or method that will do exactly the same as cl_gui_frontend_services=>directory_list_files, but that are able to run in the background. This method not only reads all the files in the directory, but retrieves their at...

Download pdf file from application server and then to be added in the GOS attachment of sales order.

Hi Everyone, I have a requirement to download terms and conditions from application server (folder created in al11 say sap/terms)which is a pdf file and then same needs to be added in the GOS section as pdf attachment in the sales order. Can Some...

FI/CO interface: Inconsistent currency information in BAPI_ACC_DOCUMENT_POST for transaction FV60

Hi, I am facing issue in BAPI_ACC_DOCUMENT_POST for transaction FV60 as 'FI/CO interface: Inconsistent currency information'. I have written below source code. Kindly suggest if the code is wrong or any correction. SY-TCODE = 'FV60'. * Popula...

Resolved! Join with EKBE

Dear All, I am having below existing query. In this query now I want modification in such a way that it_eine_latest will retain all values and EKBE will be joined in such a way that in case no entries from EKBE, the colum...

BAPI_OUTB_DELIVERY_CREATE_SLS Extensions to update custom fields in Delivery

Hello All, I have a requirement where I need to create a Delivery w.r.t document(Order/STO). So, for delivery wrt order I have used BAPI "BAPI_OUTB_DELIVERY_CREATE_SLS". Now my issue is I need to update custom fields in Delivery with BAPI. I h...

Resolved! IF BETWEEN does not work.

Hello,My IF <provided_number> BETWEEN <number> AND <number> does not work on numbers it should. This is the part of my code that does't work: IF wa_ini-vbelv BETWEEN '1700000000' AND '1789999999'. My code just completely ignores this part. For...

bmierzwi by Participant
  • 7845 VIEWS
  • 14 REPLIES
  • 2 Likes

How to use CLASS: CL_FINCS_MD_CONSUNIT / METHOD: WRITE_CU_TABLES in add-on programs

Please tell me the specific coding to call METHOD: WRITE_CU_TABLES of CLASS: CL_FINCS_MD_CONS UNIT in the add-on program (Report). Since CLASS: CL_FINCS_MD_CONSUNIT is instantiated privately, an out-of-class error will occur in the syntax check of...

Labels in this area