Automatic creation of PO from SO in different companies

Hi,
Can anyone help me with the following.
I have two companies(seperate databases, same server) A and B.
When i create a Sales Order in Company A, it should automatically create a Purchase Order in Company B.
Can i do this using UI-API and DI-API?
If yes can you please help me with a sample/
Thnaks and regards.

One method would be to write an application that was a DI only app. It could trigger every few seconds to check if there were any SO's that matched your criteria in the company A database. In essence, a query that selected all SO's from Company A without a corresponding PO in company B. 
If that dataset was not empty, it could push them into company B as POs via the DI using the objects or via DI XML.  This job could run on the SQL server not as an add-on, but as a stand alone process.
This is only one way, there are other ways to do it. Probably more elegant. The words alert/trigger/edi are coming to mind.
Anyway, those are just some ideas.
Hope it goes well!

Similar Messages

  • Automatic creation of TO from TR

    Hi
    While doing automatic creation of TO from TR through SE38 through the programme       RLAUTA10  following error is getting thrown
    "Processing type is not maintained for automatic TO creation
    Message no. L3404"
    Diagnosis
    To process transfer requirements / posting changes during automatic transfer order creation, you require a processing type that is maintained in the Customizing appplication when you set the control for automatic TO creation.
    Procedure
    Maintain the processing type in the Customizing table specified above.
    Pls help me how to resolve this

    hi Kumar,
    you have to maintain automatic creation of TO in backround for your im movement type in OMKZ.
    also in backround you have to activate backround processing in OMKZ(it will go to SM36).There you have to give the job name and processing time(periodically,one time etc..)
    regards
    venkadesh

  • How to create automatic creation of BP from customer and vendor master data

    Hi gurus,
    can any one tell how to create automatic creation of BP from customer and vendor master data.
    Please give me the steps.
    Thanks
    Sasikanth.

    HI,
    Goto SPRO\ Cross application components \ Master data synchronization \ Synchronization control.
    Assign account groups of customer and vendors to respective BP grouping. This setting is enough to create BP in background while creating customer / vendor. But the fields groups are very much important, ensure mandatory fields should be sync.
    rgds,
    Srini

  • Automatic creation of PO from shipment cost document

    Dear Experts
    PLease let me know the settings with description to understand for the creation of PO from shipment cost document. It seems inegration with FI is also needed. Request your explanation with the settings in SPRO
    Thanks
    Ganesh

    For automatic Generation of Purchase Order
    SPRO > Logistics Execution > Transport > Shipment Costs > Shipment Cost Document > Shipment Cost Types and Item Categories > Define item Categories (T_56)
       In the Generate PO, Enter one of A, B, C.
           Do not generate purchase order
    A    Generate purchase order for validity period of 1 day
    B    Generate purchase order for validity period of 1 week
    C    Generate purchase order for validity period of 1 month
    For assigning posting in G/L Accounts
    SPRO > Logistics Execution > Transport > Shipment Costs > Shipment Cost Document > Shipment Cost Types and Item Categories > Assign shipment cost types and item categories
    Based on the item category created before, assign the valuation class.
    Assign the Valuation class to the Shipment header or leg (whichever is planned for ) and the item category you created before.
    Assigning the Shipment cost type to the shipment type
    SPRO > Logistics Execution > Transport > Shipment Costs > Shipment Cost Document > Shipment Cost Relevance and Default for Shipment Cost Type (T_57)
    Assign the Shipment cost type to the Shipment type and mark it as relevant for shipment cost.
    Checking the assignment of G/L Accounts to the Valuation Class
    SPRO > Logistics Execution > Transport > Shipment Costs > Settlement > Automatic G/L Account Determination
    Select the Account Assignment - GBB - Enter the Chart of Accounts - Check if VBR was assigned the G/L accounts for the Valuation class you specified before.

  • Automatic creation of project from Sales Order?

    hi..
    can someone guide me how to automatically generate PS Projects from SO USING TCODE HBS0?
    i have been able to generate projects automatically when i use tcode VA41 but my need is to do this for RE using sales browser and creation of Sales Order is by Tcode HBS0.
    when i save the sales order, no project is created. ( Note: Material i used is same one i used successfully in VA41+)
    thanks in advance..

    Hi Ramesh,
    Creation of project from sales order in SAP Project system is described as assembly processing.
    In the Project System only networks can be generated directly from a sales document during assembly processing. Indirectly the system can also generate work breakdown structures, when it creates the network.
    1.You start assembly processing by creating a sales document for a material. This sales
       document can be inquiry,quotation, sales order.
    2. The system then
        Configures the material, if necessary
        Creates a network using the standard network as a template
        Configures the network, if necessary
        Schedules the network backwards from the required delivery date
        Checks material availability
        Costs the network and transfers these costs to the sales document.
    3. When you save the sales document, the system saves the network together with the sales
        document. If applicable, it also generates a project definition and work breakdown structure.
        The project number is derived from the sales document number.
    Please refer link mentioned below to know more details
    http://help.sap.com/saphelp_47x200/helpdata/en/95/1613a8837b11d2b6700000e82d8bd1/frameset.htm
    Regards
    Tushar

  • Automatic creation of BP from SAP User (created manually) in PPM 5.0

    Hi Gurus;
    There are some way to create BP automaticaly from SAP User?
    I know that exits some Function Module BP* can do this automatic creation.
    Someone did this?
    Best regards.
    Mariano

    Hi Rajadurai,
    In the BADI - BUPA_FURTHER_CHECKS implement the method - CHECK_CENTRAL.
    The following code could serve your purpose:
    IF IV_ACTIVITY eq '01'. "Check if it is for creation
      CALL FUNCTION 'BUPR_RELATIONSHIP_CREATE'
       EXPORTING
        IV_PARTNER_1 = IV_PARTNER
        IV_PARTNER_2 = LV_createdby "BP no of the creator
        IV_RELATIONSHIP = 'BUR011' "Code for emp. resp
        IV_DATE_FROM = SY-DATLO
        IV_DATE_TO = '99991231'.
    endif.

  • Automatic creation of billing from VF04

    Hi all,
    i want to automate creation of billing document for all the deliveries for which PGI done.
    i think we have to define a job which will call VF04.
    my question is when we do VF04 manually, we have to give selection criteria like sales org etc and then it displays the list of all the deliveries and then we have to select the deliveries manually and press collective billing/individual billing.
    so when the batch job calls the VF04, how will the batch job tells VF04 to select all deliveries and generate the invoices.
    regards
    sachin

    Hi there,
    When you schedule a job, there is something called variants that you maintain for each prog in the job. The variants wiol take care of all the entries that we manually do in VF04. In the variants you will mention the shipping points, sales org, dates etc.
    In SM37,search the relevant job, select the job & click on steps. It will display the progs of the job. Next to the progs you will find the variants. Select the prog in the step & display variants. It will display the variants will all the selection options.
    Regards,
    Sivanand

  • Automatic creation of PO from PR

    Hi,
    Please tell me if any settting missing by me for creation of automatic PO from PR
    1) select automatic checkbox in vendor & material
    2)create info record
    3)Maintain source list
    4) assign through ME57
    But i face the problem that when i create PO through ME59 system will capture the different document type from PR.
    means purchase requision NB but Purchase order having different doc type ROS.
    Thanx

    Hi,
    For Automatic PO creation follow the steps...
    1) Material Master purchasing view tick automatic PO check box
    2) Vendor Master purchasing view tick automatic PO check box.
    3) Maintain Source list for vendor & material.
    4) Maintain Inforecord.
    5) Create a Requisition .
    6) Go to ME59N & execute for PR or vendor, you will be able to create auto PO.
    Ensure that Inforecord should be correct and If you have more than one vendor ,one vendor has to be fixed in source list.
    If helpful then rewards,
    Regards,
    Biju K

  • Automatic creation of customer from BP

    Hi Xperts
    Am using version ecc6.04 , I  implemented SAP note 956054 including running all the reports included therein. Am still not able to create the customer through the automatic process. Is there anything exceptional that should be done apart from the following configurational settings that i have made:
    1.1) Customizing of the synchronzsation options
    Cross-Application Components
    Master Data Synchronization
    Synchronization Control
    Synchronization Control
    Activate Synchronization Options
    And i madethe following entries:
    BP CUSTOMER X
    BP VENDOR X
    CUSTOMER BP X
    VENDOR BP  X
    I then made the following settings to connect CVIto PPO
    SPRO:
    Cross-Application Components
    Master Data Synchronization
    Synchronization Control
    Synchronization Control
    Activate PPO Requests for Platform Objects in the Dialog
    I then activated the PPO for the synchronization object BP.
    I activated creation of the post processing orders :
    CVI_01 Customer -> Business partner
    CVI_02 Vendor -> Business partner
    CVI_03 Business partner -> Customer
    CVI_04 Business partner -> Vendor
    and i activated the entries . Software component AP-MD
    I also made settings for customer integratios
    And all the other settings in SAP Note 956054
    Still after all these i cannot create a customer
    Where am i going wrong pliz help am in trouble.
    Regards
    David

    Hi,
    I am trying to create a customer. I am done all the customizing steps.
    Which steps do you follow to create? Please give me the details. Thanks.
    After customizing, I created the business partner using the BP transaction. In the syncronizationcockit I still have errors messages when I select BP->Customer and then give the BP number. How should I do this correctly. Please if possible a screenshot will be good.
    I have an error message that a field information is missing. I filled the field but still have the same error.
    Thanks.

  • Automatic creation of PO from PRs - ME59N

    Hi
    I have list of saved PRs generated from MRP run.
    I want to turn those all PRs in to POs using T-code ME59N.
    but I am getting the message " No suitable PRs found "
    What would be the real problem ??
    Cheers
    MaruthiRam

    hi
    For automatic PO creation from PR, follow the below Steps.
    1) Material Master purchasing view tick automatic PO check box
    2) Vendor Master purchasing view tick automatic PO check box.
    3) Maintain Source list for Vendor & Material.
    4) Maintain Purchase Info Record.
    5) Create a Purchase Requisition.
    6) Use T.Code: ME59N & execute for PR for vendor, you will be able to create automatic PO.
    Ensure that Purchase Info Record should be there.
    If you have more than one vendor then fixe only one vendor in source list.
    reward points if helpful
    regards
    chetan

  • Automatic creation of BP from customer

    Dear Friends,
    Please guide me how to create business partner automatically from customer. Means whenever a customer is created, a corresponding business partner should be created automatically with the same number. I have assigned the same no. range to both BP & Customer and have checked the necessary settings. Still it does not work.
    Please suggest.
    regards

    Please close this thread.
    Regards

  • Automatic creation of PO from GR posting

    Hi ,
    I want to create PO automatically at the time of GR posting , the setting I made are
    1) Automatic PO in Material Master -> Purchase view = YES
    2) Automatic PO in vendor Master -> Purchase view = YES
    3) Automatic PO in Movement Type 101 = YES
    4) Define Purchase Info record for Material and vendor
    4) Select field LIFNR in Field selection (Enjoy) for movement type 101
    ( Although I dont know the meaning of this :-(( , I read from one of the posting about it )
    In T MIGO , i selected OTHER and movement type = 101 , but system is prompting me message "Define Purchase Group".
    I dont know where should I define it as there is no place available in document to define it. ( ALSO in purchase info record I have defined Purchase group , my another question is , why system is not picking it from INFO record)
    Thx to all who are replying
    Sandeep

    Khan Sir ,
    You are great ....GR gets posted )
    Although it doesn't prompt any message to inform me that PO is created but I can see newly created in PURHASE ORDER Transaction.
    Thx once again ... I would also appreciate if you could let me know
    1) WHY PURCHASE GROUP was not picked from INFO record , I believe it  always have a higher priority than Material and vendor master.
    2) What is use to define LIFNR field for corresponding MOVEMENT type
    Regards/
    SANDEEP

  • Automatic creation of customer from business partner ( RE )

    Hi Deepak M
    Thanx for your contribution , it has helped me very well in setting up my RE config, though iam still not able to create the customer. Your contribution is quite adequate and very helpful . Am now working with the FI team to revise their config so that we can establish the source of this problem. I firmly believe that there is an incomplete config in Financials.
    I will give you the update in the shortest possible time.
    Regards
    David

    Hi David,
                 If you are creating customers from BP. i.e. first the BP will get created and then customer gets created, the way system behaves is that it creates the BP and get a number is generated for it, then it goes and create a customer with the same number by passing the number already created as BP.
    So the number range for BP should be internal and for the customer account group should be external. you might need to create a different customer account group for REFX customers.
    Assumption: same number range tick is selected in the assignment where we assign the BP group and customer account group.
    Regards,
    Deepak M

  • Automatic Creation of customer from business Partner

    Hi Deepak M
    Thank you very much for your response , but what is the effect of assigning the business partner  number to an internal number assignment in customer account ( FI ). The FI team had assigned an internal number assignment for this account group. What are they supposed to do.
    Please help
    Thank y

    Hi David,
                 If you are creating customers from BP. i.e. first the BP will get created and then customer gets created, the way system behaves is that it creates the BP and get a number is generated for it, then it goes and create a customer with the same number by passing the number already created as BP.
    So the number range for BP should be internal and for the customer account group should be external. you might need to create a different customer account group for REFX customers.
    Assumption: same number range tick is selected in the assignment where we assign the BP group and customer account group.
    Regards,
    Deepak M

  • Automatic creation of PR from sales order (SO) for the materials compement

    Hi
    I would like to create un PR from a sales order , but only for the material component (defined on Tcod CS01)
    I already know how to create un automatic PR from SO By using the TAS post type
    But the problem is that this method create only a PR for the material in SO him self and not for his component "what I really want"
    I search every where in VOV6  and VOV7 but I didn't find what Iu2019m looking for
    Thanks in advance For your advices and help
    S.Ghafai

    hello
    did you have any idea about this problem?
    I want to create automatically an PR for the Component of the Production BOM on saving my sales order
    exp :
    Material component = 1010 Qte 2  and 1011 Qte 25
    Sales material = 10XX Qte 1
    In my PR created the materials must be 1010 Qte 2 & 1011 Qte 25
    I hope my question is more clear now
    thanks in advanve

