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

    dynamic table

    Hi All,,i'm generating my dynamic internal table through this code n this works fine.DATA: ldo_data TYPE REF TO data. FIELD-SYMBOLS: <lt_itab> TYPE table.*" Dynamically create itab CREATE DATA ldo_data TYPE TABLE OF (id_tabname). ASSIG...

    In Call Transaction

    Hi experts,In call transaction if their are 100 records to be uploaded and if their is error in 31 st record then what happens.mean does the uploading stops at 30 records are it will leave 31st record upload all reaming record.Please explain more ela...

    module pool

    hi SDNers,I have to develop one module pool programming.In that, i have 2 input fields and one push button for print.One is for giving (or selecting using f4) invoice no and another one is for giving (or selecting using f4) printer name.After entere...

    Resolved! Accepted Solution

    Regarding F4 help

    Hi all,I hv a requirement. I am working on report.i have two parameters one which takes all tables name frm dd03land other takes filed names of the corresponding selected table.so can any bosy plz tell me how to implement searcg help for the fieldnam...

    Resolved! Accepted Solution

    BDC '=P+' Error

    Hi, I'm doing a recording in CJ02. I've a BDC OKCODE is for page down with '=P+' in my recording. However, when I write this in my program line, even everything is correct, it shows me the error:Field "'=P" is unknown. It's neither in one of the sp...

    SPAU AND SPDD

    I have a doubtu2026 I understand that we adjust dictionary objects using SPDD and other repository objects using SPAU.But in the transaction SPAU you can also see dictionary elements.Can I modify those from SPAU .Will the transaction allows me to do ...

    Resolved! Accepted Solution

    How to find dataset name?

    Hi Friends,I have files in a designated directory in my application server. How to find the names of the files in that directory.Can i do a scan on that direcotry so that i can read them using READ DATASET DSN INTO ITAB where dsn stands for the data...

    Resolved! Accepted Solution

    Call transaction

    When the user click on a PO number on a report output, the t/code ME22N should be invoked. I know the stmt is CALL TRANSACTION. But i want dat ME22N should be invoked with the corresponding PO data on which the user has doubled on the report ouput. H...

    Labels in this area

    Explore this Area