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

select statment

Hi Guys,I want to select the latest billing doc date .How do I use the order by clause and select singlein below select statment.Please guide SELECT a~wadat_ist INTO billing_dat FROM likp AS a JOIN lips AS b ON avbeln EQ bvbeln WHERE ...

production dump issue

hi,i got one issue in production dump.in the dump (st22) ,below got like this Error analysisThe current ABAP/4 program attempted to execute an ABAP/4 Open SQLstatement containing a WHERE condition of the form WHERE (itab) orWHERE ... AND (itab). The ...

Resolved! unicode error...

I am facing an error for the following syntax.LOOP AT TAB. REPLACE SINGLE_QUOTE WITH ' ' INTO TAB-DATA. MODIFY TAB INDEX SY-TABIX.Endloop.The error is - "SINGLE_QUOTE" must be a character-type data object (data type C, N, D,T or STRING). field st...

Resolved! Class/Interface/Methods

Hi All,I'm trying to understand the concept behind abap class/interface/methods.1. Is it mandatory to have an interface in every class?2. Once a class is created is it right to define methods as static and public and use them without reference to the...

ALV Data Duplication

Hi, I have one simple problem...when i am going to display data through function 'RESUE_ALV_GRID_DISPLAY' , it displays ALV. but it gives me same data in column. internal table which i am using gives me right data before calling this function......

FM error

Hi,I am using FM : 'BDS_BUSINESSDOCUMENT_CREATEF' to upload file into FB02.If I am not using Loop the FM is working fine.If I am running in LOOP for variour doc no I am getting error message as :Knowledge Provider: Transfer errorMessage no. SBDS205Ca...

Resolved! COOPA003

Hi,I am trying to add new fields to TC KO01/2/3.I've read the documentation and did not understand.I've already created my fields in the CI_AUFK structure.Can anybofy help me with detailed steps on how to create the screen so I will be able to see th...

Badi or Exit for co15.

Hi Experts,I have a requirement to restrict some quantity field in transaction co15.When we do goods movement tab then we get the quantity field.the first line item contain the confim quantity which we give.Second line item contain which is calc as w...

Labels in this area