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...

    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...

    sheenamk by Developer Advocate
    • 94902 Views
    • 212 Comments
    • 39 Likes
    Resolved! Accepted Solution

    reports

    hi all,i have one problem. my reports retrieves data which exceeds 70,000 records so while executing the report it give me dump. can anybody help me out of this problem.regards jyoti

    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! Accepted Solution

    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! Accepted Solution

    INT key transport problem

    Having issue transporting tables with System/Customizing data because of INT4 as one of the primary keys in the tables.Our data model has been ported from Oracle to ABAP DDIC. The tables with number(10) data type have been changed to INT4 domain. Aft...

    Resolved! Accepted Solution

    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! Accepted Solution

    F4 Help Function Module

    Hi All, I am working SAP version 3.1 . I am using the event "at selection-screen on value request" under which I want to find function module to get the F4 help on the required table field. Please let me know the function module in 3.1 to get...

    Resolved! Accepted Solution

    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! Accepted Solution

    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

    Explore this Area