Importing master data from R/3 through functional modules

I am facing the below error when I try to import master data from R/3 through the inbound functional module /DMF/MDIF_PRODUCT_INBOUND to the PMR component (PMR - Promotion Management for Retail).
"Runtime error CALL_FUNCTION_NOT_FOUND has occurred"
Landscape - I have RTLDMF 1.1 and RTLPROMO 7.0 installed on top of Netweaver with EHP1 in a server which also has BI system. While the R/3 is present in another system.
Appreciate any help. Thanks!

Hi Khan,
You can create your own datasource source, by Tcode RSA2. In this link you find more information:
http://help.sap.com/saphelp_nw70ehp1/helpdata/en/28/4c553c42360a40e10000000a114084/content.htm
Also please check this link, that provides the steps to create/maintain the generic datasource:
http://help.sap.com/saphelp_nw70ehp1/helpdata/en/3f/548c9ec754ee4d90188a4f108e0121/content.htm
I hope it contributes.
Regards,
Sinara Moraes

Similar Messages

  • BPC NW - Error Importing Master Data from BI to BPC

    Hello,
    I am importing MD from BW to BPC; openhub is working as required, and creating the corresponding file in the application server.
    However, when I run the package from Data Manager, it is displaying the following error:
    "An exception with the type CX_SY_STRUCT_COMP_NAME occurred, but was neither handled locally, nor declared in a RAISING clause.
    No Component name specified for Component 6."
    I have been looking other posts and OSS notes, and looks a problem related to DB; however in this case we do not have any dump.
    Has anyone encountered the same issue?
    Thanks&Kind regards,
    Begonia

    Hi Begonia Boloqui,
    After you extracted master data from BI using Openhub. The file is available in the application server.
    Before you run the package from Data Manager.
    Please examine the file data contents.
    From the Action Pane, Click Manage Data and then clicking Preview data file
    System allows you to preview the first 200 lines of a data file. Check whether data record is compatible with dimension definition and the mapping from external to internal members.
    Looks like error is with COMP_NAME field?
    Hope this information is useful.
    Regards,
    Rajesh Muppala.

  • How to extract data from generic view and function module

    hi experts,
    can anybody give me the steps to extract data from generic view and  functon modules.
    thanks and regards
    venkat

    https://www.sdn.sap.com/irj/sdn/go/portal/prtroot/docs/library/uuid/a0f46157-e1c4-2910-27aa-e3f4a9c8df33
    https://websmp103.sap-ag.de/~sapidb/011000358700007535452002
    Hope it Helps
    Chetan
    @CP..

  • Issue with import master data from BW info object using DM

    Hi All,
    We have master data loads on weekly basis.
    One of them, product master data is loaded from 0material using DM package.
    While loading the attributes we exclude couple of Products based on the attributes (say Product sub family)
    ex - Having conversion file which excludes product sub family - ML. so all the products under that sub family are excluded from the load.
    Hierarchy load - How can we skip the products which are excluded during attribute run?
    For the first hierarchy load, we copied all the product ID which are part of product sub family - ML and entered in conversion file "NODENAME" and "PARENT" to skip.
    But during the subsequent runs, whenever we have a new  product under Family ML the hierarchy job fails. Attached the error. we then manually enter that product to be excluded in the hierarchy load and the job runs fine.
    Is there a way to automate this process.
    Version - BPC 10 SP 17 .NET 3.5
    Appreciate any thoughts on this.
    Thanks in advance/
    Raghu

    Thanks for your response.
    We are currently using the first option you have mentioned. But the problem is when we have new product coming in BW (which is part of attribute we skip while loading attributes from BW to BPC) we manually need to add that product to skip in hierarchy conversion file also.
    As i can see, the selection option to skip is available only while loading the attributes but not for hierarchy load.
    Please correct me if am wrong.
    Regards,
    Raghu

  • Transfer billing data from CRM to FI, function module ALE_ACC_BILLING_POST

    Hi ABAPers,
    we have a scenario were we want to post billing documents from a custom developed application running on a CRM system into FI.
    My idea is to call the function module ALE_ACC_BILLING_POST to create an outbound IDoc in the CRM and send it to the ERP system.
    I guess, this should not be a problem. I'm just not sure because of one import parameter of the mentioned function module: CUSTOMERCPD. Does anybody know if I have to fill this parameter? Does it mean that the function module can only be used for so called CPD customers (one time customers) in FI?
    Thanks in advance and best regards,
    Martin

    Dear Colleague,
    You have different method to send parameters to Workflow.
    1. Method
    Container Set Element
    DEFINE SWC_SET_ELEMENT.
      CALL FUNCTION 'SWC_ELEMENT_SET'
        EXPORTING
          ELEMENT   = &2
          FIELD     = &3
        TABLES
          CONTAINER = &1
        EXCEPTIONS
          OTHERS    = 1.
    END-OF-DEFINITION.
    Set the data into Workflow container
        SWC_SET_ELEMENT IT_CONTAINER 'parameter1' lv_parameter1.
    Start the Workflow
        CALL FUNCTION 'EWW_WORKFLOW_START'
          EXPORTING
            X_TASK          = 'WS90000001'   " your wf
          IMPORTING
            Y_WORKFLOW_ID   = WF_ID " your workitem id
          TABLES
            X_CONTAINER     = IT_CONTAINER
          EXCEPTIONS
            INVALID_TASK    = 1
            NO_ACTIVE_PLVAR = 2
            START_FAILED    = 3
            GENERAL_ERROR   = 4
            OTHERS          = 5.
    2. Method,
    You can also add your parameters direly to a container,
      DATA: lt_simple_container TYPE TABLE OF swr_cont,
            ls_simple_container TYPE swr_cont.
      ls_simple_container-element = 'parameter1'.
      ls_simple_container-value = lv_parameter1.
      APPEND ls_simple_container TO lt_simple_container.
      CALL FUNCTION 'SAP_WAPI_WRITE_CONTAINER'
        EXPORTING
          workitem_id      = WF_ID " your workitem id
          do_commit        = 'X'
        TABLES
          simple_container = lt_simple_container.
    Bulent.

  • Selection Set - Import Master data (prompt selection)

    Hello Gurus,
    When we run the package "Import Master data from NW infoobject"  using data manager in BPC
    we have options to select ,Infoobject ,write mode ,format ,transformation file and Dimension ,all of this we can use the answer prompt and provide the inputs using UJD_TEST_PACKAGE and automate it.
    Now i want to also provide the inputs of "SET SELECTION" tab available on the package which are below ,so how to automate
    Attribute ,Hierarchy ,Language ,Attribute List
    in the prompt file in the UJD_TEST_PACKAGE
    Thanks

    Hi Peter,
    You can trigger a BPC load from back end too. For that you need to create variants for the program UJD_TEST_PACKAGE or create a custom program depending on the requirement and then create variants( for example to load cost center master data, create a variant for 0COSTCENTER ) for it. The values for the variant{as already mentioned by Gersh} would be the  text enclosed in square brackets after you run a Data Manager Package manually and then view details of the status.
    Steps are:
    1) Goto SE38
    2) Enter the program UJD_TEST_PACKAGE or the custom package
    3) Create a variant for the required master data/hierarchy load.
    4) Enter the details of variant by using the details after you have manually run a data manager package.
    You can test the package and include it in your pc's too.
    Thanks,
    Vinay
    Edited by: Vinay Madhadi on Dec 16, 2011 5:01 PM
    Edited by: Vinay Madhadi on Dec 16, 2011 6:18 PM

  • Loading Master Data from SAP R/3

    Hi Friends.,
               I'm going to load master data from SAP R/3 FI Modules to BW, but what do these objects mean by ?
    0LOGSYS - Source System
    0SOURSYSTEM - Source system ID
                     I'mn't understanding clearly, and also transfer rules aren't mapped properly.
       can anybody clarify these things ?
    Regards.,
    Balaji K. Reddy

    Hi Balaji,
    You need to use these objects when your BW is feed by different source system and you want to map differences beetween Master and Transactional Data fed by the different systems (different R/3 - Flat File - Legacy Systems - ...).
    If you do not have this situation you can avoid to use these objects (probably you find these objects in Tab compound of your MD).
    Ciao.
    Riccardo.

  • Save EAN11 field while creating POrder creation through Function module

    Hi All,
    I want to update EAN11 field in material master while creating Purchase Order through function module. I am using function module BAPI_PO_CREATE1 for creating purchase order. There are no structures in the PO creation FM in which EAN11 field is there. I have also tried using function module MEPO_DOC_ITEM_PROCESS for updating EAN11 field. It is not working. Please suggest some method to do that.
    Note: I am receiving EAN11 through an external system by proxy.
    Thanks,
    Chinmay

    Hi,
    Use BAPI_MATERIAL_SAVEDATA to updat ean numbers for materials.
    tables INTERNATIONALARTNOS is used to update EAN.
    Regards,
    Shanmugavel Chandrasekaran

  • Import Master Data Function

    Hello Experts,
    I have a question as to how the BPC 7.0 SP6 NetWeaver version "Import Master Data" function behaves when importing updates. 
    Currently I have a dimension that I imported master data to because it exceeded the 65K rows that the Admin Tool allows.  When I load updates to this dimension using the same "Import Master Data" feature, it takes an extremely long time to import, even though I am adding ONE member to the dimension.  I am certain that I am using the Update option.
    My question is that is this normal to take this long to add a single member to the dimension?  If so, what is the difference of loading one member from a file rather than the entire dimension again if you recieve no performance gains?
    Thank you,
    Mark Glowczewski

    hi andreas,
    Use DTW oItems template include UDF's at end of last column.
    You can import/update item master using DTW.
    There are limitations in importing/updating item master using "Import From Excel".
    Jeyakanthan

  • Function Module to send Vendor Master Data from SRM to ECC

    Hi Guys
    I heard there is a function module in SRM which can send Vendor Master Data from SRM to ECC please confirm for me if there is such a function Module and what is it called. Thanks

    Hi,
    Vendor Master data is replicated to SRM from ECC. Standard Transactions (BBPGETVD,..) will be used to replicate the data from ECC.
    Vendor Master will exists in ECC, so there is no point in sending the same back from SRM to ECC. If the requirement is the other way around, we can use the transaction BBPGETVD in SRM system.
    Hope this helps.
    Regards,
    Hemanth

  • Error importing vendor master data from ERP

    Hi experts,
    currently we are trying to import vendor master data from ERP to SAP Sourcing 9.
    We exported the data in an XML file by using the transaction BBP_ES_MAST_DOWNLOAD.
    We already imported all the dependencies like vendor account group, purchase org, regions etc. successfully.
    However, every time we are trying to import the vendor data we receive the same result:
    Data Import:
    Trace.txt:
    Do you have any hints why this happens?
    Thanks in advance and best regards,
    Johannes

    Hello Johannes,
    This looks to come from a custom script in your system.
    Go to Setup > Script Definition and check all scripts defined on class "Supplier" (starting with those on context: Import Lifecycle Event).
    Search for a script that starts with "throw doc.createApplicationException(test..."
    Regards,
    Bogdan

  • BPC 7.5 NW: Import master data and Hierarchy from BI

    There is a HTG about Import master data and Hierarchy from SAP NT BW, the BPC cost center master data's property have corresponding attribute  InfoObject 0COSTCENTER of BW.
    what about for those properties which do not have corresponding attribute in BW? I would asume that START_ROUTINE and END_ROUTINE will do this in BPC side,  can we also do this on BW side instead of BPC side?

    Hi,
    You can check this in start routine which can be called from Transformation file using BADI.
    http://help.sap.com/saphelp_bpc75_nw/helpdata/en/28/b66863b41f47589b9943f80b63def6/content.htm
    Hope this helps...
    regards,
    Raju

  • HOW WE EXTRACT SALES FLOW DATA FROM VBFA TABLE TO BI THROUGH FUNCTION MODUL

    HI EXPERTS,
    i am working on SD. i need how VBFA data extrcted into BI using function module. how to report relationship between SALESORDER- PGI-INVOICE. can anyone help me.
    thanks in advance

    Hi,
    If you are looking for standard extractor then check the metadata repository, and if you want generic extractor then you can take help of RSAX_BIW_GET_DATA_SIMPLE extractor for writing your own extractors.
    Regards,
    Durgesh.

  • Need a script to import the data from flat file

    Hi Friends,
    Any one have any scripts to import the data from flat files into oracle database(Linux OS). I have to automate the script for every 30min to check any flat files in Incoming directory process them with out user interaction.
    Thanks.
    Srini

    Here is my init.ora file
    # $Header: init.ora 06-aug-98.10:24:40 atsukerm Exp $
    # Copyright (c) 1991, 1997, 1998 by Oracle Corporation
    # NAME
    # init.ora
    # FUNCTION
    # NOTES
    # MODIFIED
    # atsukerm 08/06/98 - fix for 8.1.
    # hpiao 06/05/97 - fix for 803
    # glavash 05/12/97 - add oracle_trace_enable comment
    # hpiao 04/22/97 - remove ifile=, events=, etc.
    # alingelb 09/19/94 - remove vms-specific stuff
    # dpawson 07/07/93 - add more comments regarded archive start
    # maporter 10/29/92 - Add vms_sga_use_gblpagfile=TRUE
    # jloaiza 03/07/92 - change ALPHA to BETA
    # danderso 02/26/92 - change db_block_cache_protect to dbblock_cache_p
    # ghallmar 02/03/92 - db_directory -> db_domain
    # maporter 01/12/92 - merge changes from branch 1.8.308.1
    # maporter 12/21/91 - bug 76493: Add control_files parameter
    # wbridge 12/03/91 - use of %c in archive format is discouraged
    # ghallmar 12/02/91 - add global_names=true, db_directory=us.acme.com
    # thayes 11/27/91 - Change default for cache_clone
    # jloaiza 08/13/91 - merge changes from branch 1.7.100.1
    # jloaiza 07/31/91 - add debug stuff
    # rlim 04/29/91 - removal of char_is_varchar2
    # Bridge 03/12/91 - log_allocation no longer exists
    # Wijaya 02/05/91 - remove obsolete parameters
    # Example INIT.ORA file
    # This file is provided by Oracle Corporation to help you customize
    # your RDBMS installation for your site. Important system parameters
    # are discussed, and example settings given.
    # Some parameter settings are generic to any size installation.
    # For parameters that require different values in different size
    # installations, three scenarios have been provided: SMALL, MEDIUM
    # and LARGE. Any parameter that needs to be tuned according to
    # installation size will have three settings, each one commented
    # according to installation size.
    # Use the following table to approximate the SGA size needed for the
    # three scenarious provided in this file:
    # -------Installation/Database Size------
    # SMALL MEDIUM LARGE
    # Block 2K 4500K 6800K 17000K
    # Size 4K 5500K 8800K 21000K
    # To set up a database that multiple instances will be using, place
    # all instance-specific parameters in one file, and then have all
    # of these files point to a master file using the IFILE command.
    # This way, when you change a public
    # parameter, it will automatically change on all instances. This is
    # necessary, since all instances must run with the same value for many
    # parameters. For example, if you choose to use private rollback segments,
    # these must be specified in different files, but since all gc_*
    # parameters must be the same on all instances, they should be in one file.
    # INSTRUCTIONS: Edit this file and the other INIT files it calls for
    # your site, either by using the values provided here or by providing
    # your own. Then place an IFILE= line into each instance-specific
    # INIT file that points at this file.
    # NOTE: Parameter values suggested in this file are based on conservative
    # estimates for computer memory availability. You should adjust values upward
    # for modern machines.
    # You may also consider using Database Configuration Assistant tool (DBCA)
    # to create INIT file and to size your initial set of tablespaces based
    # on the user input.
    # replace DEFAULT with your database name
    db_name=DEFAULT
    db_files = 80 # SMALL
    # db_files = 400 # MEDIUM
    # db_files = 1500 # LARGE
    db_file_multiblock_read_count = 8 # SMALL
    # db_file_multiblock_read_count = 16 # MEDIUM
    # db_file_multiblock_read_count = 32 # LARGE
    db_block_buffers = 100 # SMALL
    # db_block_buffers = 550 # MEDIUM
    # db_block_buffers = 3200 # LARGE
    shared_pool_size = 3500000 # SMALL
    # shared_pool_size = 5000000 # MEDIUM
    # shared_pool_size = 9000000 # LARGE
    log_checkpoint_interval = 10000
    processes = 50 # SMALL
    # processes = 100 # MEDIUM
    # processes = 200 # LARGE
    parallel_max_servers = 5 # SMALL
    # parallel_max_servers = 4 x (number of CPUs) # MEDIUM
    # parallel_max_servers = 4 x (number of CPUs) # LARGE
    log_buffer = 32768 # SMALL
    # log_buffer = 32768 # MEDIUM
    # log_buffer = 163840 # LARGE
    # audit_trail = true # if you want auditing
    # timed_statistics = true # if you want timed statistics
    max_dump_file_size = 10240 # limit trace file size to 5 Meg each
    # Uncommenting the line below will cause automatic archiving if archiving has
    # been enabled using ALTER DATABASE ARCHIVELOG.
    # log_archive_start = true
    # log_archive_dest = disk$rdbms:[oracle.archive]
    # log_archive_format = "T%TS%S.ARC"
    # If using private rollback segments, place lines of the following
    # form in each of your instance-specific init.ora files:
    # rollback_segments = (name1, name2)
    # If using public rollback segments, define how many
    # rollback segments each instance will pick up, using the formula
    # # of rollback segments = transactions / transactions_per_rollback_segment
    # In this example each instance will grab 40/5 = 8:
    # transactions = 40
    # transactions_per_rollback_segment = 5
    # Global Naming -- enforce that a dblink has same name as the db it connects to
    global_names = TRUE
    # Edit and uncomment the following line to provide the suffix that will be
    # appended to the db_name parameter (separated with a dot) and stored as the
    # global database name when a database is created. If your site uses
    # Internet Domain names for e-mail, then the part of your e-mail address after
    # the '@' is a good candidate for this parameter value.
    # db_domain = us.acme.com      # global database name is db_name.db_domain
    # FOR DEVELOPMENT ONLY, ALWAYS TRY TO USE SYSTEM BACKING STORE
    # vms_sga_use_gblpagfil = TRUE
    # FOR BETA RELEASE ONLY. Enable debugging modes. Note that these can
    # adversely affect performance. On some non-VMS ports the db_block_cache_*
    # debugging modes have a severe effect on performance.
    #_db_block_cache_protect = true # memory protect buffers
    #event = "10210 trace name context forever, level 2" # data block checking
    #event = "10211 trace name context forever, level 2" # index block checking
    #event = "10235 trace name context forever, level 1" # memory heap checking
    #event = "10049 trace name context forever, level 2" # memory protect cursors
    # define parallel server (multi-instance) parameters
    #ifile = ora_system:initps.ora
    # define two control files by default
    control_files = (ora_control1, ora_control2)
    # Uncomment the following line if you wish to enable the Oracle Trace product
    # to trace server activity. This enables scheduling of server collections
    # from the Oracle Enterprise Manager Console.
    # Also, if the oracle_trace_collection_name parameter is non-null,
    # every session will write to the named collection, as well as enabling you
    # to schedule future collections from the console.
    # oracle_trace_enable = TRUE
    # Uncomment the following line, if you want to use some of the new 8.1
    # features. Please remember that using them may require some downgrade
    # actions if you later decide to move back to 8.0.
    #compatible = 8.1.0
    Thanks.
    Srini

  • Error while replicating customer master data from R/3 to CRM

    Hi gurus,
    I am working on replication of customer master data from R/3 to CRM. It was working fine till date. But Now I am not able to replicate because in Inbound queue (in CRM 5.0) I get the status SYSFAIL for queue name R3AI_DNL_CUST_ACGRPB. When I checked SYSFAIL it shows  "Incorrect parameter with CALL FUNCTION"
    Kindly help regarding it.
    regards,
    vimal

    Hello Vimal,
    Please refer 552435 and see if this helps.
    Please reward points.
    regards,
    Muralidhar Prasad.c