Maybe you are looking for

  • JMF code working under linux but not windows XP

    Hello everyone, I'm currently working on a nice cross-platform project involving sound producing. I decided to take a look at JMF and test it a bit to know if its features can suit me. I tried to make it works under windows, using a very simple sampl

  • Problem with ajax in tabular form

    Hi I am trying a tabular form which contains two select list. Second select list is to populate according to the value of first select list. I have tried in following ways: First I have create an application item named ITEM_AJAX and an application pr

  • Opening a Crystal Report in B1 8.8 in a User Defined Form representing UDO

    Hi Experts, Is it possible to open a Crystal Report from a User Defined Form representing my UDO? I had developed a 'Vendor Quotation' UDO and its  User Defined Form I wanted to show the report while clicking the Preview menu in SAP B1 8.8 toolbar. I

  • Fingerprint software installed on Macbook says printer offline any suggestions??

    Hi all Am wanting to have the airprint facilty withput purchasing new printer, have installed FingerPrint software and it seems to be working okay, however on iphone it says printer is offline and on on Mac it says printer not conneted. I have a Cano

  • Optical drive suddenly stopped reading

    I was in the middle of ripping a series of CDs in iTunes when the drive suddenly stopped reading the CDs' contents - I have tried several CDs, including re-trying ones I had already ripped. It does not get beyond track list. Do I need a new drive or