Question on Process codes and FMs ... Please read.

Hi all,
Could you please give me a list of the major IDocs (message types) and the associated Process codes and the Standard Function Modules? eg for ORDERS the process code is ORDE and the FM is IDOC_INPUT_ORDERS
Thanks a lot,
Charles.

why dont you use tr code we42,  and we41 to see the process codes.
if you are interested to see the process codes and mesage types which are used (configured for partner profiles) in ur company, use table edp12, edp01 etc..
Edited by: Sujamol Augustine on Apr 16, 2008 7:20 PM

Similar Messages

  • Custom process code and FM for custom IDoc...

    Hello Experts,
    I created a custom IDoc based from ARTMAS05 IDoc. This is because we only need 3 segments and
    the standard idoc(Artmas05) contains so many segments that we need.
    Now, will I create a custom process code and FM for this? how do I go about this?
    Thank you guys and take care!

    Hello,
                 Here are the Steps that we need to be following while creating a Custom Process Code with Custom Function Module. ( Since the Segments to be handled are very Less, I am recommending that you go for a Custom Function Module).
    1. Go to SE37 Create a Function Module. Please ensure to Create it with the IMPORT / EXPORT /TABLES parameters exactly in the way that they exist in any Standard SAP Inbound FM (Refer to IDOC_INPUT_ORDERS for example).
    2. Once our FM is Ready (Need not be Complete with the Code to go ahead with the Process Code Creation) and Active, the next Step is to Create an Entry in the Transaction Code BD51 where we will register the Function Module.
    3. Next, we'll have to go to T-Code WE57 where we'll have to make an entry for the Function Module with the IDoc Type & Message Type.
    4. Finally, go to WE42 and Create a New Process Code and assign the Function Module and the Message Type.
    NOTE 1 : The Process Code is, as we know, Client Dependent. So, once you create a Process Code, we need to have it migrated to the Testing Environment to Start & Carry Out Testing.
    NOTE 2: If Step 2 & 3 are missing, then we'll not be able to assign the Function Module in WE42 while Creating Process Code.
    Hope it was helpful.
    Thanks and Regards,
    Venkata Phani Prasad K

  • I am having trouble printing I have a connection to my printer wirelessly but does not print out the correct page I want.When I do print I get a bunch of pages more than is needed and also get a code and symbols please help I am jammed at work

    I am having trouble printing I have a connection to my printer wirelessly but does not print out the correct page I want.When I do print I get a bunch of pages more than is needed and also get a code and symbols please help I am jammed at work

    This can be the result of selecting the wrong driver. An older, unsupported laser printer will sometimes work with the generic Postscript driver.

  • Processing code and Function Module  for IDOC

    hi forum,
    i m trying to make a file to IDOC scenario,
    the IDOC is being sent to a R/3 system,
    for the purpose, in R/3 i need to make a inbound processing code, can u tell me how to make a processing code and link it with a Function Module.......
    can u guide me....

    sudheer,
    If you are using standard idoc then you do not need to create new processing code.
    There would be standard processing code available. You need to set input partner profile with processing code.
    Let us know which idoc type you are using for inbound posting.
    Anyway..TC for Creating  processing code is : WE41(Outbound)  and WE42 (Inbound)
    Nilesh

  • HT201209 I have scratched off my Itunes code and now cannot read 2 of the digits.  Is there a way to get it using the Card#?

    I have scratched off my Itunes code and now cannot read 2 of the digits.  Is there a way to get it using the Card#?

    If this page doesn't help then you will need to try contacting iTunes Support (you will probably need to give them images of the front and back of the card, and possibly its receipt) : http://www.apple.com/support/itunes/contact/ - click on Contact iTunes Store Support on the right-hand side of the page, then iTunes Cards And Codes

  • How can we know perticular rfc is connected to process code and subprocess

    Hi all,
    we are integrating plm system to SAP ERP system(ecc). Plm system is connected to sap through sap CAD INTERFACE. In the cad interface they are configured process codes(5 chatecters length for identifying application like BOMCN for BOM) and subprocess codes(2 characters length for crete , delete e.t.c).
    These functions call dialog rfc interface like BOM_CREATE_BILL_OF_ MATERIAL. My question is how these process codes are calling RFC's and these are dialog rfc's how we can run in backgroung procesing. I will appreciate for early reply.

    Hi Prasad,
    -Inbound IDOC Development-
    Create Idoc segments (WE31)
    Create Idoc (WE30)
    Create message type (WE81)
    Assign Message type to Idoc type (WE82)
    Develop posting program.
    Configure the function to handle one or more idocs in the same call (BD51)
    Assign function module to Idoc and message type (WE57)
    Create inbound process code (WE42)
    Add message type to inbound parameters for partner (WE20)
    -Outbound IDOC Development-
    Create Idoc segments (WE31)
    Create Idoc (WE30)
    Create message type (WE81)
    Assign Message type to Idoc type (WE82)
    Develop posting program.
    Configure the function to handle one or more idocs in the same call (BD51)
    Assign function module to Idoc and message type (WE57)
    Create inbound process code (WE41)
    Add message type to inbound parameters for partner (WE20)
    Regards,
    Prabhudas

  • From which table could i get the process code and corresponding FM.

    Thanks!

    TMSG1 Logical Messages and Process Codes in Outb. Procg
    TMSG2 Logical Messages and Process Codes in Inb. Procg
    Also check other tables :
    TEDE and TEDE1
    Another table to look at is EDIFCT. It contains the link between message type and processing function module.
    Thanks
    Seshu

  • PO invoice through IDOC --Need Standard Process code and Message Type

    Hi All,
    could any one send me SAP Standard Message type and SAP Standard process code for posting Vendor PO invoice.
    Thanks
    Raghu

    Hello,
    Standard Message type: INVOIC, Process Code: INVL, IDOC type INVOIC02.
    Thanks,
    Venu

  • BDC or BAPI for me01 and me02 please read the requirement below

    Hi Experts
    I am having one requirement ,that
    I need to write a BDC program for Source list
    My alt file is having 3 filed with
    matnr werks lifnr
    if the material no and werks are same and the lifnr is not existing then it has to add the new vendor with the material and werks to the source list
    if matnr  werks and lifnr are not existing then need to create a new source list
    flat file
    10000001 4200 0230000000
    10000001 4200 0230000000
    10000001 4200 0230000000
    10000001 4200 0230000001
    10000002 4210 0230000002
    see in this flat file I'm having two diffrent vendors
    suppose in eord table existing
    matnr , werks,lifnr
    10000001   4200 0230000000
    so nw it has to check for whether vendor is existing or not if existing nothing to do if not then it has to add the new vendor
    if matnr werks and lifnr or not existing then it has to create new source list       
    means create the vendor
    Is there any BAPI or any sample prog is thr    please provide me
    WILL GIVE YOU POINTS IMMEDIATELY
    Thanks in advance

    Hi
    You can search in SDN for regarding Table Control and also go through the below links:
    Here are some of the links
    Re: Handling The Table Control while working with BDC
    Re: how do we handle BDC table control
    Re: how to create bdc with table control
    Regards,
    Vishwa.

  • About interface and class[Please read this]

    I writing what I found out:
    myinterface.java
    interface myinterface
    class A
    A()
    {System.out.println("A()
    of interface");}
    A.java
    class A implements
    myinterface
    A(){System.out.println("A()
    of A.java");}
    public static void main
    (String args[])
    A a=new A();
    //this calls A() of interface
    //myinterface.java
    //how come the output of
    // this code is like this

    how come this is possible?Well, it had to pick one or the other, since they
    have the same symbol name. Why are you choosing to
    make up goofy names that collide in the first place?
    If you want to explicitly use one or the other, you
    need to also choose a package name, and fully-qualify
    the class name that you are trying to instantiate.For example:
    package test;
    interface MyInterface // renamed to follow standard naming convention
      class A
        A() { System.out.println("A() of interface"); }
    class A implements MyInterface
      A() {System.out.println("A() of A.java"); }
      public static void main(String args[])
        test.A a = new test.A(); // prints A() of A.java
        MyInterface.A a1 = new MyInterface.A(); // prints the other one
    }

  • Updating and stuff. please read

    Right....
    I have an iphone 3gs and its registered with my imac....
    My friend also has one, but doesnt own a computer to use with his phone. When he started it he did it at someone elses house on his computer, but he never goes there.
    We need to update the software cos theres a problem with safari, and ideally he could back up his stuff on my imac.
    How can this be done???
    THANKS

    Q. 1: No. Maximum supported RAM is 4 GBs.
    Q. 2: Yes, you can replace the hard drive. There are already 160 and 200 GB 7200 RPM drives available and 250 GB 5400 RPM drives available.
    However, you don't need to replace the hard drive. You can simply get external storage (up to 2 TBs currently) that connects via Firewire. You can store your video files on the external drive to save space. Your editing software will not use up that much of a 160 or 200 GB drive.

  • Question on Processing, Building, and Shipping

    Hello, I just ordered a Lenovo Z50 Laptop (Model 59436278, Preset) and I was wondering how long it will take. I have seen people complain how their custom made ones took over a month to deliver. I actually seen one that took 6 months. But for a preset, unpopular model, I was wondering how long it would take to build and ship. Delivery time I am not working about. I am hoping I will get it before April 16th.

    As Hemant indicated the correct answer would be
    >
    (a) II and IV.
    >
    See Instance Recovery Phases in the Database Concepts doc
    http://docs.oracle.com/cd/E11882_01/server.112/e16508/startup.htm#CEGCHJGF
    >
    Instance Recovery Phases
    The first phase of instance recovery is called cache recovery or rolling forward, and involves reapplying all of the changes recorded in the online redo log to the data files. Because rollback data is recorded in the online redo log, rolling forward also regenerates the corresponding undo segments.
    Rolling forward proceeds through as many online redo log files as necessary to bring the database forward in time. After rolling forward, the data blocks contain all committed changes recorded in the online redo log files. These files could also contain uncommitted changes that were either saved to the data files before the failure, or were recorded in the online redo log and introduced during cache recovery.
    After the roll forward, any changes that were not committed must be undone. Oracle Database uses the checkpoint position, which guarantees that every committed change with an SCN lower than the checkpoint SCN is saved on disk. Oracle Database applies undo blocks to roll back uncommitted changes in data blocks that were written before the failure or introduced during cache recovery. This phase is called rolling back or transaction recovery.

  • A question before buy movie and music, please help.

    Hi, I've just created itunes account and planing to buy some music and movie.
    But I've got my worries so before I buy I want to make sure. I'm sorry if someone has already ask them.
    1. If I buy music from itunes can I play it on my Nokia phone? I have Nokia N8 and C7. And if I can, how do I do that.
    2. If I buy movie from itunes can I play it with Media Player Classic? I don't feel comfortable playing with itunes.
    3. Can I back up or copy the movie and music I buy from itunes and have been download to my windows pc to my hardisk?
    Thank you for your response

    1. If I buy music from itunes can I play it on my Nokia phone? I have Nokia N8 and C7. And if I can, how do I do that.
    Yes you can. You just CANNOT sync with iTunes. You can either use Windows Media Player to sync OR manually drag and drop into your phone. I strongly recommend letting Windows Media Player sync it to your phone, it will convert the music format compatible for a Nokia.
    2. If I buy movie from itunes can I play it with Media Player Classic? I don't feel comfortable playing with itunes.
    If Media Player Classic supports the proper format for iTunes movies, yes you can. You don't have to use iTunes to watch the movie, after downloading iTunes, it also downloads Quicktime Player of which you can use to watch iTunes movies.
    3. Can I back up or copy the movie and music I buy from itunes and have been download to my windows pc to my hardisk?
    You can use a harddisk, USB flash drive, any iDevice to hold all you music and videos. As long as you have enough memory on any of the devices I told.
    Hope all this info. helps. Good luck.
    Message was edited by: keeferaf

  • NEW findings on the MS Remote Desktop issues for iOS and MacOS, please read Microsoft

    Hi there,
    Yesterday morning, I posted this topic: http://tinyurl.com/kohtjnm
    Since then, new findings has brought some light on the issue. As stated in that last topic, I work for a software company that uses RDP as a clouding solution. Our customers using iPads were no longer able to connect since September while users with Windows
    and Android were working fine. We figured that MacOS users didn't have problems either until one of them called us yesterday.
    On tablets, we assist the customer to configure a single connection since it's usually not their main methods of working, but on MacOS, we configure 2 connections, two different domain names leading to the same server, this is in case one of the domain provider
    is down like it happened in the past. The first domain is with Network Solutions while the 2nd domain is with GoDaddy.com Canada. With the MacOS user who called us yesterday, we found out that the 1st address (Network Solutions) didn't work but the 2nd address
    (GoDaddy) did work. At first, we thought that the problem was with her Mac since no other Mac customer called us. Later that day, we had a new customer with a Mac and after setting him up, I had the same issue, the Network Solution address didn't work either.
    After I was done with the Mac customer, I quickly grabbed our iPad and set-up MS Remote Desktop with our 2nd domain address (GoDaddy) and it worked!!! The problem is that somehow, your
    latest program update is no longer compatible with every domain name address, it has nothing to do with gateways since both domain names have a gateway address from the respective provider.
    So to recap, everything is cool with Windows and Android, the problem is the version 8 of your program for Apple products, it's not compatible with every domain name, something's jamming the connections, it's up to you to figure out what. 
    Thank you

    Hi,
    Thanks for your feedback, I will forward your concern to the product group.
    Regards.
    Dharmesh Solanki
    TechNet Community Support

  • Bind message type and process code

    Hi everyone,
    I want to bind one message type with two procee code,How can I do this?Thanks in advance!
    Best Regars,
    Yu

    Hi ,
          goto to transaction we41 if outbound process code ,go to respective process code or create ur own process code and add message type .
    goto to transaction we42 if inbound process code ,go to respective process code or create ur own process code and add message type .
    But when you add this message type in the partner profile or distribution model then i think it will give an option.
    Please reward if useful.

Maybe you are looking for

  • How to stop syncing notes from iphone to ipad????

    Everytime I change something on my notes app on my iphone, it will do the same thing to my ipad. I had deleted a note on my ipad and the same note was deleted on my phone, which I did not want to happen. I want to be able to stop it from syncing toge

  • Can i transfer music from one i pod to another?

    my i tunes disapeared from my computer, so all my music is gone. im upgrading from a 30gb to a 60bb and was wondering if i can transfer my music from the 30 to the 60. any info would be great

  • Why customer exit variable to grab the current month value doesn't work?

    In CMOD, input the following code to grab the current month value from the system date: Grab the month value with System Date WHEN 'CURMONTH'.     CLEAR l_s_range.     l_s_range-low = SY-DATUM+4(2).     l_s_range-sign = 'I'.     l_s_range-opt = 'EQ'.

  • Open eps files in Photoshop

    Is it possible to avoid the dialog box 'Rasterize Generic EPS format' while opening eps file in Photoshop. I wanted to run the batch process on a set of eps files for converting to GIF. Whenver the eps file is opened this dialog box appears. Thanks,

  • Two attempts always required to sync new music to phone

    After adding new music to my iTunes library, when I sync my iPhone to add the music, the music files are never copied to the phone on the first attempt. Immediately after the 1st sync completes, I sync a second time and the songs are copied onto the