Creation of Process code for output type

Hi,
Could someone help me out in defining processcodes for output types.
Thanks in advance,
Yaseen

Hi Yaseen,
The Tr.code WE41 and WE42 are also used for maintaining process codes.
To maintain process codes in WE41 or WE42, Go to these Tr.Codes and Click on the Change button. Then click on "new entries" button to create your new process code.
FYI, Outbound process codes are stored in SAP Table TEDE1 and inbound process codes are stored in SAP Table TEDE2.
Hope this helps.
Rgds,
Sam Raju
Message was edited by: Sam Raju

Similar Messages

  • What is the process code for message type FIXEDASSET_CREATE?

    Hi all
    please tell me that what is the process code for
    MESSGAE TYPE = FIXEDASSEt_CREATE,
    FUNCTION MODULE = IDOC_INPUT_FIXEDASSET_CREATE,
    BASIC TYPE = FIXEDASSET_CREATE01 ?
    thanx in advance.......
    Edited by: Prachi Sharma on Jan 11, 2008 7:45 AM
    Edited by: Prachi Sharma on Jan 11, 2008 8:03 AM

    Hi,
    Check the Tcodes WE41 and WE42 for Outbound and Inbound process codes
    Check below Tables as well
    EDE1T
    EDE2T
    EDE5T
    EDE6T
    TEDE5
    TEDE6
    Regards,
    Satish

  • What is the process code for Message type FUNDMA

    Hi,
    I am sending CO elements to the distributed server using ALE. Can somebody tell me what is the process code for the message type FUNDMA?
    Thanks
    William

    Check entries of table VEDI_TMSG1. This contains Message types and associated Process codes.
    Hope this helps.
    ashish

  • 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

  • Process codes for message types IORDER and INOTIF

    Hi All,
    I need to know the process code for above message types.
    I could not get specific process code in WE64.
    Regards,
    Shahu

    Hi,
    Try searching in WE42.
    This is what i found we64 (same for both message types):
    ABI_AIDN_IN
    ED00
    ED00_XML
    ED08
    Good luck! Reward if helpful.
    Message was edited by:
            John Damion

  • Process Code for Message Type LOIPRO(in ALE/IDOCS)

    Hi all,
            I have to implement Production order Interface(create Production order,change Production order etc).The requirement is for eg:,I created one production order and posted it;it should get reflected in the recieving system.Does anyone know the process code for LOIPRO.I checked it in we42,WE64 and even the tables TEDE1 and TEDE2.But its not available.Process code and function module is necessary to continue with WE20.
    Thanking you in advance,
    anjaly

    Hi
    it may sound like not good news, but I think the answer is described in OSS Note 198252 - Special features of POI message category LOI*.
    There all LOI* idocs are mentioned and then they say:
    The message categories named are part of the POI (Production Optimization interface) interface.This interface and the message categories contained in it were developed for the transfer to non-R/3 systems.Therefore, an inbound processing in the R/3 system is not planned.The message categories are transferred via separate transactions / reports of the POI interface (Transactions POIM, POIT).Functions which exceed these transactions are not supported.For this reason, the above-mentioned ALE functions cannot be used for the message categories described.
    So, in short, there is no inbound process code for LOIPRO.
    Inbound processing then should be done through self-developed programs / idocs, calling BAPI-s (for example).
    Regards,
    Joe
    Edited by: Joseph Yasman on Jun 30, 2009 1:46 PM

  • Associating process code with output type ?

    How to associate a process code with an output type ?

    How to associate a process code with an output type ?

  • No processing log for outbound delivery for output type

    Dear Gurus,
    I want to see processing log for output type for outbound delivery .
    But when i click processing log push button for output type for outbound  delivey  , one error is comming as 'NO PROCESSING LOG FOR OUTPUT TYPE'.
    Could you please let me the reason ?
    Edited by: susheelkodam on Sep 9, 2010 10:33 AM

    Hi,
    What transaction are you running when you press the [Output log] button?  If you're in the create transaction, then I think the output log should be available but if you subsequently go in to VL02N and press the Log button, the I don't think the log is available.
    Regards,   Andy

  • What is the Process code for IDoc SISCSO01

    Hi all,
    I am using 4.6c version.
    I am going for an outbound IDoc SISCSO01 for sales Order confirmation.
    I want the process code (we41) which suits this IDoc SISCSO01.
    Can you please help to get the process code so that my IDoc can be sent succesfully.
    Best Regards,
    Gangolu

    Hi Gangolu,
    I don't think there is an outbound process code for IDoc type SISCSO01.
    But you can generate the IDoc with this FM <b>MCV_STATISTICS_ALE_OUT_ORDER</b>. But you still need to setup partner profile, distribution model and etc.
    Hope this will help.
    Regards,
    Ferry Lianto
    Please reward points if helpful.

  • Process code for project

    Hii ,
    I was just wondering if there was an inbound process code for message type PROJECT . I am trying to generate a inbound partner profile for message type PROJECT and idoc type PROJECT01 . I am not sure what process code should i use . Please tell me
    thank you

    Hi,
    The process code to use with Project/Project01 is 'BAPI' as the interface is based on a Bapi concept.
    Regards
    JF

  • Processing of Sales order output type BA00 processes another Z output type for acknowledgement.

    Hi Friends,
    I am facing below mentioned issue and request your suggestion to solve it
    Via processing of sales order output type BA00 another Z output type is processed and acknowledgment is sent to SAP inbox( sost).
    This is working incase of manual addition of BA00 output type and via standard program " sd70av1a", but this functionality is not working when i am calling this standard program in a Z report via batch job.     
    with the below code-
    DATA: name TYPE tbtcjob-jobname.
             DATA: number  TYPE tbtcjob-jobcount.
             DATA: print_parameters TYPE pri_params.
             name = 'ORDER_PRINTING'.
             CLEAR: range1.
    *REFRESH: range.
             range1-sign = 'I'.
             range1-option = 'EQ'.
             range1-low = 'BA00'.
    *        range1-high = 'ZBA1'.
             APPEND range1 TO range.
             CALL FUNCTION 'JOB_OPEN'
               EXPORTING
                 jobname          = name
               IMPORTING
                 jobcount         = number
               EXCEPTIONS
                 cant_create_job  = 1
                 invalid_job_data = 2
                 jobname_missing  = 3
                 OTHERS           = 4.
             IF sy-subrc = 0.
               SUBMIT sd70av1a WITH  rg_kschl IN range
                               WITH  rg_vbeln IN order_tab
                               TO SAP-SPOOL
                               SPOOL PARAMETERS print_parameters
                               WITHOUT SPOOL DYNPRO
                               VIA JOB name NUMBER number
                               AND RETURN.
               IF sy-subrc = 0.
                 CALL FUNCTION 'JOB_CLOSE'
                   EXPORTING
                     jobcount             = number
                     jobname              = name
                     strtimmed            = 'X'
                   EXCEPTIONS
                     cant_start_immediate = 1
                     invalid_startdate    = 2
                     jobname_missing      = 3
                     job_close_failed     = 4
                     job_nosteps          = 5
                     job_notex            = 6
                     lock_failed          = 7
                     OTHERS               = 8.
                 IF sy-subrc <> 0.
                 ENDIF.
               ENDIF.
             ENDIF.
           ENDIF.
    In this case only BA00 is getting processed but Z output type created for sending acknowledgment is not triggered.
    Please suggest how can i achieve the required functionality.
    Thanks,
    Surya

    Solved myself..
    Thanks.
    Br,
    Surya

  • Process code for IDOC Output from MIRO

    Hi,
    We need to find the Process code for IDOC output to assign Output type in ECC. We need the IDOC output to some other system like PR while doing the invoice Posting (Transaction code MIRO). We tried Using process code SD09 for the IDOC with IDOC Type INVOIC02. In SD09 we are getting error (Update terminated) when we trigger the output while saving in MIRO transaction.
    Further we understand that process code SD09 is used for SD billing and Invoice process.
    We need your help in
    1.      getting the correct process code for the IDOC generation for Invoice posting thru MIRO.
    2.      If we need to configure one process code, let me know the correct function module for the same.  
    Please Note, we need this as Output Idoc from Invoice Posting MM (MIRO).

    Hi Shankar,
    Thanks for quick for reply. We have tested this process code with IDoc type - GSVERF03 and message type - GSVERF. It worked for us for MIRO transaction.
    we are testing with IDoc type INVOIC02.
    once again thanks for sharing the process code.
    Regards,
    Brahma

  • 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.

  • Required Outbound Process Code for MessageType LOIPRO (Basic type-LOIPRO01)

    Hi EDI Gurus,
    I need to know the outbound Process Code for MessageType LOIPRO (Basic type-LOIPRO01).

    Hi,
    there is no process code for MessageType LOIPRO .
    check the below link u will get the clear idea.
    Re: Process Code for Outbound Production Order??
    Reward if helpful.
    Regards,
    Nagaraj

  • Please provide the Message type ,IDOC TYPE , PROCESS CODE for Edi 990 ,214

    Hi friends,
    Please provide the Message type ,IDOC TYPE , PROCESS CODE for Edi 990 (Response to a Load Tender)., 214 (Shipment Status )
    For shipement status i got trxstc01 for idoc type .. but its only before 4.6 version ..for 4.7 its not there .. please give the alternate for that ...
    Thanks in Advance ....
    If any one is provide exact answer i will give Max marks ..
    Edited by: ajay KOLLA on Aug 6, 2009 8:04 AM

    Hi,
    Have you resolved this issue. If yes, can you please let me know. Im actually looking for same for EDI 867 (guess it is for summary report and need to know message type, Idoc type associated with this).
    Rgds
    Sudhanshu

