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

    idoc process

    hi experts,i have one task for that i have to test unit test, that isSARA sends Inventory Summary information to SAP R/3 via IDOC ZINVSUM and processed by function module Z_IDOC_INPUT_ZINVSUM. Include program LZINVSUM_IDOCF01 uses ZXCODE01 to identif...

    Resolved! Accepted Solution

    How to Optimize

    Friends,How to optimize the following Code?FORM ORDERINVOICE. SELECT SINGLE * FROM KNC1 WHERE BUKRS EQ COMPANY AND KUNNR EQ XKNB1-KUNNR AND GJAHR EQ SY-DATUM+0(4). IF SY-SUBRC = 0. DEBITS = KNC1-UM01S + KNC1-UM02S + KNC1-UM03S + KNC1-UM0...

    rfc for crm to r/3

    Hi,I had one query . The scenario is in r/3 i am doing a developmrnt which has to display data from crm server in alv grid.so do i use a rfc??? if yes ; which rfc and how to use it for pulling those data from crm into r/3 and display???Thanks in adv...

    Resolved! Accepted Solution

    ALV

    hi alli tried to use alv concept to display the data.i used the function module reuse_alv_grid_displaybut it is showing run time errorhere i am including my programTYPE-POOLS: slis.PARAMETERS p.TABLES ztable_main.TYPES: BEGIN OF itab, empid TYP...

    Resolved! Accepted Solution

    Clears GL Account..

    Hi,Our Client have Open items in a particular GL account. Every month end he will get the statement from the Bank. By seeing the Bank statement end user manually clears the above GL account by using T code F-04 (Post with clearing). Now they want to ...

    Resolved! Accepted Solution

    How to find the created HU number when the record created from HUP1 transac

    Hi All, Iam creating the HU number using HUP1 Tcode with BDC. But its not giving the HU number in the Messages. I tried to use BAPI_HU_CREATE but its not working fine. for this reason i used BDC . So iam using current date and User name to fetch the...

    Resolved! Accepted Solution

    screen validation

    There is input field in the screen . This fields count exists is from the Z table . the field is of numeric type.By default this input field should be 1 and it should allows user only digit 2-9 else it should give error message .What should be the ...

    Resolved! Accepted Solution

    How to find out the Window Size ( or Screen resolution )

    Hi all,I wrote a Dynpro-based Report, with 4 TableControls.I work an a resolution at 1280X1024 and everything looks fine.But now, If I see my Dyn at a resolution of 1024X786 or lower it really looks bad.Now I want to do the following:at the start-of ...

    Labels in this area

    Explore this Area