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

Add deletion flag

i hav a table which has two fields . in the main field i add corresponding entries in the secondary field i can only hav one mmain field entry and multiple entrins in secondary field.now if i update the secondary fields for some other main field entr...

Resolved! E-mail addresses is always appened with 'L' when using 'HR_READ_INFOTYPE'

Hello Experts, I am using the said FM to get the e-mail address of an employee. But I noticed thatafter getting the details and e-mail of a certain employee, their e-mail address wasalways inserted with a letter 'L'. For example, employee A has an e-...

Resolved! invoicing FMs in ABAP

Hi gurus!does anyone know what are the Function Modules related to creating debit/credit memo invoices in ABAP?For example, FM VBFS_HINZUFUEGEN is for creating invoice list from debit memos. What are other FMs realted to this subject?Award points are...

Resolved! Mkpf- Rbkp Relationships

Hi !I need to find the foriegn key field relationships between the tables:Mkpf- Header Material Document andRBKP- Document Header: Invoice Receipt.What is the foriegn key field relationships between those tables ?In General What is the way to find fo...

Resolved! Read Statement

Hi All,Can we use READ statment in between select and endselect statments.Is work properly.Please check this code... SELECT KUNNR ZTERM FROM KNB1 INTO IKNB1. READ TABLE ICUSTOMER WITH KEY KUNNR = IKNB1-KUNNR BINARY SEARCH. IF SY-SUBRC = 0. ...

How to sum

Hi,May I know how to sum the units and amount in internal table? After summing, the value will be moved to new internal table.I try to do as below, but didnt get result. Perhaps something wrong? Can anyone help? Am very fresh in abap .. probably ther...

Labels in this area