Maybe you are looking for

  • How to get the select * from emp table output on the console  using java

    public class software {       * @param args      static final String JDBC_DRIVER = "oracle.jdbc.driver.OracleDriver";      static final String DATABASE_URL = "jdbc:oracle:abc";      private static Connection connection;      private static Statement

  • Is it possible to get the output of a text container into Spool..?

    Hi I am trying to write a report for a standard transaction(SM65) in BDC and run thru background job so as to get the output in to Spool. Right now I am facing an issue to get the SM65(text container) tcode output into spool. FYI..I am using "CALL TR

  • In photoshop CS5 i get Preferences cannot be saved because the file is locked

    Hi my photoshop doesn't remember my preferences or anything (like previously opened files) since i upgraded my operating system, i get this message each time i quit: "Could not save Preferences because the file is locked or you do not have the necess

  • Hard drive enclosure

    Hi, I bought a Eaglebit- Writebox external hard drive enclosure to house my old iBook G3 40 GB hard drive. I'm fairly confident I assembled it properly, but I can't see to get my MacBook (original black model) to recognize it. It doesn't show up in D

  • Dual Layer Burner

    Tried the Plextor 750UX with DVD Studio Pro 4. First layer burns fine, second layer consistently has a few corrupted files; therefore doesn't work. Use Memorex DVD+R for media. Called Plextor, they said the 750UX does not work well with DVD Studio Pr