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

Resolved! Customer update in Partner function in va01

Hi,while creating the sales order ,how to change the customer for a particular partner function in 'IDOC_INPUT_ORDCHG'.sales order is creating the through idoc in message type -  ORDCHG                                                             basi...

SAP ABAP FRESHER

Hi all,         I'm Nimal from India..well i'm a fresher in this field..so anyone please share me somethings about ABAP..actually i wanna develop my skills in this field..for that what are the things i've to follow and what are all the stuffs require...

Resolved! Sum of payment amount

Hi All,I am getting an extract from BSAK and for one payment number (AUGBL), I need to display the sum of  all amounts (WRBTR) . Right now I am doing this:LOOP AT LT_PAYR INTO W_PAYR.     W_OUTPUT-PaymentNumber = W_PAYR-AUGBL. W_OUTPUT-PaymentTotal =...

Resolved! Dump UC_OBJECTS_NOT_CONVERTIBLE / Method add_node

Hi,i need some advice for following problem.I have a alv tree and want to add a node with the method add_node but i get the dump "UC_OBJECTS_NOT_CONVERTIBLE".Data definition outtab_line:DATA: BEGIN OF outtab_line,        typ TYPE c LENGTH 3,        v...

data type error

Hi experts I m using following code to create a internal tableDATA : BEGIN OF IT_MASTER OCCURS 0,         PERNR            TYPE P0001-PERNR,         ENAME(60),         SEX              TYPE PA0002-GESCH,         AGE(2)           TYPE I,         POS_T...

Getting error 'Specify the key within the work area' while entering Payroll constant

Hello,I am getting 'Specify the key within the work area' while entering row in view VV_T511K_PNCHK.below is the screen shotafter checking in the view VV_T511K_PNCHK, I found inconsistent condition.Below is screen shotthe length of MOLGA is of char02...

Resolved! How to swap values of fields of an internal table

hii all,          my requirement is like this:                                   suppose i have one internal table with two fields say FLD1(type char1) and FLD2(type char1),and i populate this internal table with some records like                    ...

ABAP Code to fetch data for a particular field from a Table...

Hello Friends,I am looking for an ABAP code for the below scenario.As a part of a DataSource enhancement, I need to populate a field with values fetched from two different tables. I believe, that it can be dont using the joins functionality but any r...

Unable to update the characteristics entered in custom tab in transaction CJ20N / CJ0*

Hi Expert,I got a requirement to create a cutom tab in CJ20N / CJ0* transaction. I could able to get the custom tab at project header level using the custom enhancement CNEX0006. This enhancement will allow user to input and view Project master data ...

Resolved! Table primary key issue

Hello experts,I have an issue with a table, the system is raisiins the following error:Table XXXXX has more than 16 key fields (violates SAA standard)Since i am feeding this table with an Abap program, i would like to know if using a statement like D...

Labels in this area