Maybe you are looking for

  • Vendor Ageing Report in SAP B1 8.8 Version

    Hi All,           I am using SAP B1 8.8 Version.          I have generated Vendor Ageing Report for all Vendors. In this report I found few vendors are appearing multiple times with different Ageing values. I wanted to know why this happend??? Please

  • Open iView in New Window via Link

    Hi, I have created a link that opens an iView within a role: <b>http://server:port/irj/portal?NavigationTarget=....</b> Although, I have set the the iView parameter to <b>Open in Separate Window</b>, it is displayed within the portal content area. Ho

  • How do you completely remove all Logic/Soundtrack/etc content in it's entirety?

    I've been trying to find out for hours where these **** files are hiding. I've just tried to install Logic 9 with all the additional content when my installer failed at the last moment and left everything strewn uselessly around my system. I've delet

  • Can not import Outlook 2007 .CSV or .PST files into Outlook 2013 on Win 8.1 64 bit

    I have a new computer (Sony VAIO Pro 11 Ultrabook) with a brand new install of Win 8.1 - 64 bit and MS Office 2013 Professional Plus.  Everything works fine EXCEPT I can not import my contacts or calendar from Outlook 2007 Win 7 - 32 bit into the .ms

  • D-Link DBT-122 USB Bluetooth Adapter - how to make it support 2 devices?

    For Macs not originally equipped with Bluetooth hardware Apple used to recommend purchasing D-Link's DBT-120 (rev. B or later). If I understand correctly, after pluggin-in the device it was necessary to run Apple's Bluetooth Firmware update 1.3.3 to