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

    ALV - Display Sum only

    Hi Experts, I would like to ask for help regarding this. My requirement is to output only the sum of the table. I tried it on this simple sample program:***************************************************************************TYPE-POOLS: slis.Types...

    Module pool

    Hi, I have 3 text boxes and 2 text areas.When the screen opens as soon as when we give t.code it will point the cursor in the first text box.When i press the tab means it will go to the next text box.But after it reaching the 3rd text box.It is poin...

    Resolved! Accepted Solution

    Idoc in yellow mode

    Dear All,Can anyone please tell me,why my outbound idoc is in yellow color(status 30).When i process the idoc with outbound program,it turns to green and document gets posted successfully....In the model view,i have attached the message type with sen...

    OLE object names

    Hi All,In OLE fro example consider the follwing few statements,CREATE OBJECT wf_excel 'EXCEL.APPLICATION' CALL METHOD OF wf_excel 'WORKSHEETS', SET PROPERTY OF wf_worksheet 'NAME' SET PROPERTY OF wf_cell1 'NumberFormat' How can I get to know the poss...

    Resolved! Accepted Solution

    GUI_upload

    Hi ,I want to upload a Excel file .Please tell me ,i can use GUI_upload or not . As i read in the documentaion of this function oly ASC and BIN file are mentiones there .Rgds,PremrajEdited by: PremRaj kaushik on Jan 19, 2009 9:24 AM

    Resolved! Accepted Solution

    Native SQL

    I have one internal table which was processed and there is some change in one filed. Now I want to place these changes back into the database table. Now as I told u previously to establish link between SAP table and legacy system connection between t...

    Resolved! Accepted Solution

    When movement type is 102 or 122, can we use BAPI_GOODSMVT_CREATE?

    Hi All,We want to add the reason code for the movement type 102, but the BAPI: BAPI_GOODSMVT_CANCLE has no this parameter. How should we do?Can I use the BAPI: BAPI_GOODSMVT_CREATE to do this when the movement type is 102? If we can, what should we a...

    Resolved! Accepted Solution

    combined select query

    Hi experts,I have 4 select queries like this: SELECT * FROM t009 INTO TABLE it_t009 FOR ALL ENTRIES IN lt_bukrs WHERE periv = lt_bukrs-periv. LOOP AT lt_bukrs INTO ls_bukrs. READ TABLE it_t009 WITH KEY periv = ls_bukrs-periv. IF sy-subrc N...

    Resolved! Accepted Solution

    dump with kbetr

    hi the code below is giving me a dump concerning convertion when i put number greater than 10note that kbetr is 11 decimal 2 in SE11 but in debug it has type p(6) dec 2.i must use the kbetr type. SELECTION-SCREEN BEGIN OF BLOCK a WITH FRAME TITLE te...

    Resolved! Accepted Solution

    Selection screen + hiding selection parameter adn adjusting elements

    Hi ,I am able to hide a selection parameter in At Selection screen output event by checking screen-name and then making screen-active as 0. but problem is that i am seeing a blank space there and i expect screen to adjust all elements accordingly and...

    Resolved! Accepted Solution

    Exiting a loop

    This is my code-loop at itab. ---> loop 1read table itab2 with key id = itab-id.if sy-subrc = 4.exit.endloop.Loop at itab3 ->loop 2endloop-Now I want that when whenever sy-subrc = 4 in loop 1... the exit should exit the whole block ...

    Labels in this area

    Explore this Area