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

Resolved! Multiply

Hi I hwve problem in the following code. I am trying to multiply IT_DETAIL-DMBTR (value is 10,000) to -1. But output is 0 instead of -10,000. Pls help me ELSEIF IT_DETAIL-BLART = 'SA' and IT_DETAIL-SHKZG = 'H'. " AND it_detail-sgtxt(2) = 'DR'. ...

Resolved! Table maintanence

Hi experts,There is one custom table by name "zglmap" of delivery class "C", in quality system i am able to to do table maintanence, but in production system i am not able to do table maintanence.Please let me know the reason for this.Regards,Santhos...

LDAPSYNC_USER - multiple OUs

I am opening this thread on behalf of my colleague Atul:In our company the LDAP (MS Active directory 2003) structure is as belowDC=ad,DC=company,DC=com OU = AAA OU = BBB OU = CCCWhile defining the server name it is mandatory to give OU in the b...

cris_hansen by Product and Topic Expert
  • 473 VIEWS
  • 1 REPLY
  • 0 Likes

Insert Exception

Hi,I m using Insert stmt to insert the records to ztable from itab.insert ztable from table itab.I m getting 'CX_SY_OPEN_SQL_DB' exception bcoz the record with the same key exists in the table. pls let me know how to catch this exception and how to s...

Resolved! update ztable records

Hi,I am trying to move Internal table contents to Z TABLE.I am having data issue. In debugging I see ITAB enteries say for example 100all are not getting in to ZTABLE.I am not filtering anywhereI have 100 records in itab with fld1 = 'ZBC'. LOOP AT t...

Resolved! Copy transaction code

Thread opened on behalf of customer from USA:Please advice is it possible to copy the Transaction Code: COR1 tocustomized Tcode: ZCOR1When we tried to copy function group COKO into ZCOKO it is copied, whenwe are executing ZCOR1 Transaction code it is...

Resolved! Select Statement Error

Friends,I am trying to read values from MARC table.This is the code i wrote:data zstruct type marc.select strgr into zstruct from marc.endselect.When the program is run, the values of strgr are not getting populated in zstruct.Please let me know what...

Resolved! Problem in ALV

Hi all, I am facing a problem while building the ALV output.I have a internal table.This internal table is filled with data coming from 3 tables.I have used function modules REUSE_ALV_FIELDCATALOG_MERGE and REUSE_ALV_FIELDCATALOG_MERGE.While I...

Labels in this area