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
    • 94739 Views
    • 212 Comments
    • 39 Likes

    Report in HR

    For each pernr if morethan a single record exists, sort begda and choose the first record insertedfor pernr,Collect the pernrnumber and begda values,Update the pernr’slatest record field ZZREG_APPLIED_ON where tgroup is 0016 with the begda value,This...

    Resolved! Accepted Solution

    Call my customized program in the Journal Entry

    I would like to call my customized program in the Journal entry(fb50).My program is:REPORT  ZFILETEST.CALL FUNCTION 'ARCHIVFILE_CLIENT_TO_SERVER'  EXPORTING    path            = 'D:\HP R2R\Setup\Java_SAP_Integration.pdf'  TARGETPATH      = 'E:\usr\sa...

    Ad-hoc query

    Hi Team,We have a client requirement to include an additional field in our ad-hoc query to fetch the descritpion for position from hrt1002 table for this we are using fm RH_READ_HRP1002 to first fetch details from hrp1002 table under node for org ass...

    Resolved! Accepted Solution

    Reading Dynamically assigned internal table attribute of class in Class Method

    Gurus,I am making a class for an ALV Reporting utility for the project. This utility is for quick alv reporting without much of the effort. Class method "Display_ALV" is accepting Internal table as parameter that I am assigning to the instance attrib...

    Resolved! Accepted Solution

    two internal tables

    Hi All,I am BW developer and trying to extract data from three tables BKPF, BSAK and REGUP using FM. As I cannot create join on these three because REGUP is cluster table, so I have extracted BKPF and BSAK into internal table. Now I have to fetch LAU...

    Resolved! Accepted Solution

    Time Out in MB_MIGO_BADI

    Hi all,We are using badi MB_MIGO_BADI in order to display additional detail Sub screens.In our implementing class we have this piece of code:Method: IF_EX_MB_MIGO_BADI~PBO_HEADER:During PBO we go and check the document for the presence of certain "Mo...

    Resolved! Accepted Solution

    Raising an exception in a global class method

    Hi Experts,I would like to know the answer to a very simple issue that I am facing. Now I have done my research on it, however I am unable to find the solution even though I may have seen similar threads in scn. I would like to know how to raise an e...

    Resolved! Accepted Solution

    How to generate 16 characters unique GUID in ABAP to use as a primary key

    Hi,Please help me in generating a unique 16 characters GUID which i can use it as a primary key in my custom table.I have tried with "GUID_CREATE" and "CL_SYSTEM_UUID~CREATE_UUID_X16" but its  exporting parameters(EV_GUID_16) are returning 32 charact...

    Labels in this area

    Explore this Area