EDI change in production possible?

Hi I need a help to understand the proceedure involved when we upgrade our b2b (webmethods), what changes required to be done at SAP and how, when and EDI is involved.
For e.g output types uses EDI to send some files to webmethods. Since new version is used, what needs to be changed? I guess i need to create a new port and replace the old one. How do i do it?
Secondly do i have to do this directly in the production server of SAP or do it in the dev server and then transport.
Any help here would be appreciated. This is my first work on EDI tech.
Thanks

1. Ideally your mappings don't change even if you have upgraded your middleware, so from a process perspective nothing should affect.
2. You might have to change the port settings in WE21 / RFC Destination SM59 to point to the new middleware.
Usually these port settings can be done on production server or it can be transported as well. Transporting is a better practice as you don't want to give change access on production box.
However, the practices change from company to company.
Regards,
Ravi

Similar Messages

  • Assembly to order: change in sales order with change in Production order

    I want to activate change in the sales order data when a production order(which is created w.r.t the sales order) data is changed (Strategy 82 used); I have de-activated "No Update" for the corresponding requirement class 201; also the material for which SO created ,is not a part of any Delivery group.
    But when I am changing the production order (date/qty.), SO isn't getting updated accoringly.
    Please tell me the reason why it isn't happening!!

    Hi
    The sales order requirement can be made as the production order receipt once you save the order in the system.
    so it is possible to change the receipt according to the sales order reqmt if any changes made in the sales order,
    in every entry or changes in the sales order ( if you use the stategy 82) . in back end system explode the BOM and the create the production order as per the order reqmt,
    even while you do the changes mad in the sales and save that time sytem re explode the BOM once again and change the production order qty.
    but if you change the production order , system not re run or explode the BOM , Routing . such setting is not made in the system . so obviously updation will not happen for the sales order .
    Edited by: raj on Jun 9, 2009 11:22 AM

  • IDoc creation on save and change of production order

    I am looking for a way to create, and send if possible (if not I'll send with a batch job), on the save (creation and change) of production orders.  This will be a modified LOIPRO iDoc.  Currently we have a customer exit on the save of the production order but because it is before the save we must predict the number of the prod order.  This has worked but now we are creating one production order per line item in a sales order (automatically) so this is causing us to predict the same production order number twice.  We need a way to automatically create and send an iDoc for all production orders for given plants.  Right now the solution we are looking at is creating an output type and running through those output types a few times a day, sending them down to the Shop Floor system (proprietary system). 
    Is there anything setup in SAP that we can utilize?
    Regards,
    Davis

    Hi Rick,
    Follow the below sample steps for changing component quantity:
    DATA:
        l_methods TYPE bapi_alm_order_method,
        it_boperations TYPE STANDARD TABLE OF  bapi_alm_order_operation_e WITH HEADER LINE,
        it_components TYPE STANDARD TABLE OF bapi_alm_order_component_e WITH HEADER LINE,
        it_components1 TYPE STANDARD TABLE OF bapi_alm_order_component WITH HEADER LINE.
    1. Call BAPI :BAPI_ALM_ORDER_GET_DETAIL , it will give existing order component details.
    CALL FUNCTION 'BAPI_ALM_ORDER_GET_DETAIL'
        EXPORTING
          number        = <production order number>
        TABLES
          et_operations = it_boperations
          et_components = it_components
          return        = it_bapiret2.
    2. Move it_components to components table compatibel to BAPI "BAPI_ALM_ORDER_MAINTAIN".
    LOOP AT it_components.
    MOVE-CORRESPONDING it_components TO it_components1.
    _*"Note here while moving change the component quantity"*_
    APPEND it_components1.
    CLEAR it_components1.
    ENDLOOP.
    3. Build the methods table for change production order :
    it_methods-refnumber = v_refnumber.
                it_methods-objecttype = 'COMPONENT'.
                it_methods-method = 'CHANGE'.
                it_methods-objectkey = v_objectkey.
                APPEND it_methods.
    "Note v_refnumber has 1 to 1 relation ship with the components table, if you want to change First component in it_components1 then you have to enter value '1' here for v_refnumber.
    it_methods-method = 'SAVE'.
            APPEND it_methods.
    4 . Call
    CALL FUNCTION 'BAPI_ALM_ORDER_MAINTAIN'
              TABLES
                it_methods   = it_methods
                it_component = it_components1
                return       = it_bapiret2.
      CALL FUNCTION 'BAPI_TRANSACTION_COMMIT'.

  • B2B EDI translation ----Is it possible to increase the sub-element length

    B2B EDI translation ----Is it possible to increase the sub-element length??
    Am new to the B2B 10g- EDI Integration environment. In our production setup, am getting the following error.
    B2B EDI Translation failed, because one of the fields was too long. The length of Sub-element length is '41'. The maximum allowed length is '35'.
    In the segment RFF defined in the guideline at position 0070; Is it possible to increase / expand the lenght from 35 to 41.....
    Thanks and Rgds,
    -Srini

    Hi Nitesh
    I have the same problem what srini explained above.
    I'm using Oracle B2B Document editor.
    That corresponding element's field is in disabled state ,a red triangle displays in top right corner of that field.
    Could you help me to solve this issue?
    Regards
    Kathir

  • Code changes in Production system.

    Hi all,
    Due to the unavailability of the development and quality i want make code changes in production system.
    Please tell me is this possible and also i want know that does it effect or not?
    Regards,
    Ramprasd

    Hi,
    For editing in PRD system, u need to get authorization for editing. To get auth object, contact basis.
    But proper way to edit a code is modifying in DEV, then transport it to QAS & PRD.
    Regards,
    Prem

  • Reversing changes from production !

    Dear Friends,
    I have done a successful transport of java change to production system using CMS.
    Can I revert it back?
    Can I revert it back to previous of previous?
    If possible, how can I do it?
    Documents and links prefered.
    Thanks in advance,
    Regards,
    Lakshmikantha

    Click on the History button, select time frame of the last correct import. Pickup the "previous" change and add it to the import queue (+ button on the right hand top corner). It will be in your import queue and you can re-import again. You have to make sure you to select all the components in the same build.
    -RK

  • Payroll area change is not possible

    Hi,
    When we are doing promotion action, i.e, one paryoll area to another paryoll area, In actions whatever the date we are giving is taking, but when come to org assignment it is not allowing to save with that date  and throwing error " payroll area change is not possible at the end of payroll period"
    For example: In Actions start date is 04.01.2010, in org assign is not allowing to save the entry with that date, but if we give 01.01.2010, it is allowing to save the record. As paryroll period is starting of the month to end of the month, that is the reason it allowing the start date of the month in org assign, but user wants the record from his desired date..
    Please help me on the issue.
    Thanks & Regards
    Kumar

    Hi Kumar,
    Mid-payroll payroll area change is allowed for only a few countries including:
    Canada (country grouping 07), the United States (10), South Africa (16), Mexico (32), Taiwan (42), Finland (44), and Spain (04)
    Please check the notes below for further reference:
    1104733
    849363
    744563
    Regards,
    Dilek

  • BADI for changing the product cost

    Hi All,
    My requirement is to change the product cost when the costing engine is running via ck11n or ck40n. Iam looking for user exits and BADI's for this requirement.
    I did look into the BADI DATA_EXTENSION_CK but this particular BADI does not have export or changing parameters. Can anyone suggest any user exit or BADI's for this requirement. I also looked into other BADI's like
    CK_KALAMATCON2_CI
    COSTINGRUN_CK
    COST_APPORTION_CK
    CO_PROD_COSTING_CK
    DYNPRO_EXTENSION_CK
    ORDER_COSTING_CK
    QUANTITY_STRUCT_CK
    SUR_STOCK_TRANSF_CK
    VALUATION_CK
    But none of them served the purpose. Plz help...Thanks in advance...
    Regards,
    Nirmal.

    Hello,
    Will this help?
    Product costing with Enhancement (Valuation variant with User Exit)
    Cheers,
    TD

  • CO-PA Realignment: Changes in Product Hierarchy

    Hello all,
    We have changed the product hierarchy on some of our materials and we want to realign the PA data to reflect the same.
    Our product hierarchy which we have three levels is maintained in KES1. There are no derivation rules. KES1 is updated manually everytime any changes occur.
    For example:
    OLD
    Product: 1-189-01
    Hierarchy 1: 100
    Hierarchy 2:A7300
    Hierarchy3: B56220
    So on the material master the prod hierarchy is 100A7300B56220
    NEW
    Product: 1-189-01
    Hierarchy 1: 125
    Hierarchy 2:A7500
    Hierarchy3: B56120
    I tried using KEND for realignment and this does not change anything. Any help, how to proceed with the realignment is appreciated.

    Hi Anusha,
    Did u also update PH level in KES3 - in specific hierarchy variant ? Also would like to know how did u reset the operating concern
    Thanks,
    Samik (SAP MM)

  • TWO Changes In Production System

    Hi , there are two changes in Production system,
    one is there is a report i have to do some modification in PROD,for this have to do in DEV,QA,PROD Respectively , here whether i have to use old request to new one , is this is the right practice or not,
    second in  transfer rules there is a conversion routine , i have to do some modification , How can i do like once again DEV,QA,PROD
    Hope u understand the problem
    With Regards
    MAHI

    Hi,
    Normally we dont have any authorization for changing the objects directly in production.
    You need to make the required changes in Dev and then move to Quality and then to Production. Hence you need to create a new requrest for all the changes you made in Dev and move to Quality and then to Production.
    Hope this helps.
    Regards,
    K.Manikandan.

  • How track changes in production order which is already Read PP master data

    Hi Gurus,
    Due to some unavoidable reason my client has to do Read PP master data time and again, now my client having a requirement that want to see what has been changes in Production Order.
    We already created 1 report for that which tracks whatever has been changed in Production Order but having a constraint in it.  That It could not be able to distinguish to which order READ PP MASTER DATA done.
    So my query is how to map that in report. As sytem Status directly changed to CRTD phase.
    Any table which can track the changes once the order been through with READ PP MASTER DATA?
    As there are huge number of Production Order so we can go and open each order to see the Status changes in each and every order.
    Hope to get a reply soon.
    Regards,
    Sap User

    Hi,
    A suggestion:
    Change the specification as, log changes at each save instead of Read PP Master Data, as the changes would become effective only upon save. So if this is acceptable then 2 options, 1. Go with OCM feature or 2. Refer note - 390635
    Revert if you face any issues.
    Regards,
    Vivek

  • Vendor name is deleted after the approver changes the product category.

    Hello,
    We have implemented workflow WS14000044(Completion by Purchaser) and
    WS14500015(Item-Based Main WF).
    At workflow WS14500015 level, when the approver changes the product
    category, the vendor name is deleted.The previous validation allows the
    PO creation , But the PO is created without vendor.
    Furthermore under transaction process purchase orders 'BBP_POC' the
    purchaser can not access in change mode to the vendor field in order to
    add a vendor.
    How can we give access in change mode to the vendor field for purchaser in transaction 'BBP_POC' ?
    Regards,
    Lina

    Hi,
    Which SRM version are you working on?
    Please see if the foll notes help:
    <b>801591 Source determination after item change</b>
    881346 Vendor incorrectly deleted
    873972 Sources of supply in the shopping cart with catalog items
    908178 Transferring reference: Deleted vendor
    Note 829652 - Completion workflow in shopping cart: Vendor
    789087 Changed product category: Vendor not deleted
    BR,
    Disha.
    <b>Pls reward points for useful answers.</b>

  • Mass change on production order (assembly type) to put deletion flag status

    Dear all,
    I've make a mass change on production orders to settle the status DLFL through the Tcode CO78.
    Some of the production orders  are "assembly order" type. Those could not be up-dated with the DLFL because there are linked to customer order. The customers orders are closed.
    What can I do to change the status for this kind of production orders. It is necessary for me to be able to put the DLFL status in order to improve the process of production closure done each month.

    Hi kiran 
    Thanks for the response. As I cannot put deletion indicator on the Assembly order directly, Do we have to put deletion indicator on the sales order item?. If so, Can we put a deletion indicator after the sales order was delivered and invoiced. What exactly have you guys done to put deletion flag on the production order.

  • Document is being distributed - changes are not possible

    Dear Guru's
    I have an issue when making a quotation transaction. After i saved the quotation transaction, i would like to change the window into edit mode.
    So i have to click the display or change button and then after i click that button, there is an message text   "<b>Document is being distributed - changes are not possible</b>" but after i wait for some minute, system still can not be change. and still appearing a message text "Document is being distributed - changes are not possible"
    Please could u give some information about this issue?

    The order in the CRM system remains in status 'to be distributed'
    because it waits for an answer of the OLTP system that the order has
    been successfully saved.
    The reason could be due to the following:
    1. Check in your system the delta download is active ?  Did you perform
       an initial download of SALESDOCUMENTS ?
       If you check in transaction R3AC4 there must be an entry for
       SALESDOCUMENT to enable a successfull delta download.
       Without a successful initial download of this object, no delta
       download will be performed.  Please refer to the SETUP AND
       DOWNLOAD guide you will find in the service market place
       http://service.sap.com
    2. Check if there are any ABAP Dumps related in OLTP ?  If yes, status
       will always be in distributed as CRM is still waiting for a reply
       from OLTP.
    3. Check your inbound/outbound queues are working.
    The note 490932 will help you to check your dataexchange
    customizing.
    Please, reward points if it helps you.
    Regards, José Ignacio

  • Changing a production order with CLOI_CHANGES_UPL_31

    Hello All,
    I try to change a production order with the function CLOI_CHANGES_UPL_31 with RFC in .Net.
    The header data is working fine, and i can change the date with this function. But if i try to change the position data i got no message back, but the date is not changed. Is there any customizing to do? And what about the Field "METHOD"?
    Best Regards,
    George

    check the SUCC_CODE - suceess code field, is it configured properly?

Maybe you are looking for

  • I think my hdds dieing..........

    So I've been getting these weird random freeze for a while now, and I'm not sure why except that I think my hard drives dieing. These are the errors I get when I run smartctl -l error: Error 67 occurred at disk power-on lifetime: 10042 hours (418 day

  • Is there any way of backing up Apple calendar in OSX Yosemite?

    I want an automated process/script that could run at a certain time of day and could back up my calendar automatically. I found a script that used to do so for iCal in earlier versions of OSX however since now iCal has been updated to Calendar the sc

  • Need flexibility on using Excel as datasource

    I found this tutorial: http://blogs.oracle.com/dataintegration/2010/03/connecting_to_microsoft_excel.html Is it just me or there simply no flexibility if you need to predefine data area (named range) before hand? Most use cases you'd want to automate

  • Fast Refresh using two non-primary key tables

    Hi, I have a materialized view based on two tables with an outer join clause. Both the tables do not have a primary key so I had created materialized view log with row-id on each of them but still I am not able to bring out the fast refresh option fo

  • TWO CURRENCIES IN A SAME RELASE PROCEDURE FOR PO

    HI , MY CLIENT IS OPERATING FROM TWO DIFFERENT COUNTRIES HAVING TWO DIFFERENT CURRENCY CODES AND WANT TO HAVE DIFFERENT VALUE LIMITS FOR RELEASE PROCEDURE . I HAVE ALREADY CREATED A CLASS WITH ONE CURRENCY CODE CHARACTERISTIC, CAN I ADD ONE ANOTHER C