Internal Order Reprot name ?

hi all,
Is there a report in SAP that would give me a list of active Internal Orders,
Also, I need the Profit Center to appear in the above requested report.
Regards
Kumar

Hello,
Please check if there are any standard reports available at
Controlling -> Internal Order Accounting -> Information Systems -> Master Data
Otherwise,
Go to TSTCT table in SE16
Language EN
Tcodes S_ALR*
Maximum Number of hits 99999
Now Ctrl+F (Find)
Order / master data etc.
Hope you will find the relevant tcode.
Regards,
Ravi

Similar Messages

  • Internal Order Group & Internal order wise report

    Hi All
    Any Standard reports are available to display the internal order group name and internal order.
    Any Standard Function module or standard table are available to retrieve the order group and internal order details.
    Please confirm.
    Regards
    K.Gunasekar

    Hi,
    There is a lot of standard reports (e.g. S_ALR_87012993 - Orders: Actual/Plan/Variance); just go to Information systems of the Internal orders in the standard menu.
    Tables: AUFK - orders master data. SETNODE and SETLEAF - groups.
    Regards,
    Eli

  • GET THE INTERNAL ORDER NUMBER BY INTERNAL ORDER GROUP

    Hi everyone! I want to know if there's existing functional module whereas I can get a list of internal order number (AUFNR) based from the internal order group name (AUFGR)? Thanks a lot! Your response will be greatly appreciated!

    Hi,
       First take a look at K_ORDER_SET_CREATE fm..
       The following code may help you in getting the orders based on order group..
      DATA: t_setvalues LIKE SETVALUES
            OCCURS 0 WITH HEADER LINE,
            t_hierarchy LIKE SETHIER OCCURS 0
            WITH HEADER LINE,
            l_date_from LIKE sy-datum,
            l_date_to LIKE sy-datum,
            l_subrc LIKE sy-subrc,
            l_setid LIKE SETHIER-SETID,
            BEGIN OF t_aufnr OCCURS 0,
              aufnr TYPE aufnr,
            END OF t_aufnr.
      CALL FUNCTION 'G_SET_ENCRYPT_SETID'
           EXPORTING
                SETCLASS        =  '0103'
                SHORTNAME       =  l_aufgr   <Your Aufgr here>
           IMPORTING
                SETID           =  l_setid.
      CALL FUNCTION 'G_SET_AVAILABLE'
           EXPORTING
                SETNAME = l_setid
                TABLE   = 'CCSS'
           IMPORTING
                SUBRC   = l_subrc.
      CALL FUNCTION 'G_SET_TREE_IMPORT'
           EXPORTING
                CLIENT                  = sy-mandt
                SETID                   = l_setid
                TABNAME                 = 'CCSS'
                fieldname               = 'AUFNR'      
                NO_DESCRIPTIONS         = space
                NO_RW_INFO              = space
                date_from               = l_date_from 
                date_to                 = l_date_to    
           TABLES
                SET_HIERARCHY           = t_hierarchy
                SET_VALUES              = t_setvalues
           EXCEPTIONS
                SET_NOT_FOUND           = 1
                OTHERS                  = 3.
       LOOP AT t_setvalues.
         t_aufnr-aufnr = t_setvalues-from.
         COLLECT t_aufnr.
         t_aufnr-aufnr = t_setvalues-to.
         COLLECT t_aufnr.
       ENDLOOP.
    Sri
    Message was edited by: Srikanth Pinnamaneni

  • Table name for Internal order group and Profit center group

    Hello Friends,
    Could any one provide me the table for Internal order group and Profit center group.
    We are developing new customized report and user requested internal order group and Profit center group in the selection criteria.
    I have checked for this tables but found only these fields in structures.
    Thanks in advance,
    Ravi Kiran.

    Or use FM [G_SET_TREE_IMPORT|http://www.sdn.sap.com/irj/scn/advancedsearch?query=g_set_tree_import] to read the hierarchy/Group. (Read FM and FG documentation, you can also add break-point and call some S_ALRxxx transaction which use this FM for the objects you need).
    Regards,
    Raymond

  • SAP Report to track cost by Internal Order

    Hi Expert,
    for audit purpose, I want to track the Cost by Internal Order, please suggest me in sap have any report to track down?
    below format is an example.
    release code   cost center        internal order number   PR number  PO number  SES number  vendor name  desc of item cost of item
    Thanks.

    Hi Pal,
    Many Thanks for your input, as per your recommendation
    Mani as you suggested ME2K was working fine, but anyway we need to drill down further to double of each field.
    As Nico suggested building a query, to view all at a same time is good & perfect to use.
    So please suggest me, what are the tables and fields map to build a query? because Itu2019s very easy for me to assign fast.
    Regards,

  • Any standard report on INTERNAL ORDERS:Overview

    Hi Experts,
    Report I need to develop INTERNAL ORDERS:Overview with Following requirement: R u talking about this, Can u help me out with this? Do u know <b>if there is any standard report</b> as well..Many thanks1
    Report Layout
    Sample Layout 1
    Rows
    Total Direct Expenses\Total Labor Expenses
    Internal Order Number
    G\L Account (Cost Element)
    Columns
    Month (1 through 12 months)
    Actual Posting
    Sample Layout 2
    Rows
    Total Direct Expenses\Total Labor Expenses
    Internal Order Number
    G\L Account (Cost Element)
    Columns
    Projected
    Annual Total
    Month (1 through 12 months)
    Commitments
    Sample Layout 3
    Rows
    Cost Center Expense
    Cost Centers
    Internal Order Expense
    Internal Orders
    Columns
    Month (1 though 12 months)
    Actual Postings
    Note
    Division between Direct and Labor expenses is defined by cost element range. The definition is query based rather than InfoCube or ODS object based.
    Report Fields
    [Please provide the fields and their descriptions in the report layout]
    Field Name--Description-Data Element-- Info Source
    Company-- Code Company Code --SAP ECC
    Cost Element (G\L Account)--- Cost Element SAP ECC
    Cost Center --Cost Center Number SAP ECC
    Internal Order --Internal Order Number SAP ECC
    Order Group --Internal Order Group SAP ECC
    Cost Center Group --Cost Center Group SAP ECC
    Cost Element Group--- Cost Element Group SAP ECC
    Fiscal Year --Fiscal Year (same as calendar year) SAP ECC
    Month ---Month (same as fiscal period) SAP ECC
    Version (plan\actual\commitment) --Internal Order version SAP ECC
    Plan Version SAP ECC
    Amount Total Postings SAP ECC
    <b>How to do 3 different Layouts, is it 3 different reports or the user needs drag&drop watever is required for him... </b>

    You can have 3 queries embedded into a single workbook.
    May be you can also provide with all the query elements needed ( Structures, RKF, CKF )...so users can create on their own ( Query Writers ).
    You can searh Help.SAP for Buss Content queries, change em accordingly...
    First search if the datatargets provide you all information...

  • Settlement Rule for Internal Order

    Hi All
    I have Maintained Settlement rule for Internal order as under
    CAT - FXA
    Settlement Receiver - Asset
    % - 100
    Settlement type - Full
    Now after settlement of above Order in KO88 . I want again use above internal order. Hence i have trying to put Settlement rule 50% for some anther asset but system gave me following error. Please guide on this issue.
    Total = 50.00%, ( Set.Type PER / Version / Actual settlement ), period 010/2011
    Message no. KD042
    Diagnosis
    You have entered distribution rules which settle 50.00% in total. This applies for settlement view ( Set.Type PER / Version / Actual settlement ) in period 010/2011.
    When checking the percentage total, the system found one of the following errors:
    The total percentage for the distribution rules is more than 100%
    The total percentage for the distribution rules is less than 100% and this is a rule for full settlement.
    The total percentage for the distribution rules is less than 100% and the 100% check is switched on in the settlement profile.

    Hi:
            Please refer to the contents of OSS Note 45612 - IM: pre-settlement does not work, or KD042... which states
    "Symptom
        1. If a preliminary settlement rule (for example, to cost center) is entered for individual items of capital investment measures with line item management, this rule is not considered during periodic settlement. There is no settlement to cost centers.
        2. If you enter a final settlement rule for individual line items of investment measures with line item management for a partial capitalization (that is, the percentage rate is less than 100%), then you receive the unjustified error message KD042 "Total percent = xx%".
    Additional key words
    KOB5, CJ70, CJ88, CJ8G, KO88, KO8G, preliminary settlement, partial settlement, partial capitalization
    Cause and prerequisites
        1. You did not enter the settlement type ACT in the preliminary settlement rule.
        You can check this in the Line Item Apportionment transaction by choosing the menu option "Goto" -> "Overview dist. rules" to display the distribution rule groups entered so far.
        The system displays rules which have no entry in the "SetTyp" field (settlement type, field name PERBZ).
        2. The check of the percentages is incorrect.
    Solution
        1. Install the following correction. Afterwards reverse the incorrect settlement, re-enter the preliminary settlement rule and settle again.
        2. Install the following correction. Afterwards, you can maintain the settlement rule for the partial settlement.
        Note: If you want to use a default settlement rule (maintaining the settlement rule from the master data maintenance transaction), then you are required to distribute the line items at 100%. In order to carry out a partial capitalization (settlement of less than 100%), you have to use menu path "Actual postings -> Period-end closing -> Settlement -> Line item "
    Regards

  • Asset value date in Internal order settlement ko88

    Hi.
    I have posted some expenses to the internal order. I m trying to settle it to AUC with tcode KO88.
    In the selection screen of ko88 i gave asset value date as 15.07.2011 but system is posting with month end date only as 31.07.2011.
    I read the sap note 98496. In that its mentioned that the asset value date given in settlement parameters will override the asset value date given in the selection screen of ko88.
    I tried to update the AUC asset value date in KO02 where we give settlement rules but i couldnt find any field there.
    Where do i update the AUC asset value date in settlement parameters. Can anyone provide me the tcode and the field where i update this asset value date.
    Regards,
    Padmavathi

    Hi
    You can the same in transaction code KO02 
    1. Click on 'Settlement Rule'
    2 Select 'Goto' in toll bar
    3.Select 'Settlement Parameter F8"
    4 there you will get" Asset value date"
    Table  Name" COBRA" field "BZDAT"
    Hope this will helpful for you
    Regards
    Praveen P C

  • Usage of Cost Centers, Profit Centers and Internal Orders

    Hello everyone,
    i have perhaps for some of you a simple question but it bothers me alot.
    Imagine we are using Cost centers and Internal Orders. For them we create statistical key figures using transaction KB31N.
    Now we are installing SAP BI and want to create a report which would be generated acording to cost centers but with statistical key figures.
    The question would be how to make a connection between cost centers orders and those stat.key.figs?
    In our case the economists say that we are using this kind of scenario:
    Dist.chanel ->
    Sender: Cost center, Cost element
    Receiver: Int.Order
    and Stat key fig.
    This is the only place where we have a connection between thos objects. Is there other way how to connect them. perhaps using profit centers?
    If somebody didnt understand it, maybe ill try to explain it a bit better
    Reagards
    Laurynas Prikockis

    Hi Laurynas,
    Pls try to understand the concept as explained hereunder...
    Cost Element:
    Primary Cost Element : Replication of GL to bring costs into CO module when they are posted in FI 
                                       module
    Secondary Cost Elements: Carriers of costs between two Cost Objects (when we want to transfer the
                                            cost from Cost Centers to Internal Orders, vice versa and more, we create
                                            Secondary Cost Elements to carry the costs and transfer them to the 
                                            reciever objects from sender objects)
    Cost Center: It is a Cost Object, maintained on long-term basis, where we can capture the costs (Ex:
                        Marketing Cost Center)
    Internal Order: It is also a Cost Object, maintained on shor-term basis, where we can capture the costs
                         (Ex: Internal Order for Special Marketing Campaign). Ultimately, whatever the costs
                          posted to this Internal Order, will get settled to Marketing Cost Center.
    Staitistical Key Figure: It is used as a basis for allocation of certain expenses (Simple example would
                                      be, Total rent paid for office is $100000 per month. This cost has to go to
                                      different Cost Centers like Finance and Accounts, Marketing, Purchase Dept
                                      etc on the basis of "Area Occupied". So, We will define "Area Occupied" as a 
                                      Statistical Key Figure in our system.
                                     Now, when the Rent amount is posted in FI, it wil reach a Virtual Cost Center
                                     (An "Allocation Cost Center" with name "Rent" to be created under your
                                     Controlling Area) "Rent". From there, it has to reach the other Cost Centers (lie
                                     F&A etc as explained above) on the basis of Area Occupied (SKF Created
                                     for "area occupied")
    For this, you need enter the Area Occupied values (Ex:Sq Ft) in KB31N and you need to create an Allocation Cycle (Distribution / Assessment) where in you will select "Area Occupied" (SKF) as your Receiver Tracing Factor.
    I hope I am clear, don't hesitate to revert back for more explanation...
    Srikanth Munnaluri
    Edited by: Srikanth Munnaluri on Mar 3, 2009 7:26 PM

  • Report Writer Missing Data for Cost Center+Investment Internal Order

    Hi Gurus,
    I have met a problem on Report writer. T-code KSBB -> Report for Cost Center Group by Cost Elements in diff months.
    The report can be drilled down to call KSB1 to give line items on the cost element by cost center/group.
    The problem is the drill-down report missed the line items for investment orders. ( Compared with manually use KSB1)
    The overhead internal order line items are fine.
    For example, document 001-Apr:
    Dr. Cost Element 1009                 $900  -- BA 90  Cost Center 90000 Investment order 9001
         Cr. Other cost elements.                  $900
    Document 002-Apr
    Dr. Cost Element 1009                 $800 -- BA90 Cost Center 90000 Overhead order 7001
         Cr. Other cost elements                      $800
    In KSBB report, the cost center group for 90000 in cost element 1009 in Apr only has $800.
    And the drilled down report which called KSB1 has the line item for docuemnt 002.
    However, when I run KSB1 directly, the total amount for cost element 1009 in cost center 90000 is $1700.
    Here is what I checked:
    1. I have my ABAPer checked the KSBB program and KSB1 program to debug them in DEV ( DEV and PRD has the same problem). The different to get the data is that in KSB1, it has selected a value type 11 ( Googled: field name is WRTTP, Down payments as expenses. In program: WRTTP means Statistically Actual ) and 04 ( Googled: Actual True Posting. In program: 04 in WRTTP means Actual posting).
    But in KSBB, it only select 04 when I clicked the drill down report to call KSB1.
    2. I am thinking that the cause was on different types of internal order:
    Overhead internal orders are statistical orders.  Investment orders are actual orders.
    Could you help to throw some light on the problem?
    Thank you very much.
    Emma

    Hi,
    Cost Centre vise Report you can take from KSB1
    Internal Order Vise Report you can take fro KOB1
    Regards,
    Sridhar Sha

  • Internal order report- KOK5

    Frnds
    i have created one of the variant to run internal order report at transaction K0K5
    and in that variant, i have just filled my interanal order name and order type nothing else.
    But when i tried to run report using that variant, it does not give me any detail on SAP screen but when i tried to export it to the excel it does show up all the information on excel.
    so what could be the reason that i am not able to see the data on SAP screen, it used to work till last month but this time when i tried all the variant, it isnot working,
    so can you please tell me what it the problem?
    thanks
    manish

    Frnds
    Any input in this problem?
    please let me know if someone knows anything abt it.
    thanks

  • Internal order authorization issue

    Dear Sir/Madam
    We want to restrict the authorization for posting entries into internal order.
    Our users are authorised to pass entry through T code FB01- where they use the gl account which is internal order mandatory. they are putting the real internal order and passing the entry.
    We want to restrict the users authorisation for using the real order. It has to be restricted to only limited users.
    Kindly help us how can we control this authorisation
    Thanks & Regards
    Prashant P.Zinge

    Hi Prashant,
    Here is my suggestion:
    1. Create a basic set with GS01 for user group who are allowed to post to internal order. Also, create basic set for internal order also.
    2. Now, in validation check for system-user name and syste-tcode. User name should be in user name set and tcode should be FB01.
    If every thing goes well allow user to post the transaction otherwise give an error message.
    This is just a draft, details you need to check while doing these activities.
    Please let me know if it helps!!
    Regards,

  • Internal Order report on User Responsible field

    Hi Gurus,
    Is it possible to report internal orders on "User Resposible" field (this field appears in internal order master data) with standard reports?
    I couldn't find a way to add this field as a select criteria.
    Thanks very much in advance.
    Catherine

    Hi Catherine,
    In KOK5 transaction (Master Data List for Orders), you can create a selection variant (with a chosen name of yourself) and define the User Responsible there.
    Let me know if this tip helps you.
    Kind Regards,
    Daniel

  • Maintain internal order settlement rule using LSMW

    HI ALL
    I want to do mass maintenance of internal order settlement rule. Settlement category is PSG.
    But when I use LSMW to do KO02, I only can input one settlement receriver, the first line will be overwritten by the second line.
    I also see BAPI INTERNAL_ORDER_CREATE,but cannot find PSG as a settlement category.
    Does anyone know how to do this?
    THX
    Deelia

    Hi Lian
    When you do recording, enter two settlement rules..
    Then, before pressing the "DEFAULT ALL" button, change the Field names for the 2nd settlement rule
    The problem you described happens because the field names for both settlement rules are same.. Hence, it gets overwritten
    Assume that field name for Order is AUFNR... You can change the field name in recording to ZAUFNR for one of the fields
    See the screen shot, wherein I changed the name of the recorded field to _01, _15 and _70
    Br. Ajay M

  • Classification check of an internal order during KO01 KO02 transactions

    Hi All,
    i need to check if some Classification fields of an internal order are been valued when i save the order during transaction KO01 and KO02.
    I'm focused on the user-exit EXIT_SAPLRKIO_002 because it stars at the save event.
    Can anyone help me?
    Thank you everybody!!
    Regards,
    Roberto

    Hi,
    try this inside your user-exit:
    data: c_progn  VALUE  '(program name of transaction)<table name>[]'.
    FIELD-SYMBOLS: <fs>       TYPE ANY TABLE.
    ASSIGN (c_progn) TO <fs>.
    In this way you can use table, structure or variable of program that call your user-exit a run time.
    Regards,
    Leo.

Maybe you are looking for