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

CPI: OData GET call being executed multiple times and fetching duplicate records from S4 Cloud.

Hi All, We are extracting data from a CDS view in S4 and pushing it to Teradata through CPI-PI and CPI-DS. Since CPI-PI does not support Teradata, we are using CPI-DS to push data to Teradata. We have created a job in CPI-DS which calls CPI-PI ...

Resolved! Sort itab by two fields

Hello, I have a requirement. In internal table itab, i have following fieldDocument no. Date Amount 1800000170 20190701 100000.00 1800000219 20190802 55000.00 1400000232 20190829 315.00 1800000170 20190829 5000.00- 1800000170 20190903 10000.0...

Resolved! Check existence of data in internal table against actual table

Hi. I am very new to ABAP so please excuse me if I am using terminology incorrectly or asking a very simple question. I am working on a program that uploads data from a spreadsheet and inserts it into a table. I have the basics of it working quite we...

Resolved! Create Custom Authorization object for Sales Organization and condition Type

Hi Experts, I have a requirement to update the Material Price based on sales organization and and condition type through program. I want to create a Authorization Object that will allow used to continue the program execution if he have authorizat...

Resolved! the the actual parameter .. is too short for formal parameter

In PERFORM or CALL FUNCTION "VERAENDERN_PLANAUFTRAG", the the actual parameter "LT_KBKOI" is too short for formal parameter kbkoi. I have several tables which give me this error from code inspector,unfortunately I have not found a solution for this...

get "Internal" ALV row index

Hello, As you know you have the sy-tabix to identify a row with your internal table, and you have also an "internal" index in the ALVs in case you order the ALV by some column or delete other lines, etc to identify always the same row. You can o...

oliver_am by Active Participant
  • 1045 VIEWS
  • 4 REPLIES
  • 0 Likes

Resolved! Table Z contains only key fields. "UPDATE FROM .." is ignored in this case.

I have a Z Table with only key fields. I am trying to update a record of the table. When I run the code inspector gives the error Table Z contains only key fields. "UPDATE <dbtab> FROM .." is ignored in this case. I have tried to add ENQUEUE...

Resolved! SAP ABAP Learning

Hello Professionals, I am working with SAP MM/SD modules, and I need to learn ABAP, but I don't have any kind of programming knowledge, Is it possible to learn ABAP without any programming Knowledge? Is it effective, as a non programmer? Wha...

Resolved! I can’t dowload SAP NetWeaver AS ABAP Developer Editon 7.52

Hi , I can’t dowload SAP NetWeaver AS ABAP Developer Editon 7.52 because the link from this post that redirekts me to the sap store and SAP STORE redirects me to SAP NETWeaver and the link 7.52 SP01 redirekts me again to this page from this...

Resolved! What is the difference in the behavior of DB_COMMIT and COMMIT WORK ?

Hello Gurus, I want to know what is the difference between FM DB_COMMIT and the ABAP statement COMMIT WORK. The function module DB_COMMIT will commit all the database changes (but COMMIT WORK will also do the same thing ) , then what is the signifi...

Labels in this area