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

    SAP MM program

    Hi,I am quite new to ABAP stuff (not used it since 2 yrs)I want to write a program for MM tracking (Very New to MM module).Right from Purchase Order to Invoice generation step and display it in alv.I am aware of ALV programming quite well. but the pr...

    farihakazi by Active Contributor
    • 656 Views
    • 2 Comments
    • 0 Likes

    Load Excel

    Hi AllI Use this codeTYPES : BEGIN OF type_xldata,string(800),END OF type_xldata.data: type_t_xldata TYPE STANDARD TABLE OF type_xldata.CALL FUNCTION 'FAA_FILE_UPLOAD_EXCEL'EXPORTINGi_filename = 'D:\2.xls'I_DELIMITER = ';'TABLESet_filecontent = type_...

    Resolved! Accepted Solution

    How to download internal table data to Excel sheet(Specific Work Sheet)

    Hi All,I have a report. It retrieves the data and displays the output and at the same time downloads the data to an existing Excel sheet. The Excel sheet path name will be provided in the Selection screen. The excel sheet has got multiple work sheets...

    Resolved! Accepted Solution

    Update Infotype 0006

    hi friends I am working on ISR workflow for address change. After the approval the infotpey 0006 should update. Is there any function module or class which updates the infotype 0006 when pernr is enterned.Regardsvijay

    Resolved! Accepted Solution

    Reading file from AL11

    Hi,I am trying to read the contents of a IDoc generated file in DIR_USERSHOME (al11).But how? (I am using IDES 4.6c)This is what i am working on : DATA: path(1024). DATA: content TYPE TABLE OF btcxpm. *-- Read Path----------------------- CALL 'C_SAP...

    RemiKaimal by Active Contributor
    • 596 Views
    • 2 Comments
    • 0 Likes
    Resolved! Accepted Solution

    Multiple PF STATUS

    Hi, I have a problem in using the PF STATUS, i am using a pf statusin at selection-screen output and when i execute a program i can see the buttonsin the selection screen,after that when i enter the values in the selction screen and i press a butto...

    SD related

    Moderator message: Please use a meaningful subject in futureHi Gurus, when the delivery is created, users have to affect the delivery to the right shipment document:They have to :1.Check the sales order document number form the document flow of...

    Resolved! Accepted Solution

    Regarding abap Macros

    Hi Experts,I am wring the programming in Abap-Hr usnig Macros.But my clients requirement is, don't use macros when using LDB's. Is it possible for payroll results.By using the macro RP_PROVIDE_FROM_LAST P0002 SPACE LOW-DATE HIGH-DATE what is the alte...

    Labels in this area

    Explore this Area