Integrating new acquistion into SAP

Hi,
We've recently acquired a new company and it needs to be integrated into our current SAP system.
From a business perspective I believe there are 3 possibilities:
1. Use a separate SAP company code
2. Same company code but use profit centres
3. Same company code but use sales orgs and purchasing orgs
From an implementation viewpoint, is there any information regarding the pros/cons of each?
Thanks in advance.
Mike

No replies.
Closing this old question.

Similar Messages

  • Integrating new acquistions into SAP : Approach

    Hi
    Our Client has decided to integrate one of their newly acquired companies into SAP.  As a key technical resource i have been asked to identify critical areas within RICEF developments. What would be a good starting point for me ? I am new to this kind of work and was hoping if anyone can help me with the broad picture or approach to get me started. I do not expect anyone to spoon feed me or provide exact solutions.

    No replies.
    Closing this old question.

  • Add a new Components into SAP

    Needs to Add a new Components into SAP. Is any SAP tool is available to do the same.....

    Hi,
    For add-on's you can use transaction SAINT.
    I am sure this has been answered many times before.
    Regards,
    Vishnu.

  • How to add new codes into SAP Query/Infoset

    Hi Experts,
    First time working with SAP Query.
    I need to enhance an existing Query to add a new field into a report.  I have added new tables into this Infoset and joined my new  tables with existing tables and able to extract the new fields out on the report.  But here are my problems:
    Example of original output:
    X88888 500000
    X99999 400000
    Example of new output after adding my 2 new tables to get 1 new field to output:
    X88888 50000  01/08/2009
    X88888 50000  01/25/2009      <--- for X88888 customer, I want only this record w/ latest date to be output
    X88888 50000  01/22/2009   
    X99999 40000  03/09/2009
    X99999 40000  04/18/2009
    X99999 40000  04/19/2009      < -- for X99999, I want only this record w/ latest date to be output
    Where/How i can add the code to control this logic so that only 1 record per customer with the highest date can be output.  I looked at the query program and it looks very confusing and hard to understand.
    Please advise,
    Thanks,
    Sam

    Hi Sam,
    Instead on adding new table/tables , better way to use Direct Read from your single table.
    Please read the below steps to suffice your requirement.
    Assumption: Let your original table be A and second table is B.
                            Tables A and B are having field X1 and X respectively, using these fields, they can be joined.
                             You want field date1 of table B.
    Infoset Changes:
    1. Go to SQ02 (Enter Infoset name, click on Change button)
    2. Create an extra field E_date of type date (Sy-datum), by clicking on 'Extras' (F5) button.
    3. Select that field in one of the field group of your Infoset.
    4. Click on Code Icon (Shift+F8) displayed on application bar, you will be getting lists events in 'Code section'.
    5. In Data Section , declare an internal table like below code (here pseudo code)
    data: begin of itab_date occurs 0,
                       date1  like B-date1,
                       end of itab_date.
    6. In Recod processing Event write the following code.
    CLEAR itab_date.
    CLEAR E_date.
    SELECT date1 FROM B into table itab_date                           " Retrieving date field from table B
    WHERE X = A-X1.
    Sort itab_date by itab_date-date1  DESCENDING.                 "Sort internal table B in decendind order on date1
    READ TABLE itab_date index 1.                                            "Read first record of interanal table
    E_date  = itab_date-date1                                                      "Assigning top most date of internal table into field E_date.
    7. Generate the Infoset
    Query changes
    1.Go To SQ01 (in a new session),
    2.Give your Query name, click on change button, and select that field group in which you have added extra field.
    3.Select extra field.
    4.Go to basic list to select that field in your O/p list.
    5.Click on Test button, and see if you are getting desired result.
    Please let me know if you need further details.
    Regards,
    Dinesh

  • How to add new fonts into SAP

    hi experts,
                  I have a font in my system but it is not coming in SAP .How to bring it into SAP.like picture we have to export it ????
    thanks in advance
    mani

    Hi,
    You need to upload the fonts in SE73 - SAP FONT MAINTENANCE transaction.
    Cheers
    VJ

  • ABAP PROXY - how to load a new field into SAP SNC system

    I am also curious about the proxy process. Please let me know if you know of a post that has mentioned this before.
    We have to customize our Delivery Schedule Notification proxy. I already regenerated the standard one into a Z proxy name. I already put in my custom code to load Z fields into a Z table.
    Here is my new problem. The users wants more additional fields.
    Here is the standard proxy generated layout for this structure:
    /SCA/BIF_S_DELIVERY_SCHEDULE
    CONTROLLER
    ID
    TYPE_CODE
    CREATION_DATE_TIME
    BUYER_PARTY
    VENDOR_PARTY
    BILL_TO_PARTY
    NOTE
    ITEM
    Here is the new proxy generated layout for this structure:
    ZDELIVERY_SCHEDULE_NOTIFICATIO
    CONTROLLER
    ID
    TYPE_CODE
    CREATION_DATE_TIME
    BUYER_PARTY
    VENDOR_PARTY
    SUPPLYING_VENDOR
    BILL_TO_PARTY
    NOTE
    ITEM
    Notice that SUPPLYING_VENDOR is the new field. VENDOR_PARTY is already loaded into the system. How can I get SUPPLYING_VENDOR loaded into the database?
    Thank you in advance for your assistance.
    Edited by: DAVID CRAIG on Jul 29, 2009 2:16 PM

    Hello.
    Thank you for the information.  I need to clarify my situation.
    I understand there is a PROVIDER CLASS.  Within that PROVIDER CLASS there is a METHOD.   Inside that METHOD there is a place for me to put my code in.  I have already done that work for a previous requirement.  I moved Z fields to a Z table.
    My new requirement has a field SUPPYING_VENDOR that was inserted into one of the SAP structures.  It was placed next to VENDOR_PARTY.
    Here are my steps of execution:
    1.  Go to transaction /N/SCA/ICH_S (SNC Supplier View)
    2.  Click on RELEASE
    3.  Click on RELEASE OVERVIEW
    4.  Click on GO
    5.  Click on DETAILS
    6.  Click on the SHIP-FROM LOCATION tab
    The SHIP-FROM LOCATION field is currently being populated by the VENDOR_PARTY field from the proxy.  This is done automatically by SAP.
    1.  How do I find the table and field name for that field?  This is in the Supply Network Collaboration screen, not normal SAP transaction.
    2.  How do I get that SUPPLYING_VENDOR data to populate SHIP-FROM LOCATION instead of VENDOR_PARTY?

  • Addition of new column into SAP query program

    Hi freinds,
    There is a query program(joins EKKO,EKPO) which contains columns like vendor,purchase doc,item,material and material description etc..
    I need to insert a new column 'Supplying plant' in 2nd position after vendor column...When I try to add a field into internal table,am getting short dump error...
    Kindly suggest on this problem...
    Thanks in advance...
    Bharat.

    Hi,
    the program you got is it a copy from a SAP QUERY created on TCode SQ01 ?
    If yes got to Tcode SQ01 draw a new one and see the report generated
    Best Regards
    Jaime

  • Integrating new system into CPH (Central Performance History)

    Hi,
    I have configured (CPH( in Solution Manager 7 EHP1, during the configuration I have assigned 2 systems into (CPH)
    1. Solution Manager system itself
    2. R/3 system
    in both systems CCMS configuration is done
    when displaying report in (RZ23N) I see only solution manager itself, data from other system is not readen, or displayed.
    Does someone have the procedure (Document) how exactly to assign system in to CPH, and display required information
    Thanks for your help in advance.
    sahmad

    Dear Shamad,
    Check this link http://help.sap.com/saphelp_nw04/helpdata/EN/2b/05120ab0aade4c8b5eaa86211b2c7f/frameset.htm, may be it is useful for you to configure the systems for CPH.
    Best Regards,
    Shyam Dontamsetty

  • [Solved] Integrating new Partitions into the Filesystem

    Hello,
    I reinstalled arch a couple days ago. I'm not using GPT with
    /var, /boot, / , and /home partitions.
    However, during the installion, i didnt add /var, /boot, and /home to my fstab [ i assumed genfstab would do this]
    Thus, i've only been using one of my partions, my root partition.
    So, now that i've discovered this, i would like to use them [20gb is not enough for me lol]
    However, i've already installed lots of programs and the /var, /boot/ and /home directories on my root partition are full of stuff.
    So how do i integrate these partitions into my filesystem? I need to copy all the files from the /var, /boot, and /home directories onto the
    /var, /boot, and /home partitions.
    I could just mount each onto a dummy directory, copy the files onto their respective partition, umount, then remount onto the correct directories.
    Is that the safest sequence of steps to take? If not what is?
    Thank you
    Last edited by fawkes5 (2013-04-24 08:13:47)

    lol. Didn't see the arch wiki post on this exact issue. The steps i outlined are those suggested by the wiki.
    Add new partitions to an existing system
    Should this be marked for deletion?
    Last edited by fawkes5 (2013-04-24 01:39:43)

  • How to enroll my career into SAP

    heya,
    i am new bee into SAP.
    i am Mahipal from Gujarat, INDIA.
    i did my B.E in Computer Science, then after i completed my MBA(IT) two years.
    now i want to pursue my career in SAP implementation.
    so, can any one guide me, how to start with it?
    and which module i should choose?

    Hi Mahipal,
    Great to hear about your interest in SAP.
    Please let me share a few great resources with you.
    SAP HANA Academy - this is the best place to start up with the latest offering/ innovation by SAP. Loaded with videos, tutorials, use cases and more
    http://www.saphana.com/community/implement/hana-academy
    Next you can visit this website www.traning.sap.com where you will be able to see the schedule of trainings in India for 2013. With regards with the module to choose - this is something you must decide depending on your specialization, industry experience and interest.
    I will shortly send you an email about StudentCouncil@UA which is a gourp/ community of students in India who are interested in SAP. The purpose of the SAP Student Council is to facilitate mutual exchange between students and SAP, to give students the opportunity to influence and to offer an additional means for SAP to listen to students and find out about their proposals and interests.
    Regards
    Chiranjeev

  • Integration General new ledger and SAP orgmanagement

    Hello,
    as desribed in
    http://help.sap.com/saphelp_erp60_sp/helpdata/en/42/f8f25eba761a7de10000000a422035/content.htm
    there is a possibility to integrate object from the new general ledger into SAP HR.
    In my case it is not enough to integrate those obect in IT0001, far better would be an deep integration in sap orgmanagement (like the cost center in om IT1001)
    Does anyone knows a way to integrate this areas?
    Best regards
    GeKa

    Hi Udo Werner
    Thanks for your answer, now is clear that is not any integration between New Ledger and Matereial ledger, even that, I would like to know, what do you mean when you said u201CThe only integration topics might be how to handle the postings of material ledger within the accounting interfaceu201D?, is any transaction related ?
    Thanks in advance,
    Best regards,
    Sergio

  • CR into SAP integration

    Hello, experts,
    I am SAP/ Adobe Forms developer and a part of my job is to design Adobe forms in the Adobe tool (LiveCycle Designer) which is very closely integrated into the SAP GUI (the editor is opened within a SAP GUI screen etc.). When I create my form, activate it and create a "printing"/ ouput program from another Adobe tool (called ADS, a web service connected to the SAP and running on a java stack) I get my PDF file.
    I would like to know if such integration exists for the Crystal Reports:
    - if there is a Crystal Reports designer which is opened within the SAP GUI screen
    - if the CR layout can be saved into SAP
    - if I can write a ABAP program to get the CR output
    - if there is some service to load a template and fill it with the provided data for me
    Thank you for any inputs,
    regards Otto

    Otto Gold wrote:
    >
    you looking for topics around CR without SAP
    > I look only for SAP related topics, means CR with SAP, thank you for understanding.
    >
    >
    the CR Designer is a win32 app - so starting it from the BusinessOne frontend shouln't be too difficult because it is a standard windows app.
    > Great, you didn´t tell anything new. So is LiveCycle designer for Adobe forms. And can be launched from SAP ERP/ SAP GUI. Why then I cannot launch CR designer the same way?
    >
    >
    available on help.sap.com
    > Great, you didn´t tell anything new. Many fancy things can be found there. The magic is to find one single document or HTML page in the terrabytes. But ok, I will spend some more days searching.
    Hi Otto,
    Are you having a bad day? That would be unfortunate.
    Please don't let it out on our moderators, they do this moderation on the side and trying to answer as many of these open questions as they can in the time that they have available.
    Ingo pointed to the help.sap.com, it is only fair for him and all moderators for you to jump over there and at least try to find the document. If after 5 minutes you are not successful, it is fine to post a reply.
    Tried it, but didn't find the document, any link? Other members of SCN may be happy to provide that link. If you give them a couple of points even better.
    To be kind to your fellow SCNers gives you karma reputation points and folks will be more inclined to help you the next time.
    All the best, Mark.
    (Who unfortunately doesn't have as much time anymore to help out in the forums )

  • Query on integrating windows file server into SAP KM using WEBDAV

    hi
    I have sucessfully integrated windows file server into SAP KM using WEBDAV. I have query in it regarding the possible validation against the portal Database user. Can we configure such that the user comparison happens for LDAP as well as database user. Have anyone configured such a scenario?
    Regards,
    Ganesh N

    Hi Ganesh,
    this should work in principle.
    However you would need a user in Active Directory for each user in the portal database that should connect to the file server if you are using the SSO22KerbMap Module as I assume.
    In my whitepaper I have mentioned this for the internal user index_service that does only exist in the portal database.
    Best regards,
    André

  • Error while Importing Integration kit  Transport Requets into SAP ECC 5.0

    HI ,
    1.  AT BO side -> I can see the many roles, but under 'role import tab'  in CMC  when i add any 'role' and click on update button,
         system showing an  error as below .
       "Failed while trying to get user list using class CSecRfcRemoteUsersActGrp in method CSecSAPR3Binding::GetUsersInternal(). Error code: 3. Description: Syntax error in program /CRYSTAL/SAPLSECURITY .. "
    2. After successfull installation of integration kit on windows 2008 server, i have imported the transport request into SAP ECC    
       5.0 When i  imported open sql connectivity transport request, i got error mesage . The error message number is 8 and it came
      for Generation of programs and screens. i have installed sap gui 710 ( verion : 7100.1.0.1027).
      I also transported remaining transport request (infoset, row level, cluster definition, security functions) but all these request
      contain similar error. Now when i try to login into sap  its going dump.Is there any possibility of reverting back the transport
      requests.
      Pls help me to fix these issues.
    Edited by: sheshikanth reddy on Apr 14, 2010 2:15 AM

    Hi ingo,
    Now i can able to transport successfully after following the order.
    Thank you very much
    Edited by: sheshikanth reddy on Apr 14, 2010 11:46 PM
    Earlier i have imported non unicode request numbers into sap unicode system.
    tats why i got error.
    Now i have imported unicode request number to unicode sap system with sequence.
    Edited by: sheshikanth reddy on Apr 15, 2010 12:19 AM

  • UOM issue of SR that push from third party integrated software into SAP

    Dear SAP Expert/Guru,
    Would like to seek for your advise what is to be done to check the issue of different UOM created in SR when push from thrid party intrgration software into SAP.
    The material only being maintained 1 UOM which is PKT however, when the data being push from the integration software it created the material with the UOM CTN and this cause the whole SR cannot be used.
    Is there any way to check between the data integration? The client is using BAPI to push the data.
    Currently the client just implement PI module and the third party software is integrated with PI module.
    Kindly advise is there any other way to check.
    Thank you
    Regards
    Leonard Tan

    Dear Shailesh & Jurgen,
    Due to the T-code CUNI is maintained as Fire Fighter in the production server, so I only can use the QA server to analyst the UOM maintained in the server.
    Below is the result of the analysis:-
    <u>ISO Code</u>   <u>ISO code text</u>
    CT             CTN
    PK             Pack (assuming this is used as packet)
    As in the Change Units of Measurement of Dimension: Overview. THe result as shown:-
    <u>Unit</u>   <u>Commercial</u>   <u>Technical</u>   <u>Meas.unit text</u>
    CTN             KAR             CTN             Carton(SC)
    PKT             PKT             Pkt             Packet(s)
    When double click the "Units of Measurement, select any unit and click on the lens, here you will see a small box called ALE/EDI, you will get to see the ISO Code in the box and a small checkbox called primary code"
    There is no checking being clicked at the primary code and nothing is being keyed in the ISO code
    Kindly advise what is to be done? is it the ISO issue or is there any setting being done wrongly.
    Thank you
    Regards
    Leonard Tan

Maybe you are looking for

  • Changing File Names w/o Reading Data?

    Hi All, I'm trying to get Labview to change the name of files in a directory, without having to read the data. I'll have a variety of data sets (text, binary, PDF files, etc), and would like to rename them. Any hints? I tried using the "open/create/r

  • Table Cell Renderer Customization not working

    I have a customized cell renderer that works wonderfully, it paints the background and text like it should, but I am also trying to paint a stripe like a 1 sided border across the top of the table cell, but (and this is the wierd part) only the first

  • DataTips always appear in ViewStack container

    I have a Panel container set to a specific width and height. Inside this is a ViewStack with percentHeight and percentWidth set to 100. Each ViewStack child is a VBox with a specific height and width set so that it fits in the Panel without scrollbar

  • Error 1013 when trying to update to ios 4.2.1

    I can't update my iphone. I get caught in a restore loop and get an 1013 error message. What should I do?

  • 44 Hours to Copy Aperture 3 Library To FW800

    Yesterday I tried to copy my Aperture 3 Library to a FW 800 drive. The backup said it was going to take 44 hours to complete. It is about 120 GB. I had just copied my 150GB iTunes folder to the drive and it only took about 2 hours. The Aperture libra