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

    SAPGUI upgarde pacth 640

    Hi fellows,almost a year ago I downloaded SAPGUI 640 for my remote consulting tasks. This is still on patch #13. I looked at the service market place for an uograde patch but only found 3 presentation disks of huge volume.Are there any patch files av...

    Clemenss by Active Contributor
    • 655 Views
    • 4 Comments
    • 0 Likes

    ws_execute fm

    hi every body,was the ws_execute function module is supported by the starting versions of sap i.e, 3.0A?is there any way to find it out?if it doesn't support then is there any function module which is supported from 3.0A version onwords and through w...

    Print PDF file

    Hi I have PDF file data in an internal table. I have to either print this or append to a SAPscript.I converted PDF format to BIN format and wondering how can I send this to printer.If you can guide on this or appending this data to Script that will ...

    Resolved! Accepted Solution

    preifx and suffix

    hi friends,1.wat is the FM for prefixing and suffxing data for example Mat no is 1234.i want make000012342. when my data is in length of 40 i want to read 1st 10 then nxt 11-20,21-30,31-40can some one give me example code for thispoints will be rewar...

    Resolved! Accepted Solution

    Set Parameter

    When trying to open a contract from a program I am facing problem.The Transaction is VA43 for which I write the following lines:SET PARAMETER ID 'AUN' FIELD lv_vbeln.CALL TRANSACTION 'VA43' AND SKIP FIRST SCREEN.where lv_vbeln is defined :DATA: lv_vb...

    Resolved! Accepted Solution

    ALV

    I'm using REUSE_ALV_GRID_DISPLAY to display a list. In this list the first column is a check box ( reference to my first field of my internal table).I use the user command callback to catch the changesFORM alv_user_command USING ucomm LIKE sy-ucommse...

    Resolved! Accepted Solution

    Problem with MRM_INVOICE_CREATE,Debit Notes and Withholding Tax Information

    Hi!I have a problem with MF MRM_INVOICE_CREATE.We use this MF to create a Debit Note. The problem is that the Debit Note is created without the withholding tax information.I send the info in this parameter: i_rbkpv-h_rbws.Do you have any idea? I coul...

    BAPI

    Hi,Can some one help me out in suggesting a BAPI for the Scheduling Agreements in MM, where in I want to change the Rate KBETR, rate unit KONWA, Condition Unit KMEIN, validity periods.Thank you.

    on change query

    Hi all,loop at itAB.ON CHANGE OF ITAB-ID.clear : NEWNO ,id.call function 'CONVERSION_EXIT_ALPHA_INPUT'exportinginput = ITAB-IDimportingoutput = ID.select single max( NO ) from zXXX into NEWNOwhere id = id AND WERKS = ITAB-werks. if sy-subrc eq 0.NEW...

    Resolved! Accepted Solution

    Tcode ME23N

    Hi all,I'm using a user exit of the Functionpool V69A, Pricing subscreens (USER_EXIT_FIELD_MODIFICATION) in order to prevent some users from modifying prices. It activates when the end-user gets to a PO pricing subscreens through the tcode ME22N/ME22...

    Resolved! Accepted Solution

    concatenate

    Hi,Below is my final internal table iam getting the data here. data : begin of itab occurs 0, field1(10) type c, field2(10) type c, field3(10) type c, field4(10) type c, end of itab.data : v_wa(500) type c. "work are...

    Labels in this area

    Explore this Area