Replicate warehouse in EBP system

Hello all,
What is a program that allow to replicate warehouse in EBP system ?
What is a good method to find thhe programs to replicate the master data in EBP system ?
Thanks for your reply

Hi Mady,
To complete previous post :
Vendor replication and update : BBPGETVD and BBPUPDVD
Material Master, Product category replication : middleware configuration.
Transaction:
/R3AC1 - Filter MATERIAL (optional)
/R3AC3 - Filter DNL_CUST_PROD1 product category (optional)
/SMQ1 - Outbound queue in OLTP empty or no SYSFAIL
/SMQ2 - Inbound queue in SRM empty or no SYSFAIL
/R3AS - Download DNL_CUST_PROD1, MATERIAL
/R3AS - Download DNL_CUST_SRVMAS, SERVICE_MASTER
Check OSS note 720819.
Regards,
Yann

Similar Messages

  • Payment terms to EBP system

    Hello all,
    I have a system EBP and I customizing two systems back end.Then I have a good list for payment term if I'm going for vendor data if I put a company based in France (<b>back end</b> <b>system 4.5)</b> and I have a bad list if I choice a company based in Italy <b>(back end system ECC5.0).</b>
    For this good I see a list for EBP system and for bad list I don't recognized this list of payement terms I think that there are the payments terms for back end system and this first case there are the payment ters for EBP system.
    Who are the method for use payment terms in EBP system ?
    Thanks for your reply.

    Hello Mady,
    you must execute report BBP_UPLOAD_PAYMENT_TERMS to replicate payment terms of each backend.
    In SPRO, you can also create local payment terms.
    When you selected a purchasing organization in vendor data, purchasing view, the system will list the payment terms related to the backend linked to this Purch Org.
    Rgds
    Christophe

  • How to get the User ID's details in SRM Workflow EBP system

    Hi Team
    How to get the User ID's details in SRM Workflow EBP system. Example like i have User ID "BTEMPEST" but i want his full name . so please suggst me how to get the full name of user id where it is maintained.
    Thanks.
    Puneet.

    Thank you very much muthu.
    For your information FM "RSPLPPM_GET_USERDETAILS" is working fine.
    Thanks for quick response.
    Thanks
    Puneet.

  • Create Purchase Order in EBP system

    Hi All,
      I have developed a smartform in EBP system to print Purchase Orders, can anyone please tell me how do I test this in EBP system,
    Regardes,
    SN

    Hi Dhananjay,
    you may need to change the standard domain for that.
    But careful, it will change the description in all searches, where this domain is used.
    Regards
    Konstantin

  • Interface required to post invoice in EBP system in SRM4.0

    We are using classic scenario in SRM 4.0 with non-sap backend system. We are in process to develop a interface , which can post invoice automatically in EBP system after getting data from non- sap backend system.  Could anyone please answer the following:
    1. Which all BAPI are used for this ?
    2. Exactly which all fields are required to post a invoice in EBP system?
    Regards
    neelesh

    Hi Neelesh,
    There's a <b>BBP_PD_INV_CREATE</b> and <b>BBP_PD_INV_SAVE</b>... So what you need is to create a <i>ZBBP_PD_INV_CREATE</i> that calls both of them...
    I don't have a variant in this system for that function module to copy the fields that you will need to fill, but basically is the Account table, partners table, items table, orgdata table, tax table and the header....
    What i recommend is to run the BBP_PD_PO_GETDETAIL to obtain the detail of a purchase order, there you will see which tables are been filled and for the invoice will be almost the same....
    BR,
    Gerardo.

  • BAPI Required to post GR in EBP System( SRM4.0, Classic Scenario)

    Hello All,
      We have SRM4.0 with classic scenario with non-sap backend system.
    We need to post GR in EBP system automatically.
      could you please tell me the BAPI required for this?
    Regards
    Neelesh

    Hi,
    You can use function BBP_BC_CONF_CREATE of BAPI_CONFEC_CREATE.
    Kind regards,
    Yann

  • Problem with internal table initialisation in EBP system

    Hi
    I work in EBP system, and i made a specific work in LBBP_POCF0o program. It is in the displaying items of a purchase order.
    This is what i done:
    LOOP AT t_screen_items WHERE del_ind NE 'X'.
            w_old_total = w_old_total + t_screen_items-value.
            CLEAR:t_screen_items.
    ENDLOOP.
    loop at gt_item where del_ind ne 'X'.
          w_new_total = w_new_total +
              ( gt_item-GROSS_PRICE * gt_item-quantity ).
          clear: gt_item.
    endloop.
        if w_new_total GT w_old_total.   
           MESSAGE I001(ZBBP_PO) WITH
             'elle possède un montant supérieur'
             ' à celui déterminé intialement.'
             'Veuillez modifier la commande.'.
           MOVE 'X' TO w_checksum_flag.
        endif.
    My problem is that if i use the elevator at the screen, the system is looping only at the first element visible on the screen, so the "LOOP AT t_screen_items" is wrong. i don't understand why the sytem doesn't count all the elements of the internal table t_screen_items...
    Thank you for your help.

    Well, i will try to be more clearly...
    My problem is very suprising..In the purchase order screen, if there's more than 10 items, there's an elevator (or ascencor) to permit displaying the items which are hidden. And so, when i use the elevator, and when i want to see the details of the item, the "loop at t_item_screens" only begins at the first item visible. For exemple, if i have 13 items, i want to see the 11th item, i have to use the elevator, and then in the "loop at t_item_screens", the loop will do only 3 times the loop, it will begin only from the 11th item... The loop won't begin at the first element.... I really don't understand.
    Sorry if i'm not clearly... Anyway, thank you for your help.

  • How to replicate datasource to PRD System created in BW System (DEV)

    Hi Experts,
    I created one datasource (based on infoset) in BW so as to extract the data from the table to ODS. Now, i have to replicate it to PRD system.
    How can i do it?
    Regards,
    Pablo Moraes

    Hi,
    Go to RSA1, Source System, Right click on the Source System name for eg BWP100 and DataSource Overview, go to the respective application component or find your datasource with its tech name and right click on the appl comp and replicate datasource once it is done then go to SE38 tcode and run RS_TRANSTRU_ACTIVATE_ALL and give your InfoSource name there and execute. Then you are good to go with the loads.
    Hope that helps!!
    ~ Vaishnav

  • Configuration changes of  "Classic to Standalone scenario"  in EBP system

    Hi,
    Could you guide me in configuration changes of "<b>Classic to Standalone Scenario</b>" in EBP system...
    Will I get any documentation on this..?
    Thank you...
    Best Regards,
    Thiru

    Hi Thiru,
    to change from Classic to Standalone Scenario, you have to change customizing point "Define backend for product category".
    If your set target system = SRM logical system, then follow on doc will be created localy in SRM -> standalone scenario.
    Rgds
    Christophe
    PS: please reward points for helpfull answers

  • Transporting EBP systems

    Hi
    I have got a problem in the transports of EBP.Can anyone send me the document called "Transporting EBP systems".My mail id is [email protected]
    Regards

    Hi,
    the document can be found there:
    https://websmp201.sap-ag.de/~form/sapnet?_FRAME=CONTAINER&_OBJECT=011000358700000310782007E
    Cheers,
    Claudia

  • Database schema for Warehouse and Logistics Systems

    I am interested in the database design of Warehouse and Logistics Systems. Does any know whether Oracle has some sample database schema for such systems? Thanks.

    Although you have not mentioned the database version,
    Does any know whether Oracle has some sample database schema for such systems? Please review the following links;
    Using DBCA to Create and Configure a Database
    http://download.oracle.com/docs/cd/B19306_01/server.102/b14196/install003.htm#sthref55
    There are vavious types of templates for databases inlcuding data warehouse.
    If you check on sample schemas. It will establish sample schemas with Example tablespace within the databse being installed. It is an Oracle recommendation.
    You might also view the following link;
    DBCA Templates Provided by Oracle
    http://download.oracle.com/docs/cd/B19306_01/server.102/b14196/install003.htm#CIHJDGDH
    Adith

  • Vendor replication Error. SAP R/3 to EBP system

    Hi Guys,
    I am using SRM 5.0. I am getting error while replicating the vendor master from SAP R/3 to SRM system.
    T-code: <b>SLG1</b>
    <b>Warning 1</b>:Error: No Industry Sectors Maintained No Industry Sectors Transferred
    <b>Warning 2</b>:Error: No Bank Master Data Maintained No Bank Data Transferred
    <b>Error 1</b>:Error: Error while Creating Business Partner (BP) Module: BUPA_CREATE_FROM_DATA  Vendor: 0000100000
    <b>Error 2:</b>Enter country
    Please guy help to sort the problem.
    Regards,
    Apparao A

    Hi Atul and Marcin,
      Thanks for you reply.
      Country field is maintained for that vendor. I am trying with One vendor only . I have checked the country field in R/3 before posting this message.
      One more question. I have created some vendor in SRM. Now i want to replicate these vendor in backend. Is this is possible ?.
    Our business senorio is like this. For e-procurement of materials they will invite bids from different bidders(Register in SRM only). Once they finalized the L1 bidder they will issue PO to that bidder. That PO has to Copy in to backend.
    To copy PO to backend, i think bidder data should be copied in to backend before. How to acheive this ?
    Regards,
    Apparao.A

  • Master data governance - Replicate to the same system/client?

    Hi Experts,
    We're evaluating MDG for supplier in our ECC6 EHP5 system. All the documentation I can find talk only about replicating to connected systems using ALE or SOA, but we've only one ECC6 environment and we're running MDG on the same server. Can someone please kindly let me know whether we can replicate the suppliers to the same ECC6 system that MDG is running on? And if yes, how?
    Thanks very much for your help
    Luis

    Hi Luis
    There are prebuilt workflows for MDG Supplier. You can use them directly for storing data in your ECC system. After the approval process is completed, MDG for supplier stores data in BUT000, LFA1, LFB1 and LFM1 tables in your ECC system. You can use the prebuilt workflows and UI, to get your job done. Once the approval process is done, data is stored in your system, then you can replicate to other systems
    the below link maybe helpful
    http://help.sap.com/erp2005_ehp_05/helpdata/EN/70/47f6938f70420f801be80a0df9fc30/frameset.htm
    Regards
    Goutham Kanithi

  • Background job Z_SC_STATUS_CHECK_1 is getting cancelled in EBP system

    Hi,
    We are facing following error with the batch job Z_SC_STATUS_CHECK_1-" Error INSERT in BBP_DOCUMENT_TAB" with the erroe message "Job cancelled after system exception ERROR_MESSAGE?".
    We are using an SRM 3.0 version.
    Can you please provide any inputs on the same.
    Regards,
    Rohit

    SInce this is a Z function, you should explain something more likewise what it does etc.....
    Did you analysed the dump in ST22.

  • Replicate Conditions to external system

    Hi experts,
    I'm setting up an interface to an external non SAP system.
    With the subscription functionality I already set up the repkication of BP , Rel, Products & transactions via the XIF interface.
    Next step is the pricing. I looked and found Idoc message CRMXIF_COND_REC_COMPL_SAVE linked to the same function module but this seems to support only inbound messages.
    Next I was thinking to use change pointers. But the question is which Idoc type in crm is suitable for this ( can I use CRMXIF_COND_REC_COMPL_SAVE_M ) and for which object do I activate the pointers in BD52 ? (BEA_CNPL_PL ?? )
    Or are there other methods to trigger the sending of idocs to an external systemin this case ?
    Thx !!
    Edited by: Olivier@eVolution on Feb 29, 2012 2:38 PM

    Julien,
    You can send prices to external system from pricing reports, transaction V/LD.  For example, I used this to send sales prices to an external system using pricing report 15.  Here you can enter your material selection criteria including, condition type.  This will generate a report which you can then send to external systems.  I apologize, but I do not remember the menu path from the report result off hand.
    Ram,
    Make sure you have activated change pointers for message type COND_A, create or change a price and excute RBDMIDOC for COND_A.

