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

    How to get field data from a TYPE REF TO Method import parameter?

    Hi Good PeopleI’m trying to add an additional check to a purchase order item through a Badi implementation by using a ME_PROCESS_PO_CUST definition with method IF_EX_ME_PROCESS_PO_CUST~PROCESS_ITEMI’m debugging the Purchase Order program but I don’t ...

    Resolved! Accepted Solution

    DDIC Generic Table

    Hi,I need to create a generic 'Table type' to use with a RFC to be called from an outside system. I have tried to use 'Any' in 'Reference type' as mencioned in the SAP Help, but I've got an error messege - 'Referenced class or interface ANY not activ...

    ABAP short dump

    Hi folks,I had an interesting issue. Last week we went for a client refresh from PRD to QAS environment. that resulted in a short dump while accessing the HR masterdata using PA30 or PA20, the infotype screen is not appearing. The error log gave this...

    Resolved! Accepted Solution

    Entry in FILENAMECI

    Hi friends,In the FILE trxn, i have created one entry for logical file name and associated physical path name also. I want to use FILE_GET_NAME to get the physical path when logical file name is given in this FM, which is what no happening in my case...

    Resolved! Accepted Solution

    select option

    i have select option s_tanumi need to make check if the tanum is in LTAP if not to give messagehow??i made it but notselect tanum from ltap into ztanum where tanum in s_tanum. if sy-subrc <> 0. write : / s_tanum-low. ...

    Sy-subrc

    Hello all, I have written a module program which have 2 screens one accept purchase order num and the other displays the pruchase order details.My problem is after i hav written my first select statement im going for sy-subrc check but thou...

    Resolved! Accepted Solution

    SM35 processing question

    Hello,I have a question concerning the processing in SM35. I have a job that runs RFBIBL00 to create a file and then submits RSBDCSUB. I track these jobs in SM35. If SM35 is procssing a file containing 100 documents and the system goes down durning t...

    Resolved! Accepted Solution

    Table maintanence

    Hi,I created a Custom table with table maintenance generator, in that table i have 10 fields including User name and the date, when the user Create/Change any record through the table maintenance these 2 fields (User name and the Date) should be fill...

    Aging report

    hi I am developing a aging report for which I am getting fields from the tables EKPO and EKKO based on s_gjahr FOR bsid-gjahr OBLIGATORY. "Document Fiscal year p_date TYPE vbak-aedat OBLIGATORY, "A/P Open items p_bukrs TYPE t001-bukrs O...

    Resolved! Accepted Solution

    Debug ABAP program

    Hello:I have a WebService and I followed the instructions in order to call it from the ABAP side. So now I have a proxy.I created a simple ABAP program to test this WS call but it seems it's not working quite well. For external debug purposes, on the...

    Making MIGO display

    Hi All,We are working on a requirement to make MIGO transaction Display only .The initial thought is to make all the objects required for MIGO haing activity 03.We have done that already but realised that it is very easy to make it executable if any ...

    Resolved! Accepted Solution

    ALV: filling cell with F4

    Hi all, I am using below code to have F4 option for editable ALV grid cell L_FIELDCAT-FIELDNAME = 'PSD'. L_FIELDCAT-OUTPUTLEN = 10. L_FIELDCAT-SELTEXT_L = 'Proposed Start Date'. L_FIELDCAT-REF_TABNAME = 'EGERH'. L_FIELDCAT-REF_FIELDNAME = 'AB'. L_FIE...

    Resolved! Accepted Solution

    WS_UPLOAD

    Hi,I am using the FM WS_UPLOAD in 4.6C to upload a txt file.But I am unable to do that .Can someone tell why??CALL FUNCTION 'WS_UPLOAD' EXPORTING CODEPAGE = ' ' FILENAME = VA_FILEPATH FILETYPE ...

    Labels in this area

    Explore this Area