Function module to load transactional cube directly.

Hi,
Is there any function module to load transactional cube directly.
Thanks.

Hi.
Transactional cube behaves as regular cube except additional possibility to write directly from planning applications.
So you can load this cube with regular BW tools (data source, info source, info package, update rules).
But as mentioned above before loading you should switch cube to load mode and after switch to planning mode using FM or manually.
Regards.

Similar Messages

  • Bapi function module for ME32k Transaction

    Hi all,
            Can any one tell me what is the BAPI function module for ME32K transaction . I am trying to create service agreements in this transaction.
    Even you can tell me if any other alternative procedure is there to create the service agreements in ME32K.
    Bye
    Srinivas

    Hi srinivas p ,
    Do you find some solution for this?! I have the same problem...
    Can you help-me?
    Patrícia.

  • I need to know thelist of bapi's and function modules used for transaction

    I need to know thelist of bapi's and function modules used for transaction in order to use these FM or BAPI in reading some fields of equipment master and functional loocation.Can any one suggest me some methods...or do i need to write  a report for the same.

    Steps to find the BAPI/function modules used in a transaction
    1) Find the package of the transaction thro' SE93.
    For example the package for the transaction VA03 is VA
    2) Go to Se80, key-in the package (say VA)
    3) You can see the function modules under the folder finction group and
    you can see the BAPI's under the folder Business Engineering-> Business Objects-> double click on the released methods of the Business Objects

  • To know thelist of bapi's and function modules used for transaction IH10

    I need to know thelist of bapi's and function modules used for transaction in order to use these FM or BAPI in reading some fields of equipment master and functional loocation.Can any one suggest me some methods...or do i need to write a report for the same.

    hi,
    provide report name (here: RIEQUI20)
    goto se38 - utilities - cross reference - function modules
    or use report RPR_ABAP_SOURCE_SCAN
    with search string call function
    A.
    Message was edited by:
            Andreas Mann

  • RFC enabled function module using call transaction

    Hi,
    We have a scenario wherein we have a RFC enabled function module which inturn uses a call transaction to create a PM order & attaches the PM notification against it. Sometimes it so happens that the order does not get created for some reason or the other and there are no logs generated on the system to investigate. However we are capturing the messages produced via the BDCMSGCOLL. At present we are using the update parameter as 'L'.
    In some scenarios it states that the notification is locked by the same notification and comes out without creating the order, in this process we are losing out on the order & the notification number which if successful would have got updated in the database.
    I know this could be done via the BAPI, but there are innumerable steps within the BDC which can't be actually done using the BAPI and hence we could not use this procedure.
    Is there any other way by which we can ensure that there's always a successful order creation, I mean without losing out on the order/notification number?. Would changing the update mode to 'S' help?. Since this process is time bound, it can't actually take more time then what its taking with the current logic.
    Please let me know if you require further details on the same. Any help in this regard would be highly appreciated.
    Regards,
    Vidya

    Sorry for an unclear replay.
    In Simple terms; I have 2 scenarios;
    Launch a new tab (IW38 tcode), on click of a button in SAP screen of custom transaction in NWBC.
    Launch a new tab (IW38 tcode), on click of a button in a Non - SAP App opened (using URL) in NWBC.
    For 1st case, i have used
    CL_NWBC=>URL_CONSTRUCT
      EXPORTING
         CANVAS_WDA__CLIENT_TYPE       = 'nwbc'
         CANVAS_TRANSACTION            = 'IW38'
      RECEIVING
         URL                           = lv_URL.
    CALL METHOD CL_NWBC=>URL_LAUNCH
       EXPORTING
         URL    = lv_url
    But it gets open in NWBC HTML not in NWBC Desktop client.
    I tried all the Parameters you have mentioned in your response to this post earlier, but nothing worked. the last one is CANVAS__WINDOW which actually hides the top area and few buttons but still it is a HTML version.
    If i set the HTML_CLIENT = ABAP_FALSE, it launches a new window instead of the tab and asks for Login. If i login in can see the IW38 in NWBC desktop client. But the only problem is we have the restriction of single window/single login for users.
    I am on NWBC PL12 and also updated the GUI 7.3 to PL8.
    Simply the problem is URL_CONSTRUCT for any transaction is launching it in a new tab but in HTML Version.
    For 2nd case,
    It asks for the login details on click of a button on the 3rd party URL opened in NWBC. which means i am launching SAP from a 3rd party.
    Is there any way to achieve the launch of new tab in this case instead of the new window ?
    I hope its more clear now.
    Regards,
    Nik.

  • RFC function module with call transaction  and Import memory ID

    Hi,
    I am calling RFC function module from R/3 which exists in BW.
    In BW stand alone function module works fine.
    When I am Calling from R/3 it is not working,
    Can you tell me is it because of the below code, And suggest if any corrections required.
    I am calling the call transaction and using EXPORT memory iD inside the program
    and IMPORT in after that.
    And populating RFC table's table  " p_i_tcode_user" finally.
    set parameter id 'TCD' field p_tcode.
    call transaction 'Z_BW_RSUSR002' AND SKIP FIRST SCREEN.
      ENDIF.
    get the final user data from submitted program
    import gt_users_complete from memory id tcode_userid.
    LOOP AT gt_users_complete.
          lwa_tcode_user-tcode =  p_tcode.
          lwa_tcode_user-uname = gt_users_complete-Bname.
          APPEND lwa_tcode_user TO p_i_tcode_user.
    ENDLOOP.
    Thanks,
    Veerendra.

    HI,
       Can you just exaplin it clearly plz..
    Thanks
    Mahesh

  • Bapi function module  for the transaction VBO2 in 4.6 version

    can u please tell me the how to proceed for the uploading rebate agreement data into transaction VBO2(change rebate agreement) USING the which bapi function module in 4.6c version.

    I am also looking for the same requirment . could you please let me know if you find any BAPI.

  • Function Module to read Info cube data

    Hi Guys,
              Is there any function module which is used to read the data in the info cube and collect the data to an internal table?
    Thanks
    Kumar

    Reading data from ODS is the best choice provided (1) you have full key, (2) there is an index on ODS for the search fields, or (3) ODS doesn't have too many records.
    If performance starts becoming an issue (due to the lack of one of the three conditions mentioned above), you have no other choice but to read from the cube and only reliable way to query a cube is to use the function module mentioned earlier.

  • Function Modules to Update a Cube

    We're looking to programmatically alter a cube (read, insert, update, delete). Could someone point me to information and examples of function modules that can do this?

    There are several Function Modules for maintaining InfoCubes, and there are Classes too that peform these activities. Here are some of the Function Modules you can look at:
    RSAR_DELETE_ICUBE
    BAPI_CUBE_ACTIVATE
    BAPI_CUBE_CHANGE
    BAPI_CUBE_CREATE
    BAPI_CUBE_GETDETAIL
    RSDG_CUBE_ACTIVATE
    RSDG_CUBE_AFTER_ACTIVATE
    RSDG_CUBE_AFTER_DELETE
    RSDG_CUBE_BEFORE_ACTIVATE
    RSDG_CUBE_BEFORE_DELETE
    RSDG_CUBE_CHECK
    RSDG_CUBE_CHECK_DDIC
    RSDG_CUBE_CLEAR_ACTIVFL
    RSDG_CUBE_COPY_TO_VERSION
    RSDG_CUBE_DB_TAB_DROP_RECREATE
    RSDG_CUBE_DDIC_SAVE_GET
    RSDG_CUBE_DELETE
    RSDG_CUBE_INIT_DATASTATE
    RSDG_CUBE_SAVE
    RSDG_CUBE_SAVE_DATASTATE
    RSDG_CUBE_SAVE_FLAGS
    RSDG_CUBE_SAVE_TEXTS
    RSDG_CUBE_SAVE_VERSION
    RSDG_CUBE_SET_INACTIVE
    RSDG_CUBE_SET_TIME_STAMP
    Here are some Classes to look at too:
    CL_RSDD_CUBE_DELTA_WRITER
    CL_RSDD_CUBE_WRITER

  • Function module for mb01 transaction

    Hello Gurus,
    I need a function module for creating Goods Receipt using PO number with transaction MB01.
    Specifically MB01 ,because I need to make GR with MIGO "05 Only Part1"
    There is a function module GOODS_RECEIPT_MB01 .
    But I am unable to collect the required parameters .
    As an output the material document number should get uploaded into table called  J_1IPART1.
    Thanks in Advance.
    A beginner in ABAP
    Your help will be greatly appreciated!!!
    Anagha
    Edited by: Anaghav on Jun 24, 2011 12:40 PM
    Edited by: Anaghav on Jun 24, 2011 4:52 PM

    There is a nice transaction 'BAPI' which will give overview all the available BAPI 's...
    For your requirement, please drill down at:
    Materials Management ->Inventory Management ->Goods Movement ->CreateFromData -> BAPI_GOODSMVT_CREATE
    Thanks.

  • Hi, is there any function module for se16 transaction?

    Hi help me out, can refer function module RS_TABLE_LIST_CREATE....found it

    The   below are the  list of  Function Modules  for se16   ...
    <b>
    1.ATT_GET_TABLE_ENTRIES
    2.R_GET_VALUES_FROM_TABLES
    3.S_DATABROWSE_FIELDSELECT
    4.S_INTERNAL_TABLE_VIEW
    5.S_TABLE_CONTROL_GENERATE
    6.S_TABLE_REPORT_GENERATE
    7.S_TABLE_VIEW
    8.S_TABLE_VIEW_DDIC</b>
    you can use  6th  or  7th  function  module  for  displaying the table data  .
    reward  points if it is  usefull ...
    Girish

  • Function module for transaction lt06

    hi friends,
              I want to know is there any function module for the transaction LT06 for 311 movement.
    points will be rewarded if helpfull.
    Message was edited by:
            radhika kolluru

    hi friends,
              I want to know is there any function module for the transaction LT06 for 311 movement.
    points will be rewarded if helpfull.
    Message was edited by:
            radhika kolluru

  • Regarding PPSS transaction Function module

    Hi Experts,
    I would like to know the function module of PPSS transaction. Please let me know as soon as possible.
    Regards
    Raj

    Hi Raj,
    Can't get what you exactally want ?
    Go to transaction SE80, In Se80 slelect program and give program name in the field below 'RHSTRPF0' and press Enter. There you can get all details i.e. which modules, fields, tables, sunroutine are used for the transaction PPSS.
    Thanks,
    Atin.

  • Which Function Module can find all direct and indirect subordinate.

    Hi,
        I have a employee number(Chief of a organizational unit A). Do you know which function module can get all the direct and indirect subordinate of this chief? Indirect subordinate means that this chief can also view the Organizational unit(for example, Org. unit B) that under Org. Unit A. Further more, this chief can also view all the employees in other org unit that under Org. Unit B. If there is no such function module, do anyone of you have the example coding to get it? Your help is greatly appreciated. Thanks.

    use RH_STRUC_GET
    ~Suresh

  • Direct Delivery Sales Order - Function Module for Purchase Requisition

    Hello Experts,
    When we creat a Direct Delivery Sales Order at Production Plant  then one Direct Delivery Purchase Requisition automatically gets generated at the Distribution Warehouse. If anyone knows the function module which actually generates this Direct Delivery PReq, then request him/her to please let us know.
    Thanks and Regards
    Joseph

    Hi,
       Whatever Function Module's given are for or  above 4.6C versions.
       I want for 4.6B version.
      At the same time, the returned tables should return more than 1 Pur.Req number as the FM's mentioned returns only 1.
    Thanks,
    Mich

