Relation between Maintenance Order No. and Operation Number

Hi all,
I have to make a module pool in which i want to display the following field
Order No.                                               
Operation no. | Operation Description |
Now my problem is that i m not getting the tables from which i have to select data basically i want to extract the data on the basis of Maintenance Order No. and Operation Number.
I have checked the following tables
AFKO , AFVu , AFVC, CAUFV.
But i m not able to find any relation between Maintenance Order No. and Operation Number.
Please help!!!
Thanks and regards,
Rachit khanna

Hello Rachit,
The relation is as follows
AFKO-AUFPL (Routing number is Order header)
Use this routing number to get operations from AFVC
AFVC-VORNR gives operation number
AFVC-LTXA1 gives operation description
For sub-operations, VORNR will be sub-operation number, and AFVC-SUMNR for this sub-operation corresponds to the respective superior operation(refers to AFVC-APLZL).
AFVC-APLZL is a unique number for each operation.
Hope this helps. You can check with some existing/new orders as well.
let me know if you need anything about split operations as well.
Best Regards,
Subhakanth

Similar Messages

  • Relation between item master org and operating Unit

    How single item master org can relate to multiple operating Unit so that items defined at Master Org level can be accessed in other operating units ?

    Hi,
    Item will be accessed in inventory organizations which you assigned the item to.
    To access items from particular Operating Unit in Purchasing module
    define Operating Unit Organization as a Inventory Organization as well.
    Then choose this Organization as a Inventory Organization in Purchasing : Setup>Organizations>Financial Options.
    In Order Management you choose an Operating Unit which items can be accessed.
    Each item assign to Item Master Organization and to Operating Unit Organization and to required Inventory Organizations.
    This works in 11i. I dont know how it is in R12.
    regards,
    Marcin

  • Merging of Prodn Order number and operation number into the unloading point

    Hi,
    I am creating the production order using the Tcodes Co01 or co10 and my requirement is that after creating the production number and then when I open that one in the change mode using co02 Tcode the unloading point which is present in the Goods Receipt tab should come as a concatenation of order number and operation number .
    Thanks for the help in advance.
    Regards,
    Venkat.

    Hello Rachit,
    The relation is as follows
    AFKO-AUFPL (Routing number is Order header)
    Use this routing number to get operations from AFVC
    AFVC-VORNR gives operation number
    AFVC-LTXA1 gives operation description
    For sub-operations, VORNR will be sub-operation number, and AFVC-SUMNR for this sub-operation corresponds to the respective superior operation(refers to AFVC-APLZL).
    AFVC-APLZL is a unique number for each operation.
    Hope this helps. You can check with some existing/new orders as well.
    let me know if you need anything about split operations as well.
    Best Regards,
    Subhakanth

  • Relation between Sales order and Production order

    Hi,
    In Make to stock scenario how the relation between Sales order and production order are related.In which table we will get the related fields (expect AUFK,VBAK,AUFO).
    warm regards,
    Surendar reddy.

    The relation between sales order and prodution order  is as follows.
    Pass AUFNR to AFKO/AFPO  Get AUFPL.
    Pass AUFPL to AFVC Get BANFN.
    Pass BANFn to EBAN Get EBELN.
    Hope this works .
    Cheers,
    Lakshmi Prasanna Gandham

  • Merging the Production order number and operation number into sequential no

    Hi,
      I am creating the production order using the Tcodes Co01 or co10 and my requirement is that after creating the production number and then when I open that one in the change mode using  co02 Tcode the sequential number which is present in the assignment tab should come as a concatenation of order number and operation number .
    Thanks for the help in advance.
    Regards,
    Venkat.

    dear,
    this depends on the user buffer set.
    for each user there will be a buffer set in when logeed in and create a production order.
    depending on the saving the production order saving time there may be a situation as you have now.
    discuss with your basis people and under stand the user  buffer of numer for production order.

  • Problem in creating Maintenance Order with multiple operations

    Hello all,
    I am facing problem while creating Maintenance Order with multiple operations and sub-operations. I am using BAPI : BAPI_ALM_ORDER_MAINTAIN.
    For single operation it is working fine,but i am unable to create MO with multiple operations and sub-operations.
    Please, provide me the inputs required,
    I have used methods :
    ORDER        CREATE,
    OPERATION CREATE
    and SAVE.
    Regards,
    Siddhartha

    Hi,
    The FM you are using is a perfect one. This FM is bit tricky to use. You need to perfectly pass the Reference number field. which links various input table parameters of this FM.
    Thanks & Regards,
    Navneeth K.

  • Re: DIfference between Schemas, PCRS' FUnctions and Operations

    Dear SAPExperts,
    Can anybody pls tell me what is difference between Schemas, PCRS' Functions and Operations.
    Thanx in advance
    Regards
    Aniruddha

    Hi Aniruddha
    When the payroll driver is executed (for ex: PC00_M40_CALC for INDIA is executed) the schema IN00 (standard schema) is executed and it calls certain functions (functions may use Rules. Rules contain Operation) and also subschemas.
    Functions could be of four types
    1. Performing some payroll computations (E.g. INEPF function calculates the PF amount of an employee during payroll run)
    2. Calling rules (E.g. P0045 function calls a rule INLN to compute the loan details of a personnel number).
    3. Getting data from Infotypes (E.g. P0581 will get the data from Infotype-581 for payroll processing).
    4. For some decisions. (E.g. IF & ENDIF function is used to execute as per the true and false decisions) etc.
    When the PY is executed SAP uses lot of Internal Tables to store data and also provides data to other internal tables.
    The read and change access to Internal Tables is enabled using functions that are executed in a personnel calculation schema and using operations that are executed in personnel calculation rules.
    The following is just an attempt to provide some info on how Functions are processed during the PY Run. For ex: (functionality of subschema XIN0 and INBD)
    1. INITIALIZATION OF PAYROLL: When the Payroll is executed first the subschema XIN0 is called,   This subschema comprises the following main steps:
    I.     Specify program type (payroll or evaluation)
    II.     Set switch for database updates (YES/NO) all database updates are controlled via this switch (otherwise simulation)
    III.     Only infotypes from the HR master record which apply to the selected personnel number are read.
    IV.     All Time Management infotypes are imported.
    V.     Specify check against control record PA03 (test or live).
    2. READ BASIC DATA: Once the Initialization of Payroll is successful, the subschema INBD is called. This subschema reads the Basic data of an employee who is there in the Payroll execution. Basic Data includes, determining Employee Name, Reading Work Center/Basic Pay Data, Setting Financial Year Dates and Allowance Grouping Tables, Reading Previous Employment Tax Details, Reading Housing (HRA/CLA/COA), Reading Exemptions, Reading Income from Other Sources, Reading Section 80 Deductions, Reading Investment Details (Sec 88), Reading Provident Fund Contributions, Reading Other Statutory Deductions, Reading Car and Conveyance, Reading Long Term Reimbursements, Read ID Details. Function GON checks whether all the master data has been imported, no further processing of schema will occur unless certain data is present.
    The Subschema INBD calls the following functions in order to read the Basic Data:
    ENAME :
    Function ENAME reads the last valid name of the employee in the payroll period. The formatting used for the country in question is used when displaying this name.
    WPBP
    If an employee receives a pay increase within a payroll period, the Basic Pay infotype (0008) is changed and delimited as of a specific date. Two data records exist for one payroll period.
    During payroll, the system writes the Basic Pay wage type to the results table with two different indicators. These split indicators are a link to the WPBP table that contains the relevant values. The system takes into consideration both data records for the corresponding partial periods when calculating remuneration.
    ININI
    P0580
    P0581
    P0582
    P0584
    P0585
    P0586
    P0587
    P0588
    P0583
    P0590
    P185I
    GON :
                    Function GON checks whether all the master data has been imported. No further processing of the schema will occur unless certain data is present. Checking procedures vary from country to country. There must always, however, be a work center (P007).
    [Def. of Functions, Rules and Operations (copied from Raju's answer)
    Schema is a collection of functions
    A Rule is a collection of operations.
    An operation is a very basic piece of logic that is used, mostly, to manipulate wage types
    Best Regards
    Reddy

  • Relation between the Project defination and the PO

    Hi ,
    Where I can find the relation between the Project defination and Purchase order in CJ20 transaction or in Tables.

    Project definition: A project definition identifies the key characteristics of the overall project. For example, a project definition includes the project profile and organizational details (controlling area, company code, etc.).
    All project definitions must include a settlement rule. A settlement rule contains a G/L account that receives the accrued actuals. In some situations, a settlement rule uses multiple G/L accounts. For example, one G/L account is used for settlement for the first half of a year, but in the second half, a different G/L account is used. However, the settlement rule does not allow for multiple receivers to be active at the same time.
    Regards,
    kushagra Sharma

  • I want to know the relation between Retiremen in assets and AR

    i want to know the relation between Retiremen in assets and AR
    whene selleing asset in FA and retire it in AR

    Hello.
    how can i achieve this entry in AR You will have to create it manually. The system does not create it automatically.
    and is their any report in FA to identify the sold assetsThe Asset Retirement Report
    Octavio

  • What is the relation between G/L account and Chart of Accounts

    Hello Guru's,
                       Can you please tell me what is the relation between chart of accounts and G/L accounts.
    I know there was a list or range of account numbers in chart of accounts.
      Assets 100000 - 149999
                    current assets 100000 - 149999
                         cash and cash equivalents 100000- 118999
                             100000 - 100009
                                    100000 - petty cash.
    like this i have chart of accounts. can you please tell what are the G/L accounts.
    Thanks,
    sneha.

    Easiest way is to use the FSV - e gl account hierarchy

  • Define main objects for Drag & Relate between BW 3.1 and EP6

    hi all.
    We are trying to implement Drag & Relate between BW 3.1 and EP6.
    We have 2 different BW reports based on the same object "0MATERIAL". One of them should be a source and the other is the target. When creating the iViews for these reports the "main object" property has no values, therefor we don't see any symbol near the object we want to drag. The import of the "0MATERIAL" object from BW to the portal was successful.
    Is it related to customizing the BW system or the portal?
    thanks,
    Sagi

    I solved the problem - I added the BW alias before the main object name in the main object property. For example "BW.0MATERIAL" when BW is the BW system alias and 0MATERIAL is the object name.
    Sagi

  • There is any table which makes the relation between sold to party and ship

    Hi Gurus,
    There is any table which show the relation between ship to party and sold to party.
    regards
    gursharan

    You can get this information from KNVV, KNVP Tables.
    Refer following link: http://www.erpgenie.com/abap/tables_sd.htm ....Customer Master Data for more detailed explanation.
    Please award points if you find this information useful / resolves your issue.
    Letme know if you need more information.
    Thanks,
    Ramesh

  • Is there a relation between  Adobe Photoshop CS6 and Photoshop Premiere 12?

    Is there a relation between  Adobe Photoshop CS6 and Photoshop Premier 12.  I am presently attending a course on CS6.  Is there a certain similitude between these 2 logiciels?

    Hi Luciebiss,
    Photoshop is a professional tool used throughout many industries as the standard for digital image manipulation and painting. It has very rich, and often complex, tools and options. As such, it comes with a professional price tag.
    Photoshop Elements is a consumer product. It's made for users who don't need as many features and complex options. It has a simpler design, guided workflows, and an organizer to help you manage your files.
    Please refer to below link for more information.
    https://forums.adobe.com/message/4568487
    Thanks

  • Relation between a Purchase Organisation and Reference PORg

    Hi ,
    1) Can any one explain me what is the relation between a Purchase Organisation and Reference Purchase Organistion.
    2) I have removed the assignment of Purchase organisation 1000 to the Reference POrg 6666 . I want to do the testing in development server after making the above configuation change. Can any one let me know how to do the testing to see that this configuration change is taken place?.
    Thanks in advance.

    hi
    Ref. Pur Organisation is used when there is no centralized pur. organisation. You have to define 1 pur. organsation as refernce pur. organisation and link other pur orgnisations to this ref. pur. orgaisation. When you create a contract using this pur. organisation and this contract can be used by other pur orgasations which are linked to this ref. pur oganisation.
    Ref. Pur Organisation is basically used for better negotiation.
    Eg- You are having 2 plants (A & B) of 2 different company code(A & B).
    1. Pur org A is assigned to company code A & plant A
    2. Pur Orga B is assigned to company code B & plant B.
    3. Ref pur organisation C is created and linked to Pur organisation A and B.
    Scenario -
    Vendor A can supply Material A 1000 qty at Rs. 100 whereas more than 1000 qty at Rs. 90.
    But your requirement for Plant A is Rs. 800 and Plant B is Rs.700
    If you create a contract on plant basis to the Vendor A then you have to pay Rs. 100.
    But if you create a contract with ref pur organisation C for total requirement of Rs.1500 without plant basis then rate will be only Rs.90.
    Then this contract can referred by both the plant and can be converted to P.O at Rs.90.

  • Link Between Sales Order Type and Customer/Material Exclusion

    Hi,
    Any one know the  Link Between Sales Order Type  and Customer/Material exclusion tables (Transaction: VB03 ) ?

    Hello,
    For Tcode VB03 you can check KOTG001 for Customer/Material.
    Thanks &Regards,
    Abhijit

