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

    Functon module errors

    Hi All,I am facing problem in below mentioned function module,it is working fine for some time periods i.e from 02.09.2008,before this time period it is showing error as No entries were found in catalog B,I am unalbe to trace the error,please any hel...

    Resolved! Accepted Solution

    Changing ALV column size

    Hello Experts.I'm working on ALV programming.I made very basical ALV chart but there was a small problem.The size of every column is the same so There is a column doesn't show the data properly.I know that we can change the length of column in Settin...

    Resolved! Accepted Solution

    BDC Table control

    Hi all,I have a quick question w.r.t a program for BDC Table control. I have written a dialog program containing one screen based on all the fields from the table SBOOK. Whatever the data entered into those fields will be inserted into the database ...

    Open PO

    Hi, How to fetch the po which has done outbound delivery but not GR. Currently the movement types 101,102,122 and 161 in PO history and does the extraction. If the PO has a Outbound delivery then it will not be included in the extract and once a Goo...

    SUBMIT statement

    Hi experts,If i have to SUBMIT a report 5 times within a subroutine of my main report, how is that going to be achieved? Is DO ENDDO a solution to it?The situation is that i have the following code in my main report main_delete:IF p_as = 'X'. OPEN...

    PM user exit

    Hi , I am creating a Maintainence order for which there is an automatic generation of PR .Before the creation of PR , I want to fill some field in eban table .But while using IW31 or IW32 its going only in user exit M06B0005.EBAN is not vaailable in ...

    Resolved! Accepted Solution

    inner table

    program as following :======================================DATA : BEGIN OF line , num TYPE i, sqr TYPE i, END OF line, itab TYPE STANDARD TABLE OF line WITH KEY table_line.DO 5 TIMES. line-num = sy-index . line-sqr = sy-index ** 2. APPEND li...

    Resolved! Accepted Solution

    Why a loop of 15k records never ends but debug of each record is quick?

    We've got the following code, but find the running of the program never reaches the Write 'Test' statement after the loop, or in other words, the loop never ends. But if we debug inside the loop for each record, then find the running is pretty quick...

    Resolved! Accepted Solution

    ALV Report

    Hi all, I have a scenario where I have got three tables two std ones and the third one is the custom one bseg,bkpf and ztest, and based on three fields i.e. belnr, blart and bukrs( which is in all the three tables )to join these tables and need to re...

    OPEN DATASET

    I want to store report output in application sever .For that i followed open dataset.My problem:when i used below statements.1) 1st+OPEN DATASET PFILE FOR OUTPUT IN TEXT MODE ENCODING DEFAULT.+_+TRANSFER WAOUTPUT TO P_FILE.+_+loop at ioutput into wa_...

    Labels in this area

    Explore this Area