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

    set parameter id.........

    hi,i need to call a tcode 'pa30' and populate certain fields (personnel no,infotype and STY) with the values and then call the next screen.(call transaction....leave first screen) using the parameter id's of Personnel no,STy i have displayed the init...

    Resolved! Accepted Solution

    order with referance to a contract using BAPI_SALESORDER_CREATEFROMDAT2

    Hi All, I tried to create an order with reference to a sales contract .1) I passed the contract number to the field REF_DOC at header level , But I got the error message" Document 4000003639 doesn't have document " where 4000003639 was the contract...

    Resolved! Accepted Solution

    BAdI definition BADI_SD_SALES_ITEM is only provided for SAP internal use

    I tried to create an implementation for the BADI BADI_SD_SALES_ITEM . It gave the following error message .<u><b>BAdI definition BADI_SD_SALES_ITEM is only provided for SAP internal use</b></u>What does this message mean? I want to use the metho...

    Resolved! Accepted Solution

    Question Regarding ALV

    Hi All,I have made a report for alv grid. A custom button was added to the toolabar of the alv grid which does a forward function. the user comes in and selects some rows of the alv grid and want to forward it to others. I couldnt catch up the row v...

    Resolved! Accepted Solution

    select statement

    Hi experts,Pls see the following select statement.Iam getting AUFNR value from Z table. SELECT AUFNR FROM <b>ZCSPICKLISTGROUP</b> INTO TABLE T_HDR WHERE GRPNO = P_GRPNO. IF NOT T_HDR[] IS INITIAL. SELECT MBLNR ZEILE MATNR MENGE AUFNR ...

    Resolved! Accepted Solution

    Calculate Date from Hours

    Is there a standard SAP function module that calculates a date using a specific number of hours?For example:The expected GR date is 4 days and 11 hours from the PGI date. So we would like to use the functionality to add 107 hours to the PGI date to ...

    Resolved! Accepted Solution

    Select-Options Processing

    Hi All,I have a Select-Option: SF_KOSTL for CSKS-KOSTL.I have a ZTable with two fields:Username and KOSTL.I need to determine if an entry Exists for Every SF_KOSTL (in the Select-option ) in the ZTable for username SY-UNAME.IF there is one particular...

    Resolved! Accepted Solution

    CASE STMT

    Hi,How do I write the following CASE stmt or may be IF stmt,CASE VBAK-ERNAM.WHEN VBAK-ERNAM = 'BATCHUSER'.NO_ORDER1 = NO_ORDER1 + 1.WHEN VBAK-ERNAM = 'REDDYV'.NO_ORDER2 = NO_ORDER2 + 1.ENDCASE.ThanksVeni.

    Custom Program List

    I want to prepare list of all custom objects in system for UPgrade purpose.Forms - List output type , print program and smart forms/scripts - Printer type used for printingInterfaces - Reports - Inventory report etcExtensions - Is there any T-code to...

    Resolved! Accepted Solution

    Dataset Name for Archiving

    I am creating a dataset in AL11 we'll call open dataset 'test'. However, I want to append the date to the end of the name when I do my TRANSFER wa_data to 'test'.This does not work: TRANSFER wa_data to 'test' sy-datum.Anybody know how I can include t...

    IDOC Status-26

    Hi All,Please look at the below code and let me know where I was doing mistake...FUNCTION zrfc_park_document.*"----""Local interface:*" IMPORTING*" VALUE(COMPANY_CODE) TYPE BUKRS OPTIONAL*" VALUE(FISCAL_YEAR) TYPE GJAHR OPTIONAL*" VALU...

    Labels in this area

    Explore this Area