Maybe you are looking for

  • After effect cs6 won't open after i upgrade to 10.9.4

    hey there i have mbp 2.4 Ghz Core 2 Duo, 4 gb 1067 ddr3, i recently upgrade to 10.9.4, everything work fine till i open my after effect, first it says [spoiler=error log] Last log message was: <140735108784912> <AppDirs> <5> Required Dir = /Applicati

  • Java.sql.SQLException: Io exception: End of TNS data channel

    Hello folks, Has amyone encountered this exception? If so, could you please shed some light for what might be going wrong? Here is my confuguration: 400MB RAM 1.2GHTz processor Win2K Pro Oracle server 9.0.1 JDBC Thin driver (libs for 9.0.1) Scenario:

  • One fact table

    Can I have only one table in "Business model"? I am trying to do this, but unsuccessful. I am getting error "Logical table ... does not join to any other logical table". Could someone explain to me why can I not have only one table? Thanks

  • Quicktime mov files aren't playing on Client's computer

    Hi. My computer opens & can read the Quicktime movie files that are created through Final Cut Pro from P2 cards. My client's computer cannot. Is that because she doesn't have Quicktime Pro?..or something else? TIA, Heather

  • Zen feature request - please add an option to completely dim the screen when i

    Hello, I know I can lock the screeen to dim it completely, but this is a REAL hassle. I would like to see this as an option in the system menu. How can we get items like this in front of Creative's development staff Without locking my 32gig player it