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

    @ READ Statement:

    I have an Internal table with MULTIPLE records for ONE Pernr and against each PERNR there is a Unique Date Stamp.Please advice how should my Read statement look like.READ TABLE it_tab1 WITH KEY pernr = l_t_master-pernr eff_date = l_t_master-eff_date....

    Resolved! Accepted Solution

    maching with numc and char

    I have an ecc extractor I am modifying that is not making a match.The tknum is a char 10.The tanum is a numc 10.So with my select statement:select single ERDAT ERZET into(ST_ZOXDE20037-DALEN, ST_ZOXDE20037-UALEN )FROM VTTK where TKNUM = ST_ZOXDE20037...

    SD user exit

    I have a requirement to append an extra line to a sales order for certain customers. I thought I would be able to just append data to xvbap within the move_fields_to_vbap exit, but this doesn't filter through to the screen. Has anyone done this bef...

    Resolved! Accepted Solution

    ALV

    Hi all,I have an ALV list report with 36 clolumns. But on clicking the detail dsipaly button i am only able to get 29 columns for 1 regord and 31 for another. Can u please guide me regarding the same..thanks

    UCCHECK and FUGR

    Hello there,I am currenly looking into the details of UCCHECK functionalities and I've found the it does not check function modules at all. It can only check the function group include which does not contain any meaningful code in it.I am wondering h...

    Resolved! Accepted Solution

    Inspection Loat Printout

    Hi,I have a requirement to modify inspection loat print out it is taken from Transaction QA03 in which we give inspection lot number and press enter we will get another screen in which we have a button Inspection Instruction .is it is smartform,is it...

    Resolved! Accepted Solution

    Open dataset in ECC 6.0 passes AUTHORITY_CHECK but still fails to download

    Hello Gurus,I'm having trouble getting open dataset to work in ECC 6.0. I've tried using encoding utf-8 and default plus an authority check. The program doesn't abap dump, but nothing happens. Am I doing something wrong? DATA: my_full_path_auth LIK...

    Resolved! Accepted Solution

    BAPI_EQUI_CREATE - RFC enabled long text creation fm (save_text fm like)?

    Hi Friends,We are creating equipment's using bapi BAPI_EQUI_CREATE from portal using this rfc enabled function module. And now we need to create IE02 - internal notes i.e., long text to this equipment - but I see SAVE_TEXT function module is not rfc ...

    Manohar2u by Active Contributor
    • 1506 Views
    • 1 Comments
    • 0 Likes

    Amount conversion

    Hi All,I had passed amount value as 15,000,000.95, which throws below exception while creating PO:Unable to interpret "1.500000095E7 " as a number.Now the variable which holds the amount value is of type currency and lenth 11.How to resolve it?Thanks

    Resolved! Accepted Solution

    Display MM03 screen with out selecting views using interactive list.

    Hi Experts,I have one query, I am displaying material data in a list. when i click on material number in the list it should show material data i.e should call MM03 with all the view data . When i am using call transaction 'MM03' skip first screen. I...

    Labels in this area