Coois

Hi, can any bodu explain what is meant by absolute dats at header level and relative dates at header level sections? how to use them?

Hi Yadav,
Absolute dates at header level in the T-CODE--COOIS is nothing but the range of date that you give based on which the T-code searches the orders in the system. Say for ex if you give the basic start date as X then the system goes and searches for the orders which have their basic start date as X.
While in the relative dates at header level is where you enter the days in number by which the system calculates the range within which it reads the orders in the system. Say for example in the basic start date you enter 10 then it is (10 days) from today's date so the system reads and displays the orders which fall within this range.
I hope this clears your doubt. Please let me know if you have any queries.
Regards,
Abhijeet Guha

Similar Messages

  • Daily Production Report In coois

    Dear All
    When we r checking in Coois report for production entry Of SFG.FG--it will give us the Total qty,
    exactly we want that suppose one order qty is 15000 and i have put a production order of that Qty.  But according to Production Its going On With 500 or 600 per day produce.  then how can we see the production report of particular production confirmed qty and delivered qty  500 on which day . or we can see the Daily production report of Particular FG & SFG.
    Rgds
    Pankaj Agarwal

    Dear Pankaj,
    One way of addressing this issue is go to MB51, movement type 101 & 102 7 other relevant criteria.
    Plant n storage location.
    Execute>CtrlShftF12, you will see the list of material recvd. in the storage loc. you can also find the Production Order no.
    you can see when GR has happened against Prod. order.

  • Layouts missing in the TCode : COOIS

    Hi,
    A user called us saying that the layout he was using to view production orders(TCode : COOIS) is not available in production system.The same layouts are existing in Pre-production system.
    In order to track the issue,we tried with the TCode COHVOMPRINT in STAD to see who executed it from the last two days.But there is no clue.How do we trace the person who has deleted the existing layouts in the system.
    Can anybody help me in this issue.
    Regards,
    Sudheer.

    Hi,
    If the pre-production system is in the same box try this.
    Go to transaction COOIS execute the report and go to the icon where you select layout and click on Manage layout and it will open a new screen then try to import the layout by mentioning the layout .
    If it is in a different box then select the layout in this screen and click on Layout > Transport and then you can move this to a different system.
    Please let me know if this helps.
    Regards
    K.R

  • User Exit -- To include purchase requistion/purchase order in COOIS report

    In a MTO envirnoment, trying to include purchase requistion/purchase order
    with requested delivery date information in COOIS report. Is there a
    user exit for this ?

    Hi,
    Please follow this an Example:-
    The COOIS report (Order Info System) gives the complete information regarding Production Order like header report, Operation report, Component Report, document report. 
    This document deals with the addition of extra fields in the output display of COOIS. 
    For the demo purpose, I have added the material group (MATKL) for the production order material for header report. 
    BADI Name: WORKORDER_INFOSYSTEM
    Method: TABLES_MODIFY_LAY 
    In the method TABLES_MODIFY_LAY there are many table parameters for different data display of the production order .In this scenario only the header detail structure is being extended with append structure. 
    Add the extra fields to be displayed to through append structure to IOHEADER_TAB, here MATKL. 
    In the method write the code for updating the field value. 
    DATA : BEGIN OF st_matkl,
               matkl TYPE matkl,
               END OF st_matkl.
      DATA : st_header TYPE ioheader.
      LOOP AT ct_ioheader INTO st_header.
        IF NOT st_header IS INITIAL.
          SELECT SINGLE  matkl
                 FROM mara
                 INTO st_matkl
                 WHERE matnr = st_header-matnr.
        ENDIF.
        st_header-matkl = st_matkl-matkl.
        MODIFY ct_ioheader FROM st_header.
      ENDLOOP.
    Regards,
    Ravi

  • Any Exit/BADI/Enh point to modify COOI table contents before PR/PO save

    Hi Experts,
    whenever we create/change Purchase requisition/Purchase Order,
    table COOI(Commitment line items) gets updated with the Purchase requisition/purchase order
    item details and table COSP gets updated with the sum values of COOI entries order by primary keys
    of the table.For better explanation i am taking fields from tables
    COOI (taken few fields for example)
    REFBT     REFBN     RFKNT      LIFNR     HRKFT      OBJNR     WTGBTR(Total value in transaction cuu)
    1234     0010     00512     (empty)     (empty)     PR00148     10
    1234     0020     00512     (empty)     (empty)     PR00148     10
    1234     0030     00512     (empty)     (empty)     PR00149     20
    table updated COSP with sum value of COOI order by it's primary keys
    COSP (taken few fields for example)
    OBJNR     KSTAR     HRKFT     WTG010
    PR00148     00512     (empty)     20
    PR00149     00512     (empty)     20
    I want to pass  the value HRKFT(CO key subnumber/Origin grp) to table COOI
    to update each commitment line item,so that sum will update table COSP order by it's primary keys
    The same example revised with origin group.
    COOI
    REFBT     REFBN     RFKNT      LIFNR     HRKFT      OBJNR     WTGBTR(Total value in transaction cuu)
    1234     0010     00512     (empty)     3100     PR00148     10
    1234     0020     00512     (empty)     3200     PR00148     10
    1234     0030     00512     (empty)     3300     PR00149     20
    table COSP get update with sum value of COOI order by it's primary keys
    of COSP considering HRKFT values now(taken few fields for example)
    OBJNR     KSTAR     HRKFT     WTG010
    PR00148     00512     3100     10
    PR00148     00512     3200     10
    PR00149     00512     3200     20
    and this table is used in report painter to show the commitment
    COSTS's segregated by Origin Group.
    I need to show the report in report painter HRKFT(origin grp) wise cost's for commitments.
    which is using the COSP table to display.
    Now my requirement is any exit/BADI/Enhancement where i can modify table COOI contents
    with HRKFT value for each line item before sum calucalation for COSP table in detail while creating
    Purhcase requisition/Purchase order.
    We are using SAP GUI version 6.0 
    Helpfull answeres will be rewarded
    << Moderator message - Please do not promise points >>
    Edited by: Rob Burbank on May 15, 2011 4:28 PM

    Moderator message -
    When closing old threads, there is no need to add a comment. Adding a pasted answer like "answered" only brings old threads to the top of the forum list and pushes current ones down. If you do add a comment, please indicate just how the problem was resolved.

  • ECC6.0 t-code COOIS - how to get the "Profile" select-option list

    Hi  PP Gurus
    We are implementing ECC6.0
    We upgraded one of the systems from 4.7 to ECC6.0 (and also kept data: documents, users profiles, variants,u2026etc).
    My question is regarding standard transaction COOIS.
    I do comparison in current 4.7 and ECC6.0 systems (I have SAP_ALL and SAP_NEW in both systems).
    The thing is that in our ECC6.0 system the transaction COOIS doesnu2019t display Profile on select-options screen.
    There are only the following items (select-option screen of COOIS in ECC6.0):
    -LIST
    -LAYOUT
    -Prod.orders checkbox
    -Planned orders checkbox
    u2026And u2018Selectionu2019 tab with other fields
    In the current Enterprise 4.7 system the transaction COOIS displays the following select-option screen:
    -LIST
    -PROFILE
    -LAYOUT
    -Prod.orders checkbox
    -Planned orders checkbox
    u2026And u2018Selectionu2019 tab with other fields
    Questions:
    1.     Is that possible to maintain / see and select a PROFILE in COOIS of ECC6 (or due to new functionality it no more available on that screen ?) How to do that?
    2.     Looking at layouts (I ran COOIS in two systems and compared the results) I canu2019s see in ECC6.0 some icons like u2018Refreshu2019, u2018Order logu2019, u2018Display order componentsu2019, u2018Long textu2019 , u2026.) But all of them are in 4.7 layout. How to get them in ECC6.0 ?
    What I have already explored:
    u2022     ECC6.0 has a new config. t-code COISN (4.7 has only COIS) . I created my new overall profile there, set my own layout, but running COOIS still canu2019t see/use the PROFILE;
    u2022     I have compared the standard structure PPIO_ENTRY_SC1100 in 4.7 and ECC6.0 and found the new component COIS_LISTTYP in ECC6.0. In this situation I ran a new t-code u201CDefine New List Typesu201D (it doesnu2019t exist in 4.7) and created my new entry, but still canu2019t see PROFILE on select-option screen of COOIS in ECC6.0;
    u2022     I also tried situation when both config. transaction COIS (in 4.7 and ECC6.0) had the SAME overall profiles u2013 still canu2019t see PROFILE on select-option screen of COOIS in ECC6.0;
    u2022     I found a new icon u201CNavigation profileu201D in result layout of COOIS ECC6.0 Is that right place where I can maintain the icons I need (see my second question) ?
    THANK YOU.

    Hi,
    The reports are modified if am right as of ECC 5.0. Refer to note - 747469 which gives a list of all reports modified.
    If am right by profile you mean navigation profile, this is now in the display screen. The content remains, only thing is the layout is modified & more structured. So i would suggest you to have a look around in COOIS report & you will find the info.
    The navigation profile is adjacent to the icon called Environment (its a drop down list).
    Revert if you face any issues.
    Regards,
    Vivek

  • Table and filed like t code coois

    hi guru.i want to get a report developed. like  t code coois.. i want to add one extra column stock over view of all materials component...
    in production order we put manually all component( we did not make BOM),now i want to get report devlop like COOIS all components view like materials and required quantity withdraw qty etc but i want extra column for stock over view of all component..
    but problem is this when we see coois. .there are all structure. there is no table.. then kindly suggest me how i will get.. table .and how will use structure as a table...our abaper asking table and fields for  this repost complete tech scpec.
    kindly suggest me
    Regards
    aqueel

    Hi,
    In addition important production order table's
    AUFK     Production order headers
    AFKO     Order header data PP orders
    AFPO     Order item
    RESB     Order component details
    AFVC     Order operations
    AFVV     Quantities/dates/values in the operation
    AFVU     User fields of the operation
    AFFL     Work order sequence
    JEST     Object status
    JSTO     Status profile
    AFRU     Order completion confirmations
    S022     Order Operation Data for Work Center
    AFIH     Maintenance order header
    AUFM     Goods movement for prod. order
    Regards,
    Sankaran

  • How to add production Version  field in COOIS to selection options?

    Dear Experts,
    Need your suggestion for below issue raised by client.
    1) As per client, he was running COOIS with the selection option of a production version. But currently he is  not able to see this selection while executing a COOIS t-code.-----> Kindly guide me on its possibilities & necesary checks.
    2) If I want to correct it & want to add Production Version field in COOIS report what steps I should take?
    Need all your valuable guidence to resolve above issue.
    Thanks & Regards,
    Mehul

    Hello Vivek,
    Really thanks for your mail. Please see below comments-
    1) I checked the transaction COOIS & also told user to select Production Version after executing the report by giving Plant code & dates. But user asking for this field before execution.
    As per your suggestion I checked in Header level of first screen but its not showing me also.
    2)  I am using ECC6.0 version
    3) One finding from my side- This is I am checking only selecting Production Orders. But when I am selecting only Planned order then Production version can be seen in first screen under Repetitive Mfg. section.
    so kindly tell me why this not showing when Production order selected?
    Thanks in Advance for your help.
    Regards,
    Mehul

  • Posting date as selection criterion in COOIS

    HI
    Is there any way to bring posting date (afru-budat) on the standard selection screen of COOIS?
    cheers
    matej

    hi
    go to COOIS
    in that selection list SELECT documented with goodmovement
    after that select std profile
    then give production order
    u will get posting date
    come back if u get any problems

  • Translation of column in COOIS

    Dears,
    I 'd like to change the translation of one column in COOIS.
    Can you advise how to do this ?
    Should I use SE63, which object ?
    thanks a lot
    KS

    yes, you are right..
    it is also connected with note 395258
    solved..
    thanks,
    KS

  • ABAP: How can I create screen like COOIS parameter

    Dear ABAP Experrts,
    How can I create same paremeter screen like COOIS. E,g in production order parameter screen there are many options  but when I create a parameter
    in ABAP program
    SELECT-OPTIONS:
    SO_AUFNR FOR AFKO-AUFNR,
    only one column is displayed . How can I  show same parameter screen for production order.
    Regards
    Aneel

    Dear Mehwish ,
    Thanks for your help. How can I find matchcode for my other columns.?
    I mean I want to use some other parameters also like
    SO_MATNR FOR MAKT-MATNR
    SO_WERKS  FOR T001W-WERKS,
    SO_PWERK  FOR T001W-WERKS,
    SO_AUART FOR T003O-AUART,
    SO_FEVOR FOR T024F-FEVOR,
    SO_VBAK FOR VBAK-VBELN.
    How can I find matchcode object.?
    Regards,
    Aneel

  • Issue of layouts  in COOIS

    Hi,
    Recently we faced problem of layouts in transaction COOIS.
    Our users use transaction COOIS to see various production reports.
    Managers prepare the global layouts and inform users to use
    those layouts to see daily reports. In last month someone / somehow,
    deleted most of the global layouts.
    We followed up with Basis team to find out, how layouts deleted. But it
    is not possible for Basis team to find it, because if someone delete
    layouts, system will delete entries forever by table LTDX.
    We have checked table LTDX. We can see created and changed layouts in
    this table. But we are not able see DELETED layouts in this table.
    We tried the option of user specific layouts. But another users can not
    use those layouts.
    Our basis team informed that, layout don't have authorization group.
    Is it possible to restrict user from creating and deleting any layouts
    using authorizations?
    We want to provide authorization to certain users for maintaining and
    deleting layouts.
    If someone delete any layout, we want to know, who deleted it? Is it
    possible?
    Regards,
    Raj MB

    dear friend,
    you would create a new role(s) which based on authorization object like (for example) C_RMST_LAY (managing output layouts) or EASYDM_LAY (define user-independent layouts) or E_CACS_ALV (save authorization for global ALV layouts)
    or others - please use security info-system to find them out
    (please work with basis/security guys)
    set this new role to test user and play...
    the main idea - users only able to create their own layouts
    super users (like you) are able to create/change/delete any layouts - globals as well
    good luck!
    try to use SM20 to see users actions

  • Authorization Check for COOIS

    Hi,
    Is there a way I can control access to certain field information/layout in COOIS?  At my client side, they need to block the Production Order BOM from being displayed to certain users, but with COOIS, it is possible to view both the BOM, Operation and headers. Is it possible to allow display of this info at COOIS t-code for some users and no block for others?
    Pls advise.
    Thanks.
    Cheers,
    Sue

    Dear,
    Can you tell me what exactly you are seeing the BOM?
    In production order you can see component overview and operation overview...this you cannot stop if you have a access to CO03...
    Are you taling abiut this or master data BOM and routing?
    In master data tabpage there is a link to BOm and routing...we can restruct this display by removing the transaction authorization - CS03 and CA03.
    pl come back

  • Add new Fields to transaction COOIS

    Hi,
    can anybody tell em ,
    how i can add couple of new fields like
    &#61607;     Sold to Name          ZCAMESLINEDUP / by Sales document or Prod. Order
    &#61607;     Sold to Account           ZCAMESLINEDUP / by Sales document or Prod. Order
    &#61607;     Series I.D.           Material Master
    &#61607;     Emission Tier Level      Material Master
    in alv display of standard transaction COOIS.
    is there any user exit for the same?

    Hi,
    have a look at badi WORKORDER_INFOSYSTEM.
    method ORDER_TABLES_MODIFY.
    and check this thread (pay attention to the oss notes):
    Re: Urgent:Regarding COOIS  transaction
    Best regards.
    Edited by: pablo casamayor on Mar 25, 2008 10:48 AM

  • Using data from mutliple tables in COOIS

    We are in the process of upgrading from 4.6C to ECC60. In 4.6C, we
    implemented the modification as described in Note 434123 to add custom
    fields to the COOIS report.
    Our custom list contains data from both the order header and order
    operations. Therefore, data was drawn from tables IOOPER_TAB and
    IOHEADER_TAB, which were both present in the old solution. However, the
    BADI solution used in ECC60 only contains data in the structure belonging to the list
    type selected at the selection screen. The list types are defined in
    domain 'PPIO_LISTTYPE'. The structure that is filled with data is set inprogram PPIO_ENTRY_FILL_TCOA, form 'fill_tcoa'. Unfortunately, there is
    no list type available that activates both IOOPER and IOHEADER.
    I also cannot find a method in the BADI to influence the content of TCOA.
    However, I don't want to create lengthy code to retrieve the data myself.
    The most tempting solution (modification) is to:
    1. extend the value range of PPIO_LISTTYPE with the cusom list
    2. add an entry to the CASE statement in form FILL_TCOA to place an 'X' in both 'cs_tcoa-oper_sel' and 'cs_tcoa-header_sel'.
    When (using list type PPIOO00-operations), and manually setting 'cs_tcoa-header_sel' to 'X' in the debugger, all data needed to create
    the desired output is present. Is it truly necessary to implement this as a modification, or is there a better solution (without implementing a modification) to activate data
    retrieval of multiple tables form logical database IOC?

    Thanks very much for your quick response Anup.
    1. If I create a view in R/3, please let me know how should I bring this information in to BW. Should I create a table in bw or should I create a generic datasource attaching this view?
    Also, please let me know what will be the logic (not the abap code) to create a view on these 4 tables. I need to incorporate this logic in to my spec.
    2. Do I write a function module in BW?
    Thanks!!

  • SAPGUI 7.10 Cannot view layout in tcode SE80 and COOis

    Hi,
    I am facing some problem with SAP GUI 7.10 in Linux (PCLinuxOS 2007 and in SimplyMepis 6.5).
    When I use tcode COOIS, after executing this tcode, I cannot select all icon " Select Layout", "Sorting Ascending and Decending", "Export". There is no respon.
    This problem also occured when I execute tcode SE80 > Screens > Layout.
    In tcode SE80, I got a message after I click Layout button <b>"Graphical Layout Editor not available. Continue with alphanumeric editor".</b>
    Please give me suggestion.
    Thanks,
    Dedy.W

    Dear Rolf Martin,
    Thanks for your reply.
    Is this the support message you are asking for? or I should make a customer message in http://service.sap.com. Pardon me if I am wrong.
    Step for COOIS :
    1. Enter tcode COOIS
    2. In List field                       > select Order Headers
    3. In Profile field                   > select Standard profile
    4. In Production plant field    > input plant
    5. On Selection Group of <b>Absolute dates at header level</b> > input Basic start date (one month)
    6. Execute
    7. The out put is : <b><i>Order Information System: Detail List of Order Headers</i></b> > select icon <b><i>Select Layout</i></b>
    Best Regards,
    Dedy.W

Maybe you are looking for

  • Application not listed in finder

    I have an application in the dock, but it is not listed in the application folder in the Finder.

  • Adding unlimited Text field in Shopping Cart in SRM 4.0

    Hi All, I am using SRM 4.0 and I need help adding the unlimited custom text field in the shopping cart screen similar to  Internal note in the shopping cart. I am able to add field with fixed character length but I need the custom field with unlimite

  • How to separate notification worklist based on Item type by Responsibility

    Hi, I have few custom workflows which puts the notification to the Universal Workflow worklist in Oracle apps R12. This worklist includes the custom workflow as well as the standard workflows. Is there anyway we could separate the notifications workl

  • I cannot change iTunes library in Windows

    I cannot seem to change iTunes libraries in Windows. I have been trying the old shift trick and the dialog box won't appear. I have reinstalled and that had no effect either. Does anyone know what I'm doing wrong? Thanks

  • Droid 3 voice dialing issues with bluetooth

    I just received my Motorola Droid 3 on Monday.  I'm having issues using voice dialing with my Samsung WEP590 bluetooth headset.  No trouble activating the voice dialing on the phone but it never dials the correct name.  I did the voice training on th