Maybe you are looking for

  • Windows 7 syncing ipad issues

    just got windows 7 pc and having issues syncing my 1st gen ipad to it. I already updated bios but it won't sync. Does anybody have any recommendations that I could try. I'm using a Gateway NE56R... thanks

  • Zenreg.og error code 500

    nday, November 29, 2004 10:12:38 -- Login event -- Finished sending request. Result = 1 Monday, November 29, 2004 10:12:38 -- Login event -- Leaving HTTPUtil::SendMessage, returning 500 Monday, November 29, 2004 10:12:38 -- Login event -- Entering Re

  • Setting jdbc classpath in xp, completely stuck

    I must be going crazy cause i could swear i posted my msg but it never showed up later on, on the forum so here i go again Plateform: XP java file: ConTest.java I am trying to add a classpath to a jdbc drvier (lets calls it jdbcdriver.jar in d:\temp)

  • A new black cartridge shows an allignment failure & nothing prints on testing

    Installed new black cartridge my officejet 6500 it wont print.. on an allignment test, I get 6 color blocks, nothing else. I've allingnet it 6 times and no change It was ok before the new cart.

  • [cf8]custom tag outputs generatedContent twice

    my custom tag is outputting the generatedContent twice. but not anything in the tag, just what was between the calling tags. It runs the tag once, but before it outputs the stuff in the end portion, it outputs just what was between the calling tags.