Transporting Integration model variants to other client

Hi,
We have a large no of integration model variants which we want to transfer to another client. Can you suggest how it can be done ?
Regards,
Sireesh

Sireesh
It is not a good practise to transfer integration model variants from one client to another . Your variants will most probably become useless after you transfer it from one client to another . The reason behind this is as follows. Most companies have different logical systems for their different clients. for example in development if the logical system ( CFM1 see logical system tab) is "DEV" and in test system if the logical system is "TEST" , how are you going to use the variant that you transferred from development system to test system in the test system ? 
The best way is to create the variants for the integration model in the respective clients. Afterall it is a one time activity !
thanks
Saradha.

Similar Messages

  • Loading Variants to Other Clients

    Hi All!
    Does anyone know of a way to take variants from one client and load them into another client?  I would like to be able to do this without a transport request, if at all possible.
    Thanks,
    Jeff

    Hi Jeff,
    No Jeff there is no standard method of transporting variant from one system to another w/o using transport..
    but you can do one thing..you can download variant properties for respective program from one system to a flat file and upload the same in to the system where you need to  transport the variant.
    For this you will have to write two program one for downloading variant and other in target system for uploading..
    You will have to read variant attributes from following table
         1. VARID
         2. VARIS
         3. VARIT
         4. VARI
    read this table with condition on you program id..
    try this let me know if you have any problem..
    enjoy SAP
    Pankaj Singh

  • Transport of infotype and data table to other client

    Hi all,
    I have made a custom infotype - 9002 and a data base table zpa9002. I put some entries in this table. By mistake I saved both the infotype and table in local objects - $tmp. I have changed the package of database table and created the request for it.
    I am not able to change the attributes of infotype(9002) i.e. am not able to change its package from $temp to something else. Can anyone please let me know how to change that and what else to do to transport the complete infotype to other client.
    Anothet thing I want to ask is -  if I transport the database table to the other client, all the contents or data  will also be transported or I  have to do it manually?
    Thanks to all,
    Ribhu

    Hi,
    If you transport a table, by default, the data <b>will not be</b> transported. you will have to do it manually.
    You can include the entry R3TR TABU <table name> in the piecelist.
    Regards,
    Anand Mandalika.

  • System copy:integration models altered

    Hi SCM experts,
    We have APO 4.1 connected to ECC system.Recently the QAS data is refreshed with PRD data and after that all CIF integration model variants in QAS are pointing to PRD system. There are more than 100 integration model variants and changing the logical system mnaualy to QAS client is taking long time.
    Is there any standrad report or t.code by means of which we can do a mass maintenance of these integration model variants ?

    Hi deeparai,
    You can change the name of logical system in ECC table CIF_IMOD. However, the integration models will not become active unless you generate them again (CFM1/2/3).
    Hope this helps in reducing manual work.
    regards,
    biplab

  • How to transport the LSNW project from one client to other

    I have done one LSMW in DEV 100 client now i want to move the same to other clients. and one more clarification .. is LSMW client dependent or client independent.
    thanks in advance !

    You can "Export" and "Import" from one client to other client rather transport of an LSMW.
    To do this, at first goto T.Code LSMW select the "Project", "Sub Project" and "Object" which needs to exported and then go to "Extras" (at top menu) and select "Export Projects" and save text file at desktop.
    Now go to other client where you want this lsmw, at Target client, goto initial screen of LSMW and then go to "Extras" and select "Import Project", system asks you select text file. here you give above file and say "Import".
    Now LSMW is ready use in target system as well.
    REWARD IF FIND USEFUL

  • How to send the transport request from one client to other client?

    Hello Friends,
    I have generated one transport request in one of the client in Development server.Now as it is  customizing request so unless and until i transport it to other client within the same server, Changes will not be visible in other clients.So how to transport this customizing request from one client to other client within the same server.
    Thanking you guys in advance.
    Regards,
    Jitendra

    Hi Jitendra,
    Release your Transport Request via SE10, then go to STMS & import the request first to your quality server, then to your production server.
    Apologies for the incorrect inputs, please use SCC1 as advised by other forum members
    Hope the above clarifies your query.
    Regards,
    Vivek
    Edited by: Vivek on Mar 16, 2009 1:05 PM

  • How to transport Minor changes in BPC 7.0 to other client

    Hi,
    I am very new to BPC and got an ticket to do a minor change in script logic. We are in BPC 7.0.
    I am not sure how I can transport this minor change from Dev to other client.
    My question is:
    1. Do we need to make system offline while making changes to Script logic in BPC Admin or it is required only at the time of collecting transport request in BI using tcode: UJBPCTR?
    It would be kind enough if any one could let me know What are all the activities we need to consider/take care before transporting objects from BPC DEV to BPC QUALITY
    Thanks in Advance.
    Regards, Trine

    You only need to take it offline when executing UJBPCTR and when importing in the target system.  The system willl collect all of the appset and transport it, but will do a delta calculation on the target system to determine if any structure changes are required.  The script logic data should simply be overwritten.
    Cheers,
    Rich Heilman

  • How to Transport OMT3R changes to other Clients.

    Hello All
    I have done the changes to MM01 Screen sequence using transaction OMT3R.
    But while saving it did not ask for transport request.
    Transport option is grayed out and not able to know include it to any transports.
    Can any one tell me how to inlcude this changes into a Transport Request and move it to other clients?
    Thanks & Regards
    Madhu K

    Hi Madhu,
    the values of tcode OMT3R ('Maintain Order of Main and Additional Screens') are saved in database table T133D ('Sequence Control forLogical Screens').
    If these values are missing on the target system, note 108059 ('Transport of Customizing settings made in OMT3') applies. Please proceed as described there to transport table T133D, too.
    Regards,
    Mauro

  • Can I work backward from APO CIF function module to ECC Integration Model

    On our APO box, I have activated the "new-style" BAdI which is called by the CIF function module /SAPAPO/CIF_TLANE_INBOUND:
    CALL BADI lr_ref_cif_enhance->inbound_tlane
    How can I find out what the business analysts have to do in their ECC Integration Model
    to make sure that the CIF_TLANE_INBOUND function module is called when the Integration Model is activated (so that the BAdI will also fire)?.
    Our current Integration Model does fire the BAdI /SAPAPO/IF_EX_TR_TRANSFER , but not the "enhance inbound tlane" BAdI called by CIF_TLANE_INBOUND.
    So ...to restate the question:
    How do I figure out what I have to tell the business analysts  to do in their Integration Model to make sure that CIF_TLANE_INBOUND is called when the model is actrivated ???

    Hi David,
    I was away in a long meeting and just came back. A quick check in another R/3 (Enterprise) system showed the following:
    There is no FM in the R/3 Enterprise box as CIF_TLANE_SEND and in APO (SCM4.1)  
    /SAPAPO/CIF_TLANE_INBOUND. This is not surprising esp when I check the other system versions based on which I did the initial research. It was ECC 6.0 with Enterprise Extension DFPS switched on (checked SWF5) and the APO system SCM 5.0.
    Lucky me I checked the internal Sandbox systems instead of my client systems otherwise I would have posted there is no FM CIF_TLANE_SEND
    Forget the SD Scheduling Agreement object I mentioned in the previous reply. That master data object will not trigger FM CIF_TLANE_SEND. I found the correct FM for it CIF_SDLS_SEND on R/3 side and /SAPAPO/CIF_TPSCO_INBOUND on the APO side.
    So you have to necessarily use the BADI or User Exit enhancements for TPSRC and NOT TLANE.
    In any case if its a Contract or Scheduling Agreement or Purchasing Inforecord master in R/3 (or ECC any version) then TPSRC is the FM used to create External Procurement Relationships (txn /SAPAPO/PWBSRC1) in APO during CIF transfer. Also a corresponding Transportation Lane (txn /SAPAPO/SCC_TL1) gets created when the Procurement Relationship is added in APO. Otherwise you can always manually create a transportation lane in APO which is an important master data for External Procurement Order / Requisition creation in APO.
    Hope this helps. I am logging off for today - so no more further digging. But thanks to you I discovered another small "blackbox" of SAP. Will blog on this some time later - till then you can take a look at the [CIF Wiki|https://wiki.sdn.sap.com/wiki/display/SCM/CIF] page.
    Best regards,
    Somnath

  • How to transport distribution model

    hi  i am having doubt in distributing model.
    is it possible to transport distribution model?
    if yes.
    1. in real time where distribution model is created i.e in production or development system.
    2. is it correct way to create distribution model directly in production system.
    3.if it created in development system how to transport it.

    Hi,
    You never transport the distribution model.
    Usually it is done by distributing the model (BD64) through RFC connection (let's say from DEV -> QA). It depends on your company procedures. Some company maintains in each client (DEV, SANDBOX, QA, PROD).
    For PROD distribution model, I would recommend to setup manually instead of distibuting from DEV for security of data integration and interface purposes. If you allow to distribute from DEV to PROD, you could easily make a mistake either over write/change the existing production model interface and can caue production error/issue.
    Hope this will help.
    Regards,
    Ferry Lianto

  • CIF - Integration model name and APO application

    Hi Experts,
    In the CFM1 Transaction, there are 3 mandatory inputs are Model name, Logical system and APO application.
    Logical systems are customized in CFC1 transaction. I couldn't trace the model name and application creation.
    What is the transaction to customize/Create the new Model name and APO application.
    Hope this is very simple question to you and expect your soon.
    Thanks,
    Saravanan V

    Hi Somnath,
    Thanks for ur reply.
    First I saved the selection as variant. But it was not updated in the IM table.
    Then I tried to generate the model and now I can see the details when I use the F4 help.
    So, to create a integration model need to generate the variant once.
    Thanks for the confirmation.
    Thanks,
    Saravanan V

  • Transfer of material from R/3 to APO, Problem in Integration model

    Hi
    I have created Integration model for Transferring material from R/3 to APO.
    While  activating the model, it is giving error  with status as i..e. SYSFAIL
    On clicking the status, I am getting the following message
    "Logical system R3CON does not assigned to Business System Group"
    ?Where to locate the BSG in  R/3 and assign before transferring  matl to APO
    i require the steps&help  to solve the problem.
    Thanks in advance to all members for the help.
    Srikanth

    Dear Srikant ,
    Pls check you have followed the below steps in the same sequence for R3 and APO
    <u>CIF Settings in R/3</u>
    Check ALE settings or activate ALE settings          
    •Define the logical system               <b>BD54</b>
    •Assign logical system to a client               <b>SCC4</b>
    Set the RFC destination               <b>SM59</b>
    <i>Assign target system and queue type          <b>CFC1</b></i>
    Maintain the SAP APO release               <b>NDV2</b>
    Activate BTEs for SAP APO integration          <b>BF11</b>
    User parameters for CIF               <b>CFC2</b>
    <u>CIF Settings in APO</u>
    Check ALE settings or activate ALE settings          
    • Define the logical system               <b>BD54</b>
    • Assign logical system to a client          <b>SCC4</b>
    Set the RFC destination                <b>SM59</b>
    Set up business system group     
    –Create BSG                <b>/SAPAPO/C1</b>
    –Assign logical systems to BSG          <b>/SAPAPO/C2</b>
    Maintain distribution definitions               <b>/SAPAPO/CP1</b>
    User parameters for CIF               <b>/SAPAPO/C4</b>
    You have got stuck up somewhere in R3 setting , which I have marked in italic font i.e.<i>Assign target system and queue type          CFC1</i>
    I hope this will solve your problem .
    Thanks ,
    Digambar

  • Mass transport of Model Orders

    Hi,
    I have a question. I need to transport multiple objects via one transport u2013 Model Orders.
    The standard transaction allows me only include Model Orders one by one;(
    This is how it looks like in a transport when you transport it standard way:
    Controlling: Model order     R3TR     KOM1     $$YB000101
    and inside the line (table key):
    Client     MANDT     C     3     100
    Order     AUFNR     C     12     $$YB000101
    And now I need to include all the Model Orders which starts with $$Yu2026could it be like this?
    Controlling: Model order     R3TR     KOM1     100$$Y*
    and iside the line (table key):
    Client     MANDT     C     3     301
    Order     AUFNR     C     12     100$$Y*
    Thanks

    Hi, you can try do it via SE80, open Object AART for R3TR add required IO's type to transport, but better to ask from your system administrator

  • How to transport a transaction variant and her related screen variant?

    Hello to every SDN member,
    I am looking to transport a transaction variant and the related screen variants.
    I read the help and I am concerned by the paragraph about the Client-specific transaction variants because when I created the transaction variant, no dialog box appeared.
    In the paragraph about the Client-specific transaction variants, it is told to transport the variants with the Transport function but the problem is that I cannot find it. How can I use this function? It is not in the toolbar and not in the differents menus.
    Can you please give me the solution to transport the transaction variant and the screen variant?
    Thank you very much in advance.
    Best regards,
    Matthieu Chérier

    Hi,
    You can transport a variant by :
    1. Running the program RSTRANSP. Mention your program and variant name there.
    2.Create a variant with prefix 'CUS&'. This type of variants will be automatically transported to target system through transport request.
    3.Go to Se38 --> Input report name --> Select Variants
       On the screen  --> Go to Utilities -> Select transport request
        --> Provide the program name and Variant --> Assign Transport request to variant. Then release the transport.
    Regards.

  • Copy Distribution model from non changeable client to new system

    Hi EDI-Experts,
    Help me.
    How can I easily copy a distribution model from a nn-changeable client to w new system.
    Example: DEV client 110, Test client 150 (with valid distribution model), new syste, QAE,cleint 200
    How can I transport the distribution model from client 150 of DEV system to 200 of QAE system.
    How does the generation of the partner profiles work then?Anything to consider?
    !! Client 150 of DEV is not changeable !!
    Many thanks
    JW

    Goto Transaction BD64.
    In the Menubar Edit -->Model View --> Distribute
                                                            Transport
    U have the option of distributing ur Model view to another client.
    Hope this helps.
    Regards,
    Mithun
    Edited by: Mithun Shetty on Jul 16, 2008 8:33 PM

Maybe you are looking for