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

    User exit for SU01

    Hi geniuses,I need to validate field USDEFAULTS-KOSTL of Logon Data at SU01 transaction. I tried to find a user exit but the one that exists works only when you log-on to SAP. Somebody can give me a solution on this, please? Thanks and kind regards,M...

    Resolved! Accepted Solution

    2 internal tables

    Hi,Can I create two internal tables in one start routine? Would this hurt in any way? It's only for master data (600 records). Also, do we have to drop the internal tables after we use them in the transfer routine to free up space?Thanks,Kiran

    Resolved! Accepted Solution

    Importing from Memory Id

    Hi All,Please tell me how the following command works and how can we see the contents which are being returned from this memory Id.IMPORT /ICO/MO_RUP-BERNR TO WLV_BERNR FROM MEMORY ID 'ZOR'.Also, GET PARAMETER ID 'ZOR' FIELD WLV_BERNR.Thanks,Archana.

    Resolved! Accepted Solution

    dynamic programming

    Hello,I have a program with a parameter for a table name.PARAMETERS: pa_tab TYPE dd02l-tabname.This parameter will be filled with a dictionary table name.I am trying to define a type using this parameter name like this: TYPES: BEGIN OF t_itab. ...

    Resolved! Accepted Solution

    String Parsing

    Hi Experts,I am writing a FM to read the input (file) that contains some set of strings. MY FM should read the invoices,amounts in a given string as follows:SWF OF 06/12/07 INV03467225-$2137.27 INV03467224 $ 56743.69 INV03404808 INVOICE,-03464401USD3...

    Resolved! Accepted Solution

    index

    CASE r_ucomm. WHEN '&IC1'. Check field clicked on within ALVgrid report IF rs_selfield-fieldname = 'MATNR'. Read data table, using index of row user clicked on READ TABLE i_vbap INTO wa_vbap INDEX rs_selfield-tabindex. Set param...

    PLEASE HELP

    hi guys, i have to develop a object.1. There is a selection screen of type parameter P_DATE.2. when i give some date in input say 01-12-2006 it should select all the entries from table TCURR on the condition TCURR-KURST = 'TCL' & ...

    Resolved! Accepted Solution

    bdc

    Hi,I am using gui_upload function module .What should i specify in the CALL FUNCTION 'GUI_UPLOAD' EXPORTING<b> FILENAME = ??????????????</b> FILETYPE = 'ASC' HAS_FIELD_SEPARATOR = ' ' HEADER...

    Labels in this area