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

Resolved! delete duplicates

want to delete all occurances (not just the adjacent duplicates) from an internal table where certain fields are duplicated. I tried 'DELETE duplicate entries FROM it_name' but got an error saying 'Between Delete and Duplicate, Adjacent is missing'. ...

Resolved! number range at runtime

I have to create a batch for co01 tcode. in that i have to use Number range Object based on 3 parameters. those may varie in runtime.there are 731 combinations are there. for each combination have to use a new Number range start from "0000" to "9999"...

Resolved! access key

Hi all, My friend installed IDES 4.7 ver with DB oracle 9.2 on windows 2003 server. When he goes for any development work its asking for an access key ; Since he doesnt know whick key to use the system is not allowing him for the same. Could you plea...

Resolved! code error

CONCATENATE 'WTG0' LV_MON INTO LV_FNAME. ASSIGN (LV_FNAME) TO <FS>. SELECT SINGLE <FS> FROM COSP INTO LV_SAPRST WHERE OBJNR = LV_OBJ AND GJAHR = LV_YEAR AND WRTTP = '4' AND KSTAR = GT_INOUT-SAKNR Error message : Unknown column name "<FS>" . field lis...

Resolved! Cyrillic characters

In one of my regional ABAP, some comments are available in Cyrillic text. But all the comments are seen as JUNK characters For ex.: DATA: REM_LIFE(6) TYPE N. "comments seens as Junk characters We would like to make it as: DATA: REM_LIFE(6) TYPE N. "c...

Resolved! FM for dec imal point

3.I am creating a sales order from a legacy data file using BAPI_SALESORDER_CREATEFROMDAT2. I also have condition data in the inbound file. The problem I am facing is when I pass the condition rate as in inbound file to the BAPI, it is automatically...

Resolved! ALV LIST DISPLAY

Hello,I am using the reuse_alv_list_display function module to display data from my internal table. The internal table has following fields: MATNR LIKE MARA-MATNR, ZZBISMT05 LIKE MARA-ZZBISMT05, MAKTX LIKE MAKT-MAKTX, SPA...

ML81N

Hi Gurus, Could any body explain me how to do thisI want an ERROR to occur on ML81n transaction when the PO entered has a check in the GR Message of the Purchase Order. plz any body respondEdited by: sukruthi raj on Jan 26, 2008 10:05 ...

Labels in this area