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
    • 94697 Views
    • 212 Comments
    • 39 Likes
    Resolved! Accepted Solution

    Inner Join

    Hi All,I am using Inner Join on two tables PA0001 and PA0006 on the field PERNR. But I am getting nothing as output. The code is as follows:TABLES: PA0001, PA0006.INFOTYPES: 0001, 0006.DATA: BEGIN OF TEST_TBL OCCURS 100, P_NAME LIKE P0001-UNAM...

    Resolved! Accepted Solution

    Doubt in selection screen

    I have a requirement that when i select a personnel number from a search help in the selection screen,the name of that person should be displayed next to that personnel number field in the selection screen.how to go abt this.can anyone please provid...

    Resolved! Accepted Solution

    Download to Excel.

    Hi,I have to download data into excel .Now this data is not predefined .. as in its picked up from custom table . If no of records selected from custom table is 6 then 6 columns in final_itab. If 10 records selcted then 10 columns .Now I have managed...

    TR F.79

    Hi, I don't know if somebody knows if the TR F.79 can be modify if the system is closed (for example in production) Because is part of customizing but sometimes we can modify a table without open the system

    Role of sy-subrc

    Hi, I have come across the following code construct in my current project: INSERT <<table>> from <<internal table>>. IF sy-subrc <> 0 RAISE EXCEPTION <<custom exception>> ENDIF This code segment has thrown a run time error (because a Key field w...

    Resolved! Accepted Solution

    regarding BDC

    Dear guys,I have problem in Batch input program.we have written batch input program to upload text file containting one record.Text data contains records for Companycode 100, the structure like this delimted by tab.Comp code Year GLacct...

    Labels in this area

    Explore this Area