About Tables of production versions

Hi
My planner needs to list all the materials which have a certain production,so,I need to know if there are any tables can have that connection.
Or could anyone tell me the table lists of production version related?
Thanks a lot!

Dear Leo,
Check with
MKAL     Production Versions of Material
to view the list of Production versions the T code is C223  &
C252 - Print List for Production version with consistency
Check.
Regards
Mangal

Similar Messages

  • TABLE FOR PRODUCTION VERSION DETAILS

    Dear All,
    pls. let me know the table from which I can get the details of Production Version
    With Regards
    Aniruddha

    Hi,
    Table name:<b>MKAL</b>
    Field names:
    VERID  Production version
    ADATU Date from which the production version is valid
    BDATU  Date to which the production version is valid
    BSTMA Upper limit of the lot size range
    BSTMI Lower limit of the lot size range
    STLAL Bill of material alternative
    PLNTY Key distinguishing task lists by their functionality (for example, routing, reference operation set, rate routing, standard network, rough-cut planning profile, etc.)
    Hope this helps, pl. reward & close the thread if you have got the appropriate solution.
    Regards,
    Senthilkumar

  • How can I know about the latest updates / versions which when available for all the CC products, without having to install and check it with the Desktoip Creative Cloud Application ?

    How can I know about the latest updates / versions which when available for all the CC products, without having to install and check it with the Desktoip Creative Cloud Application ?

    Thanks for looking into this Jeff!
    I work with an Inventory module software and is responsible for software detection across several computers. Once an updated version comes up, I update our database with latest software details to get it detected if installed on any machines.
    The problem tracking updates with Desktop Creative Cloud Software are;
    1)We have to have it installed with the CC applications in-order to get the notification of the latest updates and have to check everyday.
    2)Only relates to the latest updates, so in-between we may miss a prior update unknowingly.Hence, the remote machines having those updates may not get  detected with the software version update which would create problem in reporting.
    3)For all CC products, there is no base or previous updates available for installation if we miss one.
    I went through the Adobe Products Update pages [Product updates] which holds good when it comes to Acrobat and Reader software which I follow to track down any newer updates but this is inconsistent when it comes to CC products like in After Effects CC, Dreamweaver CC etc...
    So overall to be very specific, is there any one channel I can follow to get the notifications only for the updates on CC products and then may be I can rely on Desktop Creative Cloud for installation if not available anywhere like in product update pages of Adobe ?
    Regards,
    Subrat

  • [JHS10.1.3]About production version released date

    Current JHS10.1.3 preview version cannot be used in production and we have to begin a new project now.
    It's really a dilemma in choosing which version to use.
    If possible, can we know the estimated JHS10.1.3 production released date ?
    That will help us in project time control in the future no matter which version we will use.
    Thank you.

    Eron and others,
    We are getting real close, but are not ready yet. The current schedule is to release the production version end of July, and we are very confident we will make that deadline.
    Note that we will continue to upload latest builds to the cso.oracle.com, so you can already start development with 10.1.3 Preview.
    Steven Davelaar,
    Jheadstart Team.

  • Production version report

    Hi Gurus,
    is there a report that can give information about production versions. The fields at a minimum that i'm looking for are production version, material, text, alternate BOM, product line, Group, plant, valid from, lock, task list type, valid to, Bom usage
    Thanks
    Anusha

    Anusha,
    To my knowlede you cannot export it to Spread sheet from C223. If you need to download, then you can take it by table browser transaction SE16 from table MKAL.
    1. Execute transaction SE16.
    2. Input table as MKAL. Input the selection critera and also set the output fields and then execute.
    3. You would be able to export this output to Spread sheet.
    Regards,
    Prasobh

  • How can i get production version value(verid) for luck through bdc.

    HI..
    i have one requirement..that in c223 tcode while i luck the production version through BDC in my report program as i given bellow...i upload mat.no , plant, production version and 1(for luck)...
    req:: i want while i given production version for particlular plant and material no...that production version should be luck....
    so in standard tcode c223 how can i get value to compair it with my input production version value then i will close that...
    program:::
    report ZC2232
           no standard page heading line-size 255.
    *include bdcrecx1.
    Tables : mkal.
    data : nodata value '/' .
    data : CTUMODE type c value 'E'.
    DATA : CUPDATE TYPE C VALUE 'L'.
    DATA:   BDCDATA LIKE BDCDATA    OCCURS 0 WITH HEADER LINE.
          messages of call transaction
    DATA:   MESSTAB LIKE BDCMSGCOLL OCCURS 0 WITH HEADER LINE.
    data: begin of HEADER OCCURS 0,
    data element: MATNR
            MATNR_001(018),
    data element: WERKS_D
            WERKS_002(004),
    data element: PLNNR
           PLNNR_003(008),
    data element: CP_STTAG
            STTAG_003(010),
    data element: ENTRY_ACT
           ENTRY_ACT_005(011),
    data element: PLNAL
            PLNAL_004(001),
    data element: FLG_SEL
           FLG_SEL_01_006(001),
    data element: PLANTEXT
           STLAL_004(002),
           DATUV_005(010),
    data element: WERKS_D
           WERKS_008(004),
    data element: PLN_VERWE
           ktext_005(001),
    data element: PLNST
            DELKZ_005(001),
    data element: LOSGRVON
           LOSVN_011(017),
    data element: LOSGRBIS
           LOSBS_012(017),
    data element: PLNME
           PLNME_013(003),
    data element: PLNME
           stlal_014(002),
    end of HEADER.
    data : begin of it_header occurs 0,
           matnr like marc-matnr,
           werks like marc-matnr,
           verid like mkal-verid,
           mksp like mkal-mksp,
           end of it_header.
    data : exnum(40) type c,
           exnum1(40) type c,
           cnt type I,
           CN(2) TYPE C,
           c1 type c value '(',
           c2 type c value ')'.
    start-of-selection.
    parameters: p_file like rlgrap-filename.
    at selection-screen on value-request  for p_file.
      call function 'F4_FILENAME'
    EXPORTING
      PROGRAM_NAME        = SYST-CPROG
      DYNPRO_NUMBER       = SYST-DYNNR
      FIELD_NAME          = ' '
      importing
         file_name           = p_file.
    start-of-selection.
    call function 'WS_UPLOAD'
    exporting
      CODEPAGE                      = ' '
       filename                      = p_file
       filetype                      = 'DAT'
      HEADLEN                       = ' '
      LINE_EXIT                     = ' '
      TRUNCLEN                      = ' '
      USER_FORM                     = ' '
      USER_PROG                     = ' '
      DAT_D_FORMAT                  = ' '
    IMPORTING
      FILELENGTH                    =
      tables
        data_tab                      = it_header
    EXCEPTIONS
      CONVERSION_ERROR              = 1
      FILE_OPEN_ERROR               = 2
      FILE_READ_ERROR               = 3
      INVALID_TYPE                  = 4
      NO_BATCH                      = 5
      UNKNOWN_ERROR                 = 6
      INVALID_TABLE_WIDTH           = 7
      GUI_REFUSE_FILETRANSFER       = 8
      CUSTOMER_ERROR                = 9
      NO_AUTHORITY                  = 10
      OTHERS                        = 11
    if sy-subrc <> 0.
    MESSAGE ID SY-MSGID TYPE SY-MSGTY NUMBER SY-MSGNO
            WITH SY-MSGV1 SY-MSGV2 SY-MSGV3 SY-MSGV4.
    endif.
    DELETE it_header WHERE MATNR IS INITIAL.
    LOOP AT it_header.
    *start-of-selection.
    *perform open_group.
    perform bdc_dynpro      using 'SAPLCMFV' '1000'.
    perform bdc_field       using 'BDC_OKCODE'
                                  '=ENTE'.
    perform bdc_field       using 'BDC_CURSOR'
                                  'MKAL-WERKS'.
    perform bdc_field       using 'MKAL-WERKS'
                                  it_header-werks.
    perform bdc_field       using 'MKAL-MATNR'
                                   it_header-matnr.
    perform bdc_dynpro      using 'SAPLCMFV' '1000'.
    perform bdc_field       using 'BDC_OKCODE'
                                  '=PICK'.
    perform bdc_field       using 'MKAL-WERKS'
                                 it_header-werks.
    perform bdc_field       using 'MKAL-MATNR'
                                it_header-matnr.
    *>>>>>>>>>>>>>>>>>>>>here what logic can i write****
    clear cnt.
    do 15 times.
    cnt = cnt + 1 .
    CN = CNT.
    exnum = 'MKAL_EXPAND-VERID'.
    concatenate exnum c1 cn c2 into exnum1.
    *perform bdc_field       using 'BDC_CURSOR'
                                   exnum1.
    GET PARAMETER ID 'VER' FIELD EXNUM1.
    CALL TRANSACTION 'C223' AND SKIP FIRST SCREEN.
    if ( it_header-verid = EXNUM1 ).
    exit.
    endif.
    enddo.
    ****************************************************end***>>>>>>>>
    perform bdc_field       using 'BDC_CURSOR'
                                  exnum1.
    perform bdc_dynpro      using 'SAPLCMFV' '2000'.
    perform bdc_field       using 'BDC_CURSOR'
                                  'MKAL_EXPAND-PLNTY'.
    perform bdc_field       using 'BDC_OKCODE'
                                  '=PRFG'.
    perform bdc_dynpro      using 'SAPMSSY0' '0120'.
    perform bdc_field       using 'BDC_OKCODE'
                                  '=RW'.
    perform bdc_dynpro      using 'SAPLCMFV' '2000'.
    perform bdc_field       using 'BDC_OKCODE'
                                  '/ECANC'.
    perform bdc_field       using 'BDC_CURSOR'
                                  'MKAL_EXPAND-VERID'.
    perform bdc_dynpro      using 'SAPLCMFV' '1000'.
    perform bdc_field       using 'BDC_OKCODE'
                                  '=SAVE'.
    perform bdc_field       using 'BDC_CURSOR'
                                  'MKAL-WERKS'.
    perform bdc_field       using 'MKAL-WERKS'
                                  it_header-werks.
    perform bdc_field       using 'MKAL-MATNR'
                                  it_header-matnr.
    perform bdc_dynpro      using 'SAPLCMFV' '1000'.
    perform bdc_field       using 'BDC_OKCODE'
                                  '/EBACK'.
    perform bdc_transaction using 'C223'.
    endloop.
    *perform close_group.
    *&      Form  bdc_dynpro
          text
         -->P_0161   text
         -->P_0162   text
    form bdc_dynpro  USING PROGRAM DYNPRO.
      CLEAR BDCDATA.
      BDCDATA-PROGRAM  = PROGRAM.
      BDCDATA-DYNPRO   = DYNPRO.
      BDCDATA-DYNBEGIN = 'X'.
      APPEND BDCDATA.
    endform.                    " bdc_dynpro
    *&      Form  bdc_transaction
          text
         -->P_0351   text
    form bdc_transaction USING TCODE.
    call transaction 'C223' using bdcdata
                             mode    CTUMODE
                             update  CUPDATE
                             messages into messtab.
      if sy-subrc <> 0.
      message e000(zmm01) with
      'Check your input data'.
      endif.
    endform.                    " bdc_transaction
    *&      Form  bdc_field
          text
         -->P_0346   text
         -->P_0347   text
    form bdc_field  USING FNAM FVAL.
      if fval <> nodata.
        CLEAR BDCDATA.
        BDCDATA-FNAM = FNAM.
        BDCDATA-FVAL = FVAL.
        APPEND BDCDATA.
        endif.
        endform.                    " bdc_field

    l_nl := dbms_xslprocessor.selectNodes(l_n, '/TaxInvoice/TaxInvoiceDocument');try to change as follow
    l_nl := dbms_xslprocessor.selectnodes(l_n,'/TaxInvoice/TaxInvoiceDocument','xmlns="urn:kr:or:kec:standard:Tax:ReusableAggregateBusinessInformation:1:0"');Edited by: AlexAnd on Aug 17, 2011 12:36 AM

  • Production Version in Material Master

    Hi,
    I am having problems with this.
    I need to either change date on a production version or
    delete the product version.
    I have tried using a batch input sequence from my program both for changing the date
    and for deleting the production version and this all works well.
    Now this isn't good enough since there can be multiple production versions on a material
    and I don't know which line to change or delete in the batch run.
    Is there a good FM or BAPI to handle this?
    I don't want to change the MKAL table directly since there is a history table
    connected to this also (MKAL_AEND).
    What is the best approach?
    Rgds,
    /Fredrik.

    How can I use this to achieve what I want to do, either
    change the production version date or delete the production version?
    I have tried C223, but this is not good enough, nor is batch run in MM02.
    I can have multiple production versions and can not pick the correct line
    in batch run to change or delete.

  • Which SAP Product version to assign to a Logical Component in SMSY (SOLMAN)

    Dear SAP Colleagues,
    In our SAP environment, we do have 2 versions of ERP systems :
    1. CON - SIF - CDP systems are 'SAP ERP Central Component 5.0' product version.
    2. CDD - CDT - CDP systems are 'SAP ECC 6.0' product version.
    Question :
    When I want to assign these systems to a Z_LOGICAL_COMPONENTS, which product version do I have to choose ?
    Example for CON - SIF - CDP systems :
    1. They are 'SAP ERP Central Component 5.0' product version.
    2. In SMSY in our SOLMAN system, logical component are created using
        'SAP ECC 5.0' product version.
    Example for CDD - CDT - CDP systems :
    1. They are 'SAP ECC 6.0' product version.
    2. In SMSY in our SOLMAN system, logical component are created using
       'SAP ECC 6.0' product version.
    Question :
    What about 'SAP ERP 2004' and 'SAP ERP 6.0' product version ?
    In which case must I use this product version to assign CON-SIF-CPS
    or CDD-CDT-CDP to new Logical components ?
    Are they OSS Note or any matrix which give me the right product version to choose ?
    I have heard that 'SAP ECC x.x' product version should not used any longer ?
    Thanks
    Best regards
    P.C

    Hi,
    Read the following document, the mapping for systems and component versions is described in here:
    https://websmp202.sap-ag.de/~sapdownload/011000358700000074392009E/SP18_SolMan_Setup_Guide_V2.pdf
    For ECC 6.0 you should select ERP 6.0
    regards,
    Jaap

  • Scrap Valuation Report by Production Version.

    Dear All.,
    Need the suggetions & help to me on the below mentioned scenario.
    Scenario
            My Client into MFG sector. What ever the material produced by my client is have different production versions. Moreover, we have multiple plant in which few are Repetitive Mfg with Product Cost Collectors & few are Discreat MFG Process.
           As we will get the scrap values after each confirmation by Qty & Value.
           So, the user is asking the report on SCRAP for all the stages of Product (Structure in CS11) by Production Version Wise.
    Current Availability
              We have standard Reports like KKFB, KOBB, KRM, S_ALR_87012151 - 52, S_ALR_87013148-49 & even in the cost estimate (CK11N) which are giving the Scrap details by Quatity & Value as well. But those value are limited to only one Prodcution Version.
    Requirement
              I want the details on HOW CAN WE GET the SCRAP detailed analysis at Product Hierarchy with reference to all Production Versions.
    Pls Give some inputs on this.
    Thanks in Advance.....
    TRS....

    Hi Talluri,
    Thanks for your reply.
    could you please forward documents to anusha.r3 at gmail
    i will assign points.
    I have some questions also..please help me.
    1. What is the flow in MTO process? Could you please explain me step by step process?
    2. Do we run standard cost estimate for MTO costing?
    3. What are step involved in month -end process like WIP or RA calculation, Variance and Settlement for MTO?.
    4. For MTS process we have material master setup with standard price(S) indicator for materials, what about materials master in MTO process?
    5. For RA calculation in project systems we plan cost and revenue on WBS and how and where we plan cost and revenue in MTO process?
    6. What is the difference between valuated stock and non valuated stock?
    Thanks,
    Anusha
    Thanks

  • Table where product category assigned to supplier is stored in SRM

    Hi,
    We are on SRM 7.0.
    We have replicated material groups from ECC as product categories in SRM and vendor master also into SRM. Now I log into SRM portal as strategic purchaser and go to the following tab.
    Strategic Purchasing->Business Partner-> Here I choose an existing supplier, open it up ...go to the Bidder data tab->Categories. Under categories I do an F4 help and choose one of the available product categories and save the entry.
    Where is this information about supplier and product category combination stored in SRM. Which tables?
    Request you to shed some light on this.
    Regards,
    Nikhil

    HI
    there is no relation like that.
    some customer expects this facility
    Product category vs supplier
    prod category - Building equipments - DLF
                           - telecoM - HUTCH
    Try bbpfrg tables.
    muthu

  • How to identify Production Version in wwv_usr_menus

    In the Portal application menu wizard, you can 'Edit as New' from the manage menu UI. This creates a new menu version and row for menu_id in wwv_usr_menus$. You can also select which version (from n number of versions) should be current. Question is :
    How do you determine in custom application sql which version is current in wwv_usr_menus$, no 'Active' column, or iscurrent column exists. I've checked following:
    1. FK Constraint to wwv_usr_menus$ table = 0
    2. Trigger on table for seeding surrogate key only
    3. No menu API in PDK documentation, i.e. boolean = iscurrentmenu(menu_id, version);
    4. Update_dt column only updated when version is modified, not re-selected as current active version in Menu Manage UI.
    5. max(version) returns the last version created, not the current active (production) version.
    Code for rendering menu manage page is wrapped, I think the logic is there?
    Must be another table (not RI linked) that has current Menu version information.
    SO!!!!
    64,000 question is 'How do you know (programmatically) which row in portal.wwv_usr_menus$ is current version, or when you click 'Make version 2 as Production Version', what table is updated in portal schema?
    tia

    Hi,
    I think I have already answered this one. You can get the curent version either from wwv_usr_menus$ or wwv_modules$
    select version from wwv_modules$
    where id = <module_id>
    and status = 'PRODUCTION'
    This gives the version of the current production version.
    Thanks
    Sharmila

  • Receiver Determination when multiple Product Versions / identical namespace

    Hi,
    How would the receiver determination be done when we have multiple product versions with identical namespaces and interface names ?
    During development, when we do a release transfer to another product version, the namespaces and interface names remain same as the current objects.
    How would XI resolve the correct interface in this case ?
    thanks,
    Manish

    The XI does not care about the application systems. When a message is received by the application, it knows, what to do with the messages.
    The receiver could be an RFC call, an IDOC, an Abap Proxy, here the correlation between interface and Abap code is unique.
    The receiver could be a File, or JMS adapter, here the correlation  between interface and communication channel is unique as well.
    You might reuse IDOCs or RFCs or in rare situations other interfaces in different software components and install them for the same application system. But you can only generate proxies from one interface.
    Regards
    Stefan

  • Different product versions displayed in spite of having applied misc v11.1.2.3.50x patches

    All,
    Once logged, here's what is displayed when I click on Help > About Oracle Enteprise Performance Management System Workspace, Fusion Edition then click on the [Show Details] button:
    Explore - 11.1.2.3.000.1175
    Reporting and Analysis Framework - 11.1.2.3.000.1175
    Impact Management - 11.1.2.3.000.1175
    Oracle® Hyperion Financial Reporting, Fusion Edition - 11.1.2.3.508.0939
    Hyperion® Web Analysis - 11.1.2.3.504.11705
    Oracle® Hyperion Enterprise Performance Management Architect, Fusion Edition - 11.1.2.3.500.2033
    Oracle® Hyperion Planning, Fusion Edition - 11.1.2.3.502.04
    Oracle® Hyperion Provider Services - 11.1.2.3.505.005
    Oracle Hyperion Auditing - 11.1.2.3.0
    Calculation Manager - 11.1.2.3.503.005
    Oracle Hyperion Common Administration - 11.1.2.3.0
    Oracle Hyperion Common Security - 11.1.2.3.0
    Oracle Hyperion Lifecycle Management - 11.1.2.3.0
    Hyperion Common Install - 11.1.2.3.0.8719
    Oracle HTTP Server - 11.1.2.0
    This is in spite of having successfully applied the following patches:
    PSU v11.1.2.3.500
    Patch 20029854 (Reporting And Analysis Framework v11.1.2.3.506)
    Patch 19466859 (EPMA v11.1.2.3.501)
    etc;
    .. then re-deployed the java web applications.
    I was wondering if anyone had any idea(s) as to the reason(s) why the above emboldened entries are still showing different product versions to the versions which the patches were supposed to have installed.
    Many thanks,
    JBM

    Unfortunately not every version will update when you apply a patch, it may be worth reading through a blog I wrote on product version - More to life than this...: Understanding product versions in workspace
    Cheers
    John
    http://john-goodwin.blogspot.com/

  • Project "Installer Build Product version" vs exe version

    Hi, 
    Can someone help me understand why the "Installer Build" in a project has a "product version", which later shows up in the Windows add/remove programs?  
    I must be missing something because to me it seems very strange that what they call "product version" in the installer is not automatically linked to the compiled exe version that the installer is built for?
    Now I have to try and remember to manually keep these two versions synchronized, and the build 'product version' doesn't even have the same number of fields as the exe version information?!
    It's strange when my program splash screen shows "V1.2.0.8" (read by the app by inspecting its own exe) but in the windows add/remove programs, it could say something totally different, such as 1.0.6...  
    Why is it like this??  How do other people use/handle these various version numbers?  -is there a way for my app exe to find what the installed "product version" is?
    ---Confused...
    -QFang
    QFang
    CLD LabVIEW 7.1 to 2013

    QFang wrote:
    I suppose it helps explain.. Perhaps I just need to think differently about how to name our installers..  Divorce the installer name from the (main) application name, then the difference in version numbers wouldn't be confusing. 
    Ideally the NI builder would be flexible enough that you could have a "Company Name" as the "installer name" and you could add/remove/maintain the whole company's product list with that same installer, similar to the NI installer.. sounds like a lot of work though.
    Thanks for replying!
    It does sound like a ton of work!  I have to belive it is feasable with TKs like VIPM and Deploy on the market. (A few others I am less familliar with come to mind as well)  Niether is exactly what you seem to want but demo that the tech is there!
    Jeff

  • MRP Run with production version.

    Hi Experts;
    I am working as a member of a SAP implementation supporting team. The client wants to run MRP with alternative BOM, not with the 1st BOM. As a solution for the requirement i created production versions and assigned to MD61 schedule line tab. It is working properly.
    But the user maintain some quantity as a safety stock for finished materials also. To cover the safety stock requirement, system create planned orders with the 1st BOM, not the production version.Already i have maintained the selection method "3" in material master.
    Is it possible to cover safety stock with alternative BOM.
    Please help..
    Thanks,
    Malka

    Hello Malka,
    For your issue,,
    As per other expert suggested you can block the first production version but if in future you want use first production then,,
    In these case you maintain production version in many way
    Ex.
    1.  Lot size .(if production version using for specific lot)
        Maintain the Lot for both production version, so Production version 1 lot completed system take       second production version.
    2. Production version validity date (If production version using for specific period )
        In this case after completion of 1. Production version period system take second one
    3. Manually selection of production version (If multiple production version and all have same condition)
        Whenever you convert the planned order to production order, one pop up come and ask for                manually selection for Production version, for this you go to OPL8 and select the Manually                production version
    I hope this information cover your all requirement, No need to go with quota arrangement
    Still you want know about the Quota arrangement, Please create new thread so other expert also provide their view
    Regards
    Umesh Mali

Maybe you are looking for

  • The computer says the USB device is not recognized

    I have had my iPod for almost a year now and I have not had any problems with it up until now. About a week ago, my computer stopped recognizing my iPod. It showed up on the computer as an unknown device. The computer had been recognizing it before,

  • Display 4 parameters in the body of the error message

    How do I display 4 parameters in the body of the error message when a CAPI fires? By default only the primary key is inculded in the body of the message generated by default for any CAPI. For e.g. I have an employee table with following columns: emp_

  • Using Roland and/or Akai with Soundtrack

    I have a rather large collection of Roland & Akai Sampler disks. These contain a lot of Pads and such that I would like to use with Soundtrack. The problem is that these loops contain an attack, loop point 1 & loop point 2. The sample plays and then

  • Any fix for the low volume on the Nexus yet?

    Volume is really low have been buying new ring tones that are louder in an attempt to hear phone, but no hope for the notifications.... Did not have this issue with other phones.. Any suggestions?

  • To find which packages the PUBLIC role has execute privileges on

    Hi Experts: I need to find which packages the PUBLIC role has execute privileges on, since an Audit has revealed there are "there were execute privileges on 2 packages granted to the PUBLIC role" How can I find these? I have queried, in different way