Maybe you are looking for

  • US iPod Touch in France - iPod Touch as an external hard drive

    Hi everybody, I work for a while in the US and soon go back to France. But before leaving, I would like to buy an iPod Touch as it is clearly more expensive in Europe. Question : how can I change the interface to french, including the virtual keyboar

  • F-44 - clearing - revaluation

    Hi, When Iam trying clear the open items (vendor accounts) through F-44, the problem in case of foreign exchange difference system is not picking automatic GL which is defined in KDF in OBA1 (account agai.  Is that the correct I am looking or is ther

  • VI Reference Output LV 2009

    I have 2 applications. Client made in LV 2009 call the server made in LV 6.0. The previous methode was calling: Open Application Reference (from Client on Server), Open VI Reference (VI on Server) and send input data to Call By Reference Node and get

  • Documents in the Cloud - Need an easy answer

    I have OS X Mountain Lion on a 27 inch iMac and 13 inch MacBook Pro, iPhone 4 and an iPad 2. I am trying to use iCloud to sync documents such as Pages Keynote and Numbers between them seamlessly. I have documents in the cloud turned on on all of my d

  • Much higher file size

    I have the exact same document saved as both a Pages publication and a Word 97 - 2004 document. As a Pages publication it is 754 KB, as a Word Document, it is 115 KB. Why is this? As there anything I can do to reduce file size?