Info Related to function module-RSSEM_CONSOLIDATION_INFOPROV3

Hi All,
My Client is experiencing performance issues on our BCS reports. We are using a virtual cube with function module RSSEM_CONSOLIDATION_INFOPROV. they would like to use function module RSSEM_CONSOLIDATION_INFOPROV3 instead, the performance on BCS reports should be enhanced.
In The help file I have read the following things regarding the function module
RSSEM_CONSOLIDATION_INFOPROV3   
I request anybody to pls clear me on this as it is very urgent.
1. Performance improvement --> there's no need to process the selection conditions anymore
<b>what does it mean no need to process the selections conditions anymore?</b>
2. Unused table should be cleared.
<b>how we maintain  this?</b>
3. Some data returned from use a hash table instead to avoid this
Is the function module part of the next support pack upgrade if not what we do to upgrade?
Pls help me.Very Urgent.
Thanks in Advance
S VR

Hii
any update plsss
S VR

Similar Messages

  • Some info about these function modules in EBP/SRM

    Hi all,
    Anyone heard about the following EBP/SRM function modules.
    BBP_PD_PO_ENTER_FINAL_ENTRY and
    BBP_PD_PO_LOCK
    Any info will be highly appreciated..
    Thanks,
    Sreekanth.

    Solved myself.

  • Query related to Function Module

    Hi all,
    Is there any function module is available in which if I pass the date It returns the month in text like JAN or FEB as on..
    or returns both month like 01 , 02 & JAN FEB
    Thanks
    Rajeev

    Also - use a meaningful subject in future.
    thread locked
    matt

  • Very important and urgent - i need info regarding a function module

    hi all,
    can any one suggest me a function module which calculate the
    difference in two dates and give answer in days.
    some one suggest me the following function m odule
      CALL FUNCTION 'HR_SGPBS_YRS_MTHS_DAYS'
           EXPORTING
                beg_da     = wpv_dati
                end_da     = wpv_datf
           IMPORTING
                no_cal_day = wpv_days
    Please suggest any other function module.
    or i can use this Function module only

    Hi,
      U can use the following function  module.
    CALL FUNCTION 'DAYS_BETWEEN_TWO_DATES'
      EXPORTING
        I_DATUM_BIS                   = date1
        I_DATUM_VON                 = date2
      I_KZ_EXCL_VON              = '0'
      I_KZ_INCL_BIS                 = '0'
      I_KZ_ULT_BIS                  = ' '
      I_KZ_ULT_VON                = ' '
      I_STGMETH                     = '0'
      I_SZBMETH                     = '1'
    IMPORTING
        E_TAGE                        = days
    EXCEPTIONS
      DAYS_METHOD_NOT_DEFINED       = 1
      OTHERS                        = 2
    Reward if useful.
    Regards,
    Rajesh Akarte

  • How to get info from calling Function Module without passing it.

    Hi,
    I am facing a problem like from calling function module i want values of some variables and i dont want to change the import and export parameters, is there any way to get it done...
    Thanks in advance...

    Hi,
    It is possible only if you can find the memory id of the varibale.
    You can find out it by debugging
    <removed by moderator>
    Edited by: Mike Pokraka on Aug 4, 2008 9:37 AM

  • Custom idoc [ related to function module]

    HI ALL,
    sorry for repeating the question
    i had an requirement to create a custom idoc for catsdb table with 4 fields
    1. pernr
    2. workdate
    3. lstar ......
    and to transfer it from one application server to another.i had created it n transfered it to another application server. now my problem is in receiver side the data in idoc is not posted into database of catsdb [ at receiver side].
    can any one give the code for Custom function module at receiver side so that when idoc is received [from sender] it must be updated to databse tables via this FM.
    its very urgent . help me ........................
    any suggestions are highly appreciated.
    with regards,
    Suresh Aluri.

    Hi Suresh,
    In the receiver system you have to :
    1. Create a process code and link with message type using WE42
    2. Create an inbound function module using SE37.
        For example: BAPI_IDOC_INPUT1
    3. Link function module with basic type and message type using WE57
    Regards,
    Hendy

  • System table that stores info about any function module

    Hi All,
    I know that table TFDIR stores primary information about any function module.
    Could anyone tell me where the code of that function module gets stored in?
    Also.. If I want to write an ABAP code to read the function module code then what is the best possible solution?
    I want to read a function module code if that contains specific string.
    Can anyone help me  with that?
    Thanks in advace and any answer will be appreciated.
    Regards
    Jignesh
    Edited by: Jignesh Patel on Jun 12, 2008 12:22 PM

    Hi Jignseh,
    The codes are not stored in any table, they are stored as cluster.
    To read the code, you can use READ REPORT.
    But there you must provide the Include Name
    For Example , If you want to read the code of READ_TEXT,
    READ REPORT 'LSTXDU01'.
    You can get this include name inside include LSTXDUXX
    Use "GET_INCLUDES" to get all include names
    Edited by: Swastik Bharati on Jun 12, 2008 12:28 PM

  • Info needed on  function module CALCULATE_TAX_ITEM

    Hi,
    what is the purpose of function module CALCULATE_TAX_ITEM.where it can be used.
    Points will be awarded
    Thks
    Hagi

    hi
    can you tell the purpose of using this function module in Purchasing.
    Plz value answers are appreciated.Points will be awarded
    Thanks
    Hagi

  • HOw to find the BAPI function module

    Hi all,
    I have a field called IEVER in table EIKP.
    How to find the related BAPI function module and BAPI structure for this filed.
    Thanks in advance
    KP

    Hi KP,
       can you tell us the name of the transaction in which you saw this field?
    If it is in PO Creation or Change you can probably look at the bapis
    BAPI_PO_CREATE or BAPI_PO_CHANGE
    Regards,
    Ravi

  • Function module (FM) to read budget  to be used in n-step approval badi

    We have SRM 5.0 with ECC 6.0 (extended classic). For capital expenses we are going to have budget check in SRM based of account assignment internal orders in R/3. In shopping cart line item approval workflow, it is required to read the budget available for that internal order and compare with shopping cart value...what is the function module to read budget assigned to that internal order, that will used in n-step approval badi at every step??
    Thanks,
    Kim r.

    Hi
    <b>Please try the related SRM function modules, which will definitely help -></b>
    B470_BUDGET_READ   
    BBP_PD_USER_BUDGET_AMOUNTSPENT  
    BBP_PD_USER_BUDGET_CHECK        
    BBP_PD_USER_BUDGET_DEFINED_GET  
    BBP_PD_USER_BUDGET_SAVE         
    BBP_PD_USER_BUDGET_SCVALUE_GET  
    BBP_REQREQ_CHECK_BUDGET 
    META_BUDGET_READ   
    META_BUDGET_READ Function module in turn calls RFC-enabled 'BBP_BUDGET_READ' Function module in the R/3 or the ECC System.
    Hope this will definitely help.
    Do let me know.
    Regards
    - Atul

  • Not able to Access R/3 Tables, Function Modules through Crystal Reports

    Hi Gurus,
    I am working on Crystal Reports 2008 - V12.2.0,  When I am trying to connect SAP R/3 system through the Data  connectivity SAP Table,Cluster or FM, 
    I could see only the very few tables ,  and cannot see all Tables and not any Info sets or Function Modules, 
    But, I can access BW system,  problem facing only with SAP R/3 system,
    Suggest me on this,
    Thanks
    Siva

    Hey here..,,
    There is a limitation to show all Tables, Function Modules in Crystal reports for R/3. To see them,
    In Options:
    You will see Table_Name Like%: Text box, go there and give the starting or ending characters of FM's.
    Eg: Z% or %Z
    Then Click on Ok.
    Now try to connect to R/3 again or Refresh the Connection, it will list out as you opted.
    Hope it should help you.
    Thank You!!

  • At-New using ALV  Function Modules

    Hi,
    Could anyone post how to handle control break command 'AT NEW' in ALV Reports using Function Modules.

    Hi Amit,
    you've posted the question asked by me in another thread, Also one is related to oops and the other is related to Function modules. For my issue I have know about both of them.
    Waiting for ur reply in form of solution.
    Thanks,
    G Sandeep Kumar.

  • BW/ABAP- Function module is called infinitely by Datasource Extractor.

    Hi All,
    A quick ABAP question related to Function Modules and BW data source extractors.
    I’ve written a function module to select data from a database and simply output the data as a table. I then created a text Datasource using transaction rso2 and set it to Extraction by Function Module.
    When I test this using transaction rsa6, I can manipulate the number of calls to my function module using the Display Extra Calls field.
    However, when I test this using transaction rsa1, my function module seems to be called infinite times. So, the number of records being retrieved is increasing exponentially and finally ends with a dump.
    My question: Do I need to include something in my code such that the Function Module by itself will only be called once?
    Or is there some configuration for the Datasource that will limit my function module call to once only.
    Tried so far
    • Introducing a static variable in the function module that exits as soon as the value is greater than 1.
    o Is there another way out?
    Regards,
    Preethi.

    You need to raise the EXEPTION NO_MORE_DATA afte the last record is populated in the output table. Otherwise the program goes into an infinite loop.
    * From now on records get fetched from the database or gets read from the internal table
        FETCH NEXT CURSOR v_cursor
                   APPENDING CORRESPONDING FIELDS
                   OF TABLE <internal table>
                   PACKAGE SIZE i_s_if-maxsize.
        IF sy-subrc <> 0.
          CLOSE CURSOR v_cursor.
          RAISE no_more_data.
        ENDIF.
    * Populate the Output Data Structure into table E_T_DATA and you need to raise the EXEPTION NO_MORE_DATA and close the cursor to avoid any memory leaks

  • Function module related to Personnal info

    Dear gurus,
           Is there any function module to getdetails of wbselements,costcenter,activity type of a given personal number. Please help me regrding this because iam new to PS,HR modules.
    Thanks and Regards

    hi
    good
    go through this link hope help you to solve your probelm
    http://help.sap.com/saphelp_nw04/helpdata/en/33/6db6385443bd7ae10000009b38f8cf/content.htm
    thanks
    mrutyun^

  • CRM Tables or Function Module in SAP CRM related Contract Account ot MPAN no.

    Hi Team,
    Could you please tell me  Any table or Function Module in CRM which is related to Contract Accont or MPAN Number( ISU).
    My Query is- Just I want to confirm that Data are exist in CRM system on the  basis of Contract Account or MPAN Number.
    Regards,
    Arif 

    Hi Mohd,
    Table for Contract Account in CRM is Business Agreement Table CRMM_BUAG & CRMM_BUAG_H
    To get the BP linkage CRMV_BUAG_ATTR
    Regards,
    Naresh

Maybe you are looking for

  • Problem with itunes and ipod touch

    my ipod touch is recognize by itunes but the song that i have in my itunes dont want to get into my ipod. so i dont have any songs now. it's my new computer. it didnt happen on my old computer.

  • Service Marketplace Complexity and Problems

    I'm posting this message simply to report a few problems I have with the SAP Service Marketplace that I think needs to be adressed rather rapidly. The Service Marketplace is so big that even after many months in it, I'm still feeling a bit lost. And

  • Whats the fieldname and table name for purchase order delivery date

    hi all,     whats the fieldname and table name for purchase order delivery date   thanks and regrads

  • Best practices for multiple developers?

    I am currently working on a fairly large application. At this time, I have been the only developer on it, so it hasn't been a problem in keeping all of my files up to date or anything. However, I know in the future some new blood will be brought in t

  • Study centre for Oracle DBA

    Hi, I'm Rajakumar form Bangalore, now i'm working as a Linux admin and i like to study Oracle, kindly guide me to select good training centre in Bangalore and sagest me, orace DBA or Oracle apps DBA witch is best my co # 9449974804 mail id [email pro