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

Released IDOC

Hi, I have a message type which is extended in SAP version 4.7 and released. Later on the system got upgraded to ECC 6.0. Now I want to change the extended idoc in ECC 6.0 which is not possible as it is already released in 4.7. Should I have to crea...

Archiving Class

Hi experts, I'm developing a write program to archive some custom tables (Z tables) and so i have a question, do i have to develope a function group for my archiving class in order to make all this work ? Because i've been reading some SAP Documentat...

SELECT

SELECT SINGLE bukrs FROM t001 INTO t001-bukrs WHERE bukrs IN p_co_code.When I do extended syntax check I get a warningIn "SELECT SINGLE ...", the WHERE condition for the key field "BUKRS" does not test for equality. Therefore...

Resolved! delete a line

Hi,how can I delete a line if le_orgeh is not existing in lt_it_li. LOOP AT lt_it_li INTO w_int_li. CALL FUNCTION 'Z_EXPORT_PERS' EXPORTING im_pernr = w_int_li-IPPERS im_datum = w_int_li-EVDAT IMPORTING EX_NOYRS = l...

Labels in this area