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

    At the report program output need to mark check box for the current displayed page only

    Hi all,Here is the scenario.I have executed a report program.And i get 10 pages in the output. If i am scrolling down to 4 th page and then if i click the " select current" button in the application bar then the check boxes in the 4th page (only that...

    Resolved! Accepted Solution

    Enhancing Function Module IDOC_INPUT_QUOTATION_CREATEFRO

    Hi Guys,              I have a requirement to enhance the FM IDOC_INPUT_QUOTATION_CREATEFRO.But I am getting the following message..Object FUGR 2031 cannot be enhanced; software component SAP_APPL cannot be enhancedException of class CX_ENH_IS_NOT_EN...

    Collective search help

    I need to get  data  into search help from two table likp and vbuk based on condition   SELECT VBELN FROM LIKP INTO TABLE IT_LIKP  WHERE KUNNR = 'XYZ' .    IF SY-SUBRC = 0.     SELECT VBELN FROM VBUK INTO TABLE IT_TABLE FOR ALL ENTRIES IN IT_LIKP    ...

    Resolved! Accepted Solution

    To fix the lock untill the end execution

    Hi all,I am trying to use a lock objects in my report. My problem is that in one step, the report call:  CALL FUNCTION 'BAPI_TRANSACTION_COMMIT'    EXPORTING      wait   = 'X'    IMPORTING      return = lt_return2.and this instructión delete my lock....

    inserting email id for vendors using xk02...but error with internal table in pulling data

    hi i am trying to update the vendors with email ids. so i have used fm gui_upload and just executed to see how it is pulling data to internal tablebut i got error as below with a # and lifnr is taking some part of the emailid as lifnr = 3190#[email protected]...

    Resolved! Accepted Solution

    Performance Tuning

    Can Anyone suggest to optimise the below select queries for improve the performance. 1        SELECT SINGLE ausme matnr werks                FROM marc INTO (marc-ausme, marc-matnr, marc-werks)                             WHERE matnr EQ LS_TAB-matnr  ...

    Resolved! Accepted Solution

    RE: Field Exit

    Dear Experts,What happens if Field Exit is activated in ECC6.0?? I activated it through report RSMODPRF from then Iam getting error :"LOAD_TYPEPOOL_VERSIONS_MISMATCH" after executing any report (se38)and table too.               So, Please guide me h...

    Resolved! Accepted Solution

    Table control problem

    Hi Guru's,I have a table control in which i have two fileds 'DEPTID' and 'DESCRIPTION', i have ticked w/ SelColumn checkbox for the table control to select the row of the table control.  I have got the fields of the table control from program.  But  ...

    Resolved! Accepted Solution

    RE: Runtime error load_typepool_version_mismatch

    Hi experts,            Iam getting this error when i try to run se38,  se80 and while opening tables and also in many transactions ."Please guide me how to solve this different issue".Run time Errors         LOAD_ TYPE POOL_VERSION_MISMATCHDate and T...

    Labels in this area

    Explore this Area