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

    Reg WRITE_LIST

    Hi All, I am using the function module write_display to display the output of a report (submit used inside), though the output contains multiple pages the display only shows as 1 page. Is there a way we can split the pages and display?Br...

    Resolved! Accepted Solution

    Field symbols to itab

    Hi Experts, I have a requirement to transfer field symbol (defined as table) contents into my internal table in my program.The requirement is like this:Loop at xtab.CALL FUNCTION 'ARCHIVE_READ_OBJECT_BY_HANDLE' EXPORTING iv_handle...

    rnb86 by Participant
    • 1202 Views
    • 8 Comments
    • 0 Likes

    unicode problem

    dear all i want to add an addition to my insert statement to force the data to be as UTF-8 coding something like INSERT INTO ZHR_SMS VALUES GS_SMS unicode enable 'utf-8' but i did't know the syntax the language is set to Arabicthank you

    Resolved! Accepted Solution

    Error message issue

    Hello all,I am giving error message in search help exit if no values are found for certain combinations , its coming fine for me in status bar but when functional resource is testing the error message is coming as popup.I couldn't replicate this issu...

    Resolved! Accepted Solution

    Lock issue

    Hi , I am working on a change master material workflow, first i am trying to lock my Engineering change number and then the material, below the code CALL FUNCTION 'ENQUEUE_ECAENRE' EXPORTING mode_aenr = 'E' mandt ...

    Resolved! Accepted Solution

    Dump in ME11 transaction

    Hi friends, I am getting Dump in ME11 transaction The error message displayed is: DBIF_RSQL_SQL_ERRORThe error is issued when the system is going to insert to table A017:Termination occurred in the ABAP program "RV13A017" - in "DB_UPDATE".The main p...

    Resolved! Accepted Solution

    Reg: Tables to findout status of Batchman jobs

    Hi Experts ,Is there any table which gives the information about scheduling of batchman jobs i.e. table should give the list of the batchman jobs that are scheduled daily, weekly, monthly.I found some tables but these tables(J_5H1_RUNTIME, J_5H1_BWAA...

    Resolved! Accepted Solution

    Implementation of BADI in Enhancement spots doesn't work on Test system

    Hi Experts,I defined an enhancement spot in the development system. In the enhancement spot, I defined a BADI, and a fallback class.When there is no other implementation, the fallback class will be called in development system.In development system:W...

    batch job issue

    Hi,Suppose i have a job scheduled to run every 15 min for e.g. to read sales order from a flat file (also available every 15 min) and upload it. Initially it starts at 10:00 am. Next it runs at 10:15 am and so on. Suppose The first run takes time mor...

    Resolved! Accepted Solution

    SAP - bad math student...

    Write this simple program and execute it: report zreport no standard page heading. data: l type f, k type f, j type f. l = 252 / 864. write / l. k = ( 864 - 252 ) / 864. write / k. j = l + k. write / j. j = k - l. write / j. The report output in ...

    Juwin by Active Contributor
    • 1506 Views
    • 8 Comments
    • 1 Likes
    Resolved! Accepted Solution

    Get field symbol type any table the respective work area during Runtime

    HI All ,I have field symbol type any table and i want to create new field symbol or type like the field symbol struture in runtimecan i do that ?for e.g. i have field symbol <lt_itab> type any table.and i run-time i want to get the work area of <lt_...

    Labels in this area

    Explore this Area