Production fields

Hi Experts,
    i need to calculate Turn around Time of pp in sap Bi for that i need Production order creation date, Release date, Confirm Date,
Date of Goods issued to production & Date of Goods recived for Production. please any body suggest me which tables give these fields. plz do need ful help.
Best Regards
Theertha

Dear Theertha,
Check these tables AFKO,AUFM,AFRU or else check using these functional modules,
BAPI_PRODORD_GET_DETAIL
BAPI_PRODORD_GET_LIST
BAPI_PRODORDCONF_GETDETAIL
BAPI_PRODORDCONF_GETLIST
Regards
Mangalraj.S

Similar Messages

  • Costing & Joint Production field....

    Hi
    I have a material  (having source list) viz externally procured from 2 vendors...But in cost roll up it is always picking up the original std cost instead of purchasing document price? This is really strange....
    Second thing what is the role of Joint Production field viz found in MRP 2?
    Please reply
    Rgds

    Hi Vichy,
    In the CoProduct scenoria , An apportionment structure is specified in the material master record for the primary product ,
    In that structure The equivalence numbers are defined for main Product and each Co product  to calculate Cost at production order 
    To see the apportionment structure, access the "MRP view" or the "costing view in the material master record" and choose "Joint production".
    regards
    Pradeep

  • Unpivot multiple products fields data dynamically

    Hi,
    I am having data as below;
       ID
          CMC
          EMS   
            KBP
    Week1
    501378
    320967
    822.54
    Week2
    13500
    6000
    3000
    Week3
    34534
    63563
    9868
    Week4
    32523
    32532
    54223
    Week5
    235235
    53453
    34534
    Week6
    34534
    534534
    34534
    I want to show the above data like below;
    Product
        Week1
         Week2
        Week3
        Week4
        Week5
        Week6
    CMC
    501378
    13500
    34534
    32523
    235235
    34534
    EMS
    320967
    6000
    63563
    32532
    53453
    534534
    KBP
    822.54
    3000
    9868
    54223
    34534
    34534
    I tried the following query: 
    declare @ListWeekData varchar(max)
    declare @query nvarchar(max)
    SET @ListWeekData = STUFF((SELECT distinct ',' + QUOTENAME(convert(varchar,WeekOfMonth))   
                FROM  #WeeklyBreakupData
                FOR XML PATH(''), TYPE  
                ).value('.', 'NVARCHAR(MAX)')   
            ,1,1,'') 
    print @ListWeekData
    SELECT @query = 'SELECT Product
      FROM 
      #WeeklyBreakupData
      UNPIVOT
        Producta FOR Product IN (' + STUFF(@ListWeekData, 1, 1, '') + ')
      ) AS up;';
    PRINT @query;
     EXEC (@query);
    drop table #WeeklyBreakupData
    but unable to get the desired result. Please help me out ASAP.
    Thanks,
    Srini

    Here you go
    CREATE TABLE tmp (Name CHAR(1),Forecast INT,Stock INT)
    INSERT tmp SELECT 'a',100,300  
    INSERT tmp SELECT 'b',300,400 
    INSERT tmp SELECT 'c',200,250
    INSERT tmp SELECT 'd',200,300
    -- dynamic pivot (SQL Server 2005/2008)
    DECLARE @pivot_cols NVARCHAR(1000);
    SELECT @pivot_cols =
            STUFF((SELECT DISTINCT '],[' + Name
                   FROM tmp
                   ORDER BY '],[' + Name
                   FOR XML PATH('')
                   ), 1, 2, '') + ']';
    DECLARE @pivot_query NVARCHAR(2000);
    SET @pivot_query =
    N'SELECT * FROM (
    SELECT * FROM (
    SELECT Name,SUM(Forecast) Forecast,SUM(Stock) Stock FROM tmp
    GROUP BY Name ) tmp UNPIVOT
     Col for [GROUP] IN (Forecast,Stock)
    ) as UnPvt ) pvt
    PIVOT (MAX(Col) FOR Name IN (' + @pivot_cols + ')) j'
    EXEC(@pivot_query);
    Best Regards,Uri Dimant SQL Server MVP,
    http://sqlblog.com/blogs/uri_dimant/
    MS SQL optimization: MS SQL Development and Optimization
    MS SQL Consulting:
    Large scale of database and data cleansing
    Remote DBA Services:
    Improves MS SQL Database Performance
    SQL Server Integration Services:
    Business Intelligence

  • Making date of production field display as well as accept .

    Dear cons
    we want to make date of production as display while doing Migo with refernce to P.O. Also we want to make entry the same while doing MIGO W.R.T. Outbound delivery. We know the seting of display. but for others how it will work.any enhancement is necessary for it. if yes, what is the badi.

    Hi,
    You can set date of production (GOITEM-HSDAT) as 'display' in MIGO through the OMJX transaction.
    If you would like to manipulate the subscreens you should use BADI 'MB_MIGO_BADI'.
    I hope this information helps you.
    Kind Regards,
    Fábio Almeida
    MM Consultant

  • IStore Product Field

    We are in the process of setting up iStore and when selecting the Product tab and clicking in Product Value - no values exist.
    Is there some kind of setup for the product value in inventory or other modules? We have our items setup as well as pricing and categories.
    Any help would be greatly appreciated,
    Nadi

    Hi saran
    1.There should be child organization also need to be assigned to the items.
    2.did u check web_publised flag.Generally we need to check web_publised flag to get publised in site.
    we should have Web_status ='PUBLISHED'in mtl_system_items tbl
    Thankyou
    [email protected]
    Message was edited by:
    Sasidhar.P

  • Opportunity Product Weighted Field?

    Is there a opportunity product revenue weighted field? I saw that the forecast area has weighted values. I did not see a field, but just want to make sure I am not missing anything.. I would like to have the weighted value displayed in a report.

    You may be confusing Opportunity fields with Product fields.
    On the Opportunity, you have the following fields:
    (Opportunity) Revenue
    (Opportunity) Probability
    (Opportunity) Expected Revenue (Opportunity Revenue * Opportunity Probability)
    On the Opportunity-Product, you also have these fields:
    (Product) Revenue
    (Product) Probability
    (Product) Expected Revenue (Product Revenue * Product Probability)
    When you are using Opportunity Forecasting, the Forecast uses the Opportunity fields. When you are using Product Revenue Forecasting, the Forecast uses the Opportunity-Product fields. You can only forecast one or the other.
    Mike L

  • How to add a standard field to the Product search criteria ?

    Hello all,
    despite my searches on google and sdn, i'm still  confused on how to add a standard field in the search criteria of the Product seach screens (component/view PRD01QR/Search for example) , I mean a standard Product field that is not included in the available fields list in the UI configuration tool.
    I found some explanations for adding a specific Z-Field, this is ok , but I'd like to add a standard field as a search criterion, namely the item category group.
    Could someone give me the needed detailed steps for this?
    thanks
    Ludovic

    Hi
    Chk ths link out :
    http://wiki.sdn.sap.com/wiki/display/CRM/Howtoaddanexistingfieldtoasearchpageofadifferent+component
    Rgds,
    Swati

  • Changing color of a field after changing the data using OOPS ALV.

    Hi Experts,
    I have displayed three fields (price, no. of products and total amount) in my ALV grid using OOPS.
    Then am changing the data in either price or no. of products fields. When I click ENTER key the value in total amount changes correspondingly. Am able to achieve till this point.
    Now I have to change the color of the three fields( price, products and total amount) of the affected row alone and not the entire set of rows in the output grid.
    Please provide suggestions.
    Thanks in advance.

    Hi,
    You have to use Layout and Output data in your OO ALV. The below code is using FM you can replicate it in OO ALV
    types: begin of t_data,
             flg(3) type c,
             sty    type lvc_t_styl,
             col    type lvc_t_scol,
           end of t_data,
           t_tdata type table of t_data.
    constants: c_red type i value '255',
              c_g   type i value '1'.
    DATA: i_fcat type LVC_T_FCAT,
          s_fcat type lvc_s_fcat,
          s_lay  type lvc_s_layo,
          s_sty  type lvc_s_styl,
          s_col  type lvc_s_scol,
          i_data type t_tdata,
          s_data type t_data.
    s_lay-stylefname = 'STY'.
    s_lay-CTAB_FNAME = 'COL'.
    s_fcat-FIELDNAME = 'FLG'.
    APPEND s_fcat to i_fcat.
    CLEAR: s_data.
    s_data-flg = 'Yes'.
    s_sty-FIELDNAME = 'FLG'.
    s_sty-style = CL_GUI_ALV_GRID=>MC_STYLE_HOTSPOT.
    insert s_sty into TABLE s_data-sty.
    s_col-fname = 'FLG'.
    s_col-color-col = 6.
    s_col-color-inv = 1.
    insert s_col into table s_data-col.
    APPEND s_data to i_data.
    CLEAR: s_data.
    s_data-flg = 'No'.
    s_sty-FIELDNAME = 'FLG'.
    s_sty-style = CL_GUI_ALV_GRID=>MC_STYLE_HOTSPOT_NO.
    insert s_sty into TABLE s_data-sty.
    APPEND s_data to i_data.
    CLEAR: s_data.
    s_data-flg = 'No'.
    s_sty-FIELDNAME = 'FLG'.
    s_sty-style = CL_GUI_ALV_GRID=>MC_STYLE_HOTSPOT_NO.
    s_col-fname = 'FLG'.
    s_col-color-col = 6.
    insert s_col into table s_data-col.
    insert s_sty into TABLE s_data-sty.
    APPEND s_data to i_data.
    CLEAR: s_data.
    s_data-flg = 'Yes'.
    s_sty-FIELDNAME = 'FLG'.
    s_sty-style = CL_GUI_ALV_GRID=>MC_STYLE_HOTSPOT.
    insert s_sty into TABLE s_data-sty.
    APPEND s_data to i_data.
    CALL FUNCTION 'REUSE_ALV_GRID_DISPLAY_LVC'
    EXPORTING
       IS_LAYOUT_LVC                     = s_lay
       IT_FIELDCAT_LVC                   = i_fcat
      TABLES
        T_OUTTAB                          = i_data
    EXCEPTIONS
       PROGRAM_ERROR                     = 1
       OTHERS                            = 2
    IF SY-SUBRC <> 0.
    ENDIF.
    Thanks,
    Kiruba

  • Field and table

    Hi,
    Can any one tell me the difference
    1) We can unarchive repository after right clicking on specified repository
    or right clicking on server.
    What is the difference between two?
    2) Can any one explain me with example what is Qualifier table , qualified record, Display Field, Remote key (which we can see in destination field during field/value mapping). It is not clear to me which source fields we should map with which destination field.
    3) I am some doubt with look up table, fields and taxonomy field Can any one give me simple example rather than link.How can we create all this?
    Thanks in advance.

    Hi Pappu,
    1) We can unarchive repository after right clicking on specified repository
    or right clicking on server.
    What is the difference between two?
    Ans : The only difference between the two is when you unarchieve the repository by right clicking on the server it will ask the name of the repository and creates the new one while in other case it overwrites the existing repository on which you have right clicked for Unarchieving.
    2) Can any one explain me with example what is Qualifier table , qualified record, Display Field, Remote key (which we can see in destination field during field/value mapping). It is not clear to me which source fields we should map with which destination field.
    Ans : Qualifier Table:
    Consider the simple example given below:
    If one Product is to be sold in different countries with different price depending on the country then in such case if you kept all this information in the main table then it creates the redundancy
    E.g.
    Product     Country     Price
    100     India     50
    100     US     60
    100     UK     40
    Now if you model the above data using Qualified table in which Country will be the non-qualifier and price will be qualifier fields then
    Product                                       Country     Price
    100                                             India     50
                                                      US     60
                                                      UK    40
    i.e. you are eliminating the redundancy by storing the repetative information in another table and just forming the link between main table record and its corresponding qualified table records.
    Qualified Records:
    Records stored in the qualified tables are known as qualified records like India 50 is the qualified record in above example.
    Display Field:
    If any field is declared as the Display field then the data of that field will be visible in the main table in MDM Data Manager.
    E.g. Consider the lookup table name Countries with the structure shown below:
    CountryName     Code
    India     Ind
    United States    US
    then when you select the drop down list say while entering data then you will get
    India,Ind
    United States,US
    Otherwise if only code has been set as the Display Field then only code will appear in the drop down list
    Ind
    US
    Remote Key:
    Remote key is used when you want to communicate with many systems like say you want to send particular MDM records to R3 and some records to BW system.Then you have to enable the Remote Key property of the main table and select the remote system say R3 if you want syndicate the records only for R3 system.
    3) I am some doubt with look up table, fields and taxonomy field Can any one give me simple example rather than link.How can we create all this?
    Ans:
    Lookup table:
    These tables are used when you want to select the data from some fixed set of records like countries.
    Create the lookup table countries and assign the table to the field(lookup flat) of main table then when you enter data into that field you will get the drop down list.
    Taxonomy table:
    Taxonomy table is used when there exists some fields whose occurance depends on the value of other some field.
    E.g. Say there a main table field named Product which consists of values like Shoes and Bottles.When you select Shoes then field Brand appears and when you select Bottles field Quantity appears.Now if you create 3 fields named Products Brand and Quantity then for product field value Shoes quantity will be null and similarly for Bottles Brand field will be Null.Imagine the scenario with lacs of records.
    Now when you use taxonomy table to model the above design it will be as shown below:
    1. Create the field Product in the main table with type Lookup Taxonomy.
    2. In the Data Manager create two attributes named Brand and Quantity.
    3. Link the value Shoes with the Brand and Bottles with the quantity.
    Whenever you select Shoes, Brand field will appear automatically and similarly for other case.
    Reward if found useful
    Regards,
    Jitesh Talreja

  • Product Invalid Error while creating ASN

    Hi
    I am trying to create ASN by navigating from DCM screen but in Create ASN screen shows error as "Product Invalid".
    When I check in Product  field help, pop up does not show this product although product is visible on DCM screen.
    I checked all master data and related settings and all looks good. This error comes only for few parts and not all parts which vendors supplies.
    When I compared the product having issue with those having no issue, then there is no difference as far as master data settings is concerned.
    Does anyone has faced such kind of issue earlier. Plz help.
    Thanks

    Hi Sandhya,
    This issue is due to Visibility Setting for "Create ASN" screen.
    You can overcome this error by doing the below setting:
    SPRO > SNC > Basic Settings >  Visibility > Set Selection Mode of an Application
    For screen ASC (Create ASN), choose use PDNF_NEW and save
    Note: This is explained in SAP Note # 1925363
    Regards,
    Bharath

  • Adding a new field in web ui at item level in sales order

    While creating the sales order in WEBUI,we select a product at the item level. Once the product is selected into the line item, the vendor associated with the product should be determined and displayed in the custom column field(vendor)  for that line item. If there are more than one vendor associated with the product, the list for vendors should be displayed in a drop down to select one.
    this was the requirement
    1) how to add field to the structure.
    2)how to get the value from the field product field.
    3)how to display it in the field vendor in the form of drop down list
    please suggest me any documents or procedure to achieve this requirement .
    thanks in advance,
    srinivas.
    Edited by: srinivasa reddy mallidi on Jan 29, 2009 11:05 AM

    srinivas,
    Honestly a better approach would be to add/use a new partner function at the line item level.  Then you could configure a new partner determination procedure to select the vendor.  You may need to use one of the partner determination procedure BADI exits to handle the selection logic.
    The best part is this would not require any UI configuration as all the standard screens are available for maintenance of this information.
    Take care,
    Stephen

  • ONLY ONE FIELD DOES NOT GET PREPOPULATED FROM THE DATABASE

    I would really, really appreciate if someone can comment or suggest something that would help with the resolution to the issue I am currently experiencing.
    Simple sample form that explains the issue can be accessed from the link below.
    How to test the form:
    Open the form.
    Click on the yellow button to add new Task.
    The problem is with Additional Product fields ( in blue). You can add as many of them as you want by clicking on the Red button with the +. Add some data and uploade in database. When you download it from the database, data will come back fine for all of them, except for the first one.
    Any ideas or help would be greatly appreciated.
    https://acrobat.com/#d=2vFWOlm56FmrC4owzpfHew 
    The code is behind the Red button with the +. Very  simple. Perhaps is the indexing issue with the database. I do not know enough about it, to be able to send any suggestion to the DB guy.
    According to the DB guy, data uploades without issue. It is the blank field when the form with data is downoloaded.

    It might be related to http://forum.java.sun.com/thread.jspa?threadID=583466&messageID=2988344

  • Get Division based on Product

    I have created one material using COMMPRO1 transaction and i have assigned Division for it.
    Now i want to know where that division gets stored...so that i can retrieve the division based on product guid.
    I want the table name for fetching the division based on product..
    Poits are sure....

    Hi
    as per my knowledge Org data which contains division and Product hierchy should match otherwise mismatch or data in consistency between division and product hierarchy occus.
    So go to division or product field place mouse there F1 then go to technical data there you will find table name,label name,field name from table it is coming.
    reward if helpful
    regards

  • Data into various fields in a PDF Form

    Hi,
    I don't know whether this is the right place but I have been trying to figure out how to get different a field to change depending on the input of a different field. For example, the price price field being altered when the product field is changed. Similar to the 'if' formaula in an Excel Spreadsheet.
    Also, what is the maximum number of data fields you can have in a drop down box as I can not get more than 20?
    Thanks!!
    J

    Bingo!
    Cheers for that George - I didn't know about that option - I'd been everywhere in the field and tab order and been wracking my brain over the calculations - Sum(+) and Product(x) fields - I'd just assumed that the total given that it was the Sum(+) of 14 values would always be well... the total?
    Anyhow thanks for that.

  • Output Format of Product Number

    Hi,
    This is pertaining to issue with Product Number, I am CIFing numeric product.
    I am trying to CIF 8 digit Product code from ECC to APO and its getting CIFed as 18 digit code in /SAPAPO/MATMAP table in Extnr Material Number field, while displaying MAT1 its showing as only 8 digit.
    I then changed the settings to Field length 18 and activated the lexicographical check in spro in produt master data and also the same setting in OMSL transaction code.
    But when I activate the CIF queue with this setting it gives me an error that Product field length is less.
    I then changed the spro setting and configured the lenghth as 40 and in OMSL its 18, now the product is getting CIFed with leading zeroes and is also displayed with leading zeroes.
    My requirement is that the produt should get CIFed as 8 digit and should also be diaplayed in the table as 8 digit.
    Can someone please tell me what should be the setting in spro and OMSL transaction so that their are no leading zeroes displayed and also in SAP table its not stored with leading zeroes.
    When I create the product directly in APO their are no leading zeroes in table and display.
    Thanks & Regards,
    Sanjog mishrikotkar

    Hi Sanjog,
    The following are the settings where the output format of a
    product number will be maintained
    In R/3, the lexicographic setting will be done in spro>logistics-general>
    material master>basic settings>define output format of material numbers.
    In APO, it is done at spro>APO>Master data>Product>specify output format
    of product numbers.
    Hope this will resolve your issue.
    Please confirm
    Regards
    R. Senthil Mareeswaran.

Maybe you are looking for

  • List of mappings/tables using SCD2?

    Hello, we're having a history data problem in customer's environment (BI APPS 7.9.5) and now we need a list of all tables or mappings that are using SCD 2. I found a documentation where is mentioned 6 "must be scd2"-dimensions but is there an easy wa

  • My apple id was attacked by haker , he changed my email and blocked my phone! help me!!

    my apple id was attacked by haker , he changed my email and blocked my phone! help me!!

  • I am trying to move my photos to external harddrive, and....

    it is moving really slowly.  Expected time to move 124GB is now 72 hrs and moving upwards.  Is this normal?  Will it work if I leave it for a few days? I am not very computer literate, so please give plain language answers I am really concerned this

  • How to connect time capsule with o2 wireless box IV

    I have recently changed to o2 broadband. O2 supplied a wireless boxIV which is a modem router. I would like to use the wifi function of my time capsule but there seem to be no easy bridge function on the o2 wireless box IV. Any suggestions please?

  • Satellite M40 - FN key not working on XP

    Hi everyone. I have a Satellite M40 (which is M43 in Australia) model number: PSM43A-1100H, Running on a XP home edition. The FN key is working but not functioning with others (F6,F7,F8 for screen brightness and wireless). I would appreciate any help