Specific process code for Production order message type LOIPRO

Hello,
Is there any specific process code for Production order message type LOIPRO.
Request you to reply.
Thanks
Prashanth

Hi Prashanth,
sorry for last thread ... that not contain full information ...
For message type LOIPRO you can use process code APLI.
In IDOC PARTNER definition, the partner is linked with an IDOC TYPE and PROCESS CODE for inbound processing. This process code is in turn linked with a FUNCTION MODULE to process the IDoc such as IDOC_INPUT_INVOIC_MRM (Reff..  http://searchsap.techtarget.com/expert/KnowledgebaseAnswer/0,289625,sid21_cid519558,00.html)
Regards,
Amit

Similar Messages

  • PROCESS CODE  FOR  PURCHASE ORDER

    Hi Friends,
        what is the process code for Purchase order...  because  i need to   creating a  partner profile in WE20 in the inbound side.. if iselect  message type   ORDERS menas.. that related.. process code( for purchase order is not  displaying)..
      can  any of you give me the <b>Message type </b> and that related <b>Process code</b> for <b> purchase order</b>..
    thanks
    Babu

    Hi Babu,
        You will find out the all Process Code from WE41 for Outbound & WE42 for Inbound.
    The Process code for ORDERS: Purchase order is ME10 for Outbound and you can find it out the message type for Inbound from WE42.
    If need more info let me know..
    Cheers
    Veera

  • In process Quality for Production orders

    Hi Guys,
    I am facing issues while doing an in process quality for production order.The usage is In process quality,
    can anyone help me to carry out a flow for this usage type.
    What are the necessary settings to be done and also explain the workflow for this inspection type.
    Thanks,
    Krishna

    Hi,
    For in process quality you have to activate "03" type quality in the QM view for the material.
    After creation of the order you have to generate inspection lot and based on the inspection lot you have to do result recording.
    After that you will do the GR followed by usage decision of the inspation lot.
    Hope this will help.Please elaborate the details for further clarification.
    regards,
    kaushik

  • Bapi or FM or tabel or any standard transaction code for Production order linking to get child production orders based on parent production order

    Dear Guru's,
    we have a requirement i.e. user can convert planned orders in to production orders (CO41) based on those production orders we can get Route card( Z Smart form)  presently we are using manual input for that Route card. recently we got requirement for this i.e. make to automatic generation of route card for this requirement we need to get the list of child's production orders based on parent production order
    so as per my requirement i need to get all child part numbers production orders based on parent production order number and quantity i tried in MD4C and CO46 but those transactions codes are picking multiple lines also so for this requirement please give your valuable suggestions
    Regards,
    Venkat 

    Dear Friends,
    Thanks for your reply,
    My business process is MTS purely strategy 10, for route card all components with production orders we can give input as like bellow these production orders are converted from planned orders,between few components are don't have production orders those are F-30 materials,because of this reason i need link for production order to child components orders
    01
    IND1
    IND1
    A1CE2003520103-005
    55685815
    02
    IND1
    IND1
    A1CE2003520103-010
    55685814
    03
    IND1
    IND1
    A1CE2003520103-015
    55685813
    04
    IND1
    IND1
    A1CE2003520103-020
    55685812
    05
    IND1
    IND1
    A1CE2003520103-025
    55685811
    06
    IND1
    IND1
    A1CE2003520103-030
    07
    IND1
    IND1
    A1CE2003520103-035
    55685810

  • IDOC: Process order: Message type LOIPRO

    Hi
    I would like to know here no other way to download LOIPRO idocs as soon as the process order or production order are created/changed.
    Currently i'm using program rcclord and rccltran to create idocs. The problem I see here is that during every execution ALL orders, disregarding of the status (i.e. closed orders as well), will be exported.
    G.
    Message was edited by: Giovanni Baumann

    Hi Baumann,
    You can use the BADI WORKORDER_UPDATE
    I am using this for releasing Process Orders. I hope this will help you..
    *Appending the Selection Screen fields.
    *Process Order
      s_rspar-selname = c_selnam1.
      s_rspar-kind    = c_kind.
      s_rspar-sign    = c_sign.
      s_rspar-option  = c_option.
      s_rspar-low     = im_ord_header-aufnr.
      APPEND s_rspar TO t_rspar_tab.
    *Material Number
      s_rspar-selname = c_selnam2.
      s_rspar-kind    = c_kind.
      s_rspar-sign    = c_sign.
      s_rspar-option  = c_option.
      s_rspar-low     = im_ord_header-matnr.
      APPEND s_rspar TO t_rspar_tab.
    *Planning plant
      s_rspar-selname = c_selnam3.
      s_rspar-kind    = c_kind.
      s_rspar-sign    = c_sign.
      s_rspar-option  = c_option.
      s_rspar-low     = im_ord_header-werks.
      APPEND s_rspar TO t_rspar_tab.
    *Order category
      s_rspar-selname = c_selnam4.
      s_rspar-kind    = c_kindp.
      s_rspar-low     = im_ord_header-autyp.
      APPEND s_rspar TO t_rspar_tab.
    *MRP controller
      s_rspar-selname = c_selnam5.
      s_rspar-kind    = c_kind.
      s_rspar-sign    = c_sign.
      s_rspar-option  = c_option.
      s_rspar-low     = im_ord_header-dispo.
      APPEND s_rspar TO t_rspar_tab.
    *Logical System
      SELECT  SINGLE rcvprn INTO v_opt_sys FROM edp13 "#EC *
       WHERE  rcvprt = c_rcvtype AND mestyp = c_messageid.
      s_rspar-selname = c_selnam6.
      s_rspar-kind    = c_kindp.
      s_rspar-low     = v_opt_sys.
      APPEND s_rspar TO t_rspar_tab.
    *Message Type
      s_rspar-selname = c_selnam7.
      s_rspar-kind    = c_kindp.
      s_rspar-low     = c_mesageid.
      APPEND s_rspar TO t_rspar_tab.
    *This statement will submit the programme RCCLORD using the table RSPARMS
    *which holds the fields to be filled in the selection screen for RCCLORD and return
      SUBMIT rcclord USING SELECTION-SCREEN 1000
                     WITH SELECTION-TABLE t_rspar_tab
                     AND RETURN.
    Cheers
    Prasad

  • Outbound IDOC for sales order: message type, function module ?

    Hi all,
    is there a possibility to send out sales order data with an outbound IDOC (like sending an purchase order out with ORDERS.ORDERS05)
    I've looked in WE20, for application V1 there are process codes like SD01, SD04, ... but the function modules behind are no existing on our system (release 500)
    can anybody give me an little hint?
    Thank you very much
    best regards Hans

    Hi George,
    for every process code there is a function module attached you can see in WE41(t-code)..
    double click on the Process code you will able to see the Function Module attached to Process code..
    and also you can check it out in WE57 (t-code) link between the Function module and Message type and Idoc type..
    Process code      SD01                                               
    Description       ORDRSP: Order acknowledgment, ORD_ID01 (SD_ORDRSP) 
    Function module   SD_EDI_ORDRSP_ORD_ID01                             
    Process code      SD04                                               
    Description       DESADV: Shipping notif. with DES_ID01 (SD_DESADV)  
    Function module   SD_EDI_DESADV_DES_ID01    
    regards,
    Prabhudas

  • Pl correct SP code for production order

    hi all,
    To block production order from being closed
    when completed qty < planned qty/all child items are not issued to production using Stored procedure ?
    Kindly correct below SP Code.
    set ANSI_NULLS ON
    set QUOTED_IDENTIFIER ON
    go
    ALTER proc [dbo].[SBO_SP_TransactionNotification]
    @object_type nvarchar(25),                     -- SBO Object Type
    @transaction_type nchar(1),     -- [A]dd, <u>pdate, [D]elete, [C]ancel, C[L]ose
    @num_of_cols_in_key int,
    @list_of_key_cols_tab_del nvarchar(255)= Status,
    @list_of_cols_val_tab_del nvarchar(255)
    AS
    begin
    -- Return values
    declare @error  int                    -- Result (0 for no error)
    declare @error_message nvarchar (200) -- Error string to be displayed
    select @error = 0
    select @error_message = N'Ok'
    IF (@object_type = '202' AND @transaction_type= 'U' AND @list_of_key_cols_tab_del = u2018Lu2019)
    BEGIN
    IF EXISTS (SELECT DocNum FROM [dbo].[OWOR] WHERE (Compltqty < Plannedqty )
    BEGIN
    SELECT @error =1, @error_message = 'Production Order canu2019t be Closed,It is Incomplete / Send remaining Qty to Rejectedu2019
    END
    END
    select @error, @error_message
    END
    Thanks
    Jeyakanthan

    Closing this thread.

  • System Variable or Process code for Sales Order create/Change

    Hi All,
          I have a wriiten custom routine (routine no 901) for Pricing in VOFM.Now the thing is the code is written in such a way that, the routine will be called only for transaction VA01 and VA02.But If i want the routine(901) to be executed also through BAPI_SALESORDER_CREATEFROMDAT2 and BAPI_SALESORDER_CHANGE ,then what system parameter i should check in my routine.
    Currently the code is like this.
    form frm_kondi_wert_901.
    Check sy-tocde = 'VA01'  or sy-tcode = 'VA02'.
    *Process further'....
    Endform.
    I would appreciate for the valuable input....
    Thanks,
    Vigneswaran S

    Awesome stuff sudhir..It is really a great logic to use..Thanks for ur help..
    This is for future generation...
    One Note:The field symbol should be declared as type any instead of "standard table".Because the T181 is used as global workarea(strucuture) in SAPMV45A program rather than internal table.
    Here you go the modified code.
    FIELD-SYMBOLS:<fs_t180> TYPE any .
      DATA:wa_t180 TYPE t180,
           c_t180(15) TYPE c VALUE '(SAPMV45A)T180'.
      ASSIGN (c_t180) to <fs_t180>.
       wa_t180 = <fs_t180>.
    If wa_t180-tcode = 'VA01' or  wa_t180-tcode = 'VA02'.
    Endif.
    Thanks,
    Vigneswaran S

  • Finding T-code for production order

    Dear All
    I am having 1000 production order. Now i want to find out the T-code with which these orders are created. Please guide
    Regards
    Amit Parkhi

    Hi,
    Please check with Table AFPO & planned order ,sale order number
    Copy the Production order Numbers  to AFPO table Using multiple option.
    if it would have created from C001 = Planned Order field is Blank
    from Md04 =  u can see the planned order
    from C007 =  u can see the sale order/WBS element Number.
    Hope this solve your problem. if yes reward and close the Thread.
    Pradeep

  • Post to SL In-process insp. for production order

    Dear All,
    Please advise me how i can post defect (Scrap) into storage location during the In-process insp.
    As you know during the inspection you find defect quantity during production operation , some of this can be defect for raw material and some for semifinished material
    Please let me know how i can post to storage location ?
    Regards
    Rami

    Hi,
    Please note that i need to do this through Quality inspection lot, like the others inspection lot 01, 04
    This SL can be under Quality Control people and he can transfer the inspected quantity after that
    note also i can't transfer any quantity to any SL as i'm not Inventory clerk who responsible for this SL
    Thanks
    Rami

  • IDOC Message Type LOIPRO (Production order)

    Hi All,
             How I can setup Process code for inbound Production order (Message Type LOIPRO)
    I receive idoc file from external SAP system I try to use "BAPP" , "ABI_AIDN_IN" , "APLI" it not work for
    this message type. Idoc error message "Function module not allowed: APPL_IDOC_INPUTI"
    Regards,

    It should go with BAPI..have you tried that?

  • IDoc Configuration for Production Order Creation and Change

    Hi All,
    Please Help me out for IDoc Configuration for Production Order Creation and Change
    I have found the IDoc for Production Order
    Messgae Type : LOIPRO and IDoc type : LOIPRO01
    Actually my requirment is to send the (LOIPRO01 )IDoc from SAP R/3 to XI system ,when ever the Production Order Created and Changed,
    I have done following Configurations:
    1. RFC Destination created for XI system
    2. PORT was created for XI
    3. Partner profile created WE20 and LOIPRO01 IDoc is added in OutBound Perameter.
    I need to know how to do the followning.
    1. How do i configure the outbound Production order idocs when Production Order is created or changed.
    2. in NACE (Output control) which is the Application for Production Order.
    3. How can I set IDoc as output Type for Production Order Creation.
    Thanks in advance
    Dhanabal T

    Hi Michal,
    I know that it is the old thread but still want to get clarified from you out of curiosity.
    Unlike other IDOC, i actiavated change pointers for LOIPRO
    1.message and idoc type is linked
    2.function module , message type , idoc type is linked
    function module used is CLOI_MASTERIDOC_CREATE_LOIPRO
    3.BD64, distribution model is created and distributed
    4. port and partner profile is in place.
    5. IDOC is not getting generated after creating the process order.
    do we need to activate the change documents for the message type in BD52,
    if yes can you please provide the object types for the same.
    or i am missing something else. please guide me in this regards.
    Thanks in advance for your time.
    S.Janagar

  • Process Code for Outbound Idoc

    Hi All,
    We need to find out the Process Code for an Idoc.
    Note : We dont have access to WE41, WE20 ,BD51.
    Could you please suggest any alternatives.
    Thanks,
    Sanjeet

    Hi Gautham,
    Thanks for ur reply.
    But still we hv not *** to the solution.
    We have available information as following:
    Basic Type : DESADV01
    Extension Type : EXTDES03
    Message type : DESADV
    Partner NUmber : XXXXXX
    Partner Type : KU
    I checked in Table TMSG1 and i got more than one similar process codes for the same message type.
    Actually I have the generated Idoc number and we are trying to reach to the FM which populates the Idoc segments.
    So if we get the process code, we can reach to FM.
    Thanks,
    Sanjeet

  • Process code for 869(EDI ) Order Status Inquiry Message type.

    Hi Gurus,
                       Please can any one help in providing Process Code for 869 Order Status Inquiry Message type.
    Thanks,
    Sudhakar

    Hi Everybody.
    There's no standard process code for LOIPRO Outbound Idocs.
    This Idocs are threated as master data info, and could only be automatically generated by Data Distribution Model.
    BD64.
    Anyway, you can define your own Outbound Process Code in WE41 using CLOI_MASTERIDOC_CREATE_LOIPRO FM.
    You can choose.
    Regards.
    Albert.

  • Process codes for Idoc types

    Hi All,
    Can you please send me the process codes for the following IDOC types as I could not find them in WE64. Also let me know how did you found out.
    IDOC types are:
    1) INTERNAL_ORDER_CREATE01
    2) PROFITCENTER_CREATE01
    3) COSTCENTERGROUP_CREATE01
    Urgent help is really appreciated.
    Regards,
    Shahu

    Hi,
    1) INTERNAL_ORDER_CREATE01
               Please clarify for which order you are using this.
    2) PROFITCENTER_CREATE01 -
               PRCM (PRCMAS)
    3) COSTCENTERGROUP_CREATE01
               COSM (COSMAS)
    Reward points if useful.
    Regards,
    Atish

Maybe you are looking for

  • ITunes detects iPhone, but doesn't sync

    Hello everyone, Excuse my bad english. I've an issue with my iPhone 4S and iTunes (11.4) iTunes detects the iPhone, it shows the usage-bar, but the "sync" button is unclickable. I can see what's on my phone, re-arrange springboard icons and folders,

  • APs using different channels for the same SSID

    Hi, This might be a stupid question, but I am wondering why my Aironet 1602i and 2602i access points connected to the same controller would use different channels for the same network. Would this be to avoid interference? If so, I am planning to put

  • Different version between Indesign and Incopy?

    It ispossible to use different versions of both programs?? I have and use Indesign CS2 for windows for a newsletter and I have Incopy CS4 for mac for a printing facility Is this possible? Thank´s in advance

  • Best Replacement AC Adapter?

    Why-oh-why does Apple refuse to make a better adaptor for their laptops? I know they could do it if they just put their minds to it. Another sad AC adaptor is looking like it is going to fail me soon. I am now only allowing it to be used when I am ri

  • Identifying same values that existed previously (last month)?

    I am creating an OBIEE usage report and need help with a complex Column Formula. I want to identify returning users, that logged in this month AND last month. This logic might be something like: CASE WHEN User ID exists in Current Month = User ID tha