Plant specific Table

Hi,
What is the name of plant specific table.
And how i know that inwhich plant,which storage location is there..?
Thanks in Advance..
Yogesh

Hi Manohar,
I am working with Inventory Management..
so is these correct..?

Similar Messages

  • Old Number in Plant Specific Table- MARC

    Hi Experts,
    I understand that Old material number is at client level in Material master. Our client has 21 plants and each plant has its own legacy system. Hence they have different Old material numbers plantwise. This Oldmaterialnumber is to be tracked in the system, till cutover phase, since initial stock upload will be done based only on this. Is there any field in Purchasing or anyother Plant specific views, to populate this data. Ifany of you have come across this scenario, please let us know. We wish to avoid developments on this front.
    Thanks,
    Tushar/S. Satish

    classification is standard.
    you can create a class old material number
    and characteristic for each plant e.g. oldmatplant1234; oldmatplant 2345;
    so you finally have 21 characteristics in your class
    and you then enter the old material number to its corresponding characteristic.
    search via classification is a standard feature embedded into material search.

  • Creation of Plant Specific Views while creating or changing the Material

    Hi,
    When saving a material (MM01/MM02), based on data in custom table, I have to extend the material for different plants and plant specific views such as
    1.     Purchasing
    2.     Foreign Trade Import
    3.     MRP1
    4.     MRP2
    5.     MRP3
    6.     Forecasting
    7.     Parts F&P Data (custom view)
    8.     Accounting 1
    How can I achieve this? Is there any FM or BAPI that can be used to extend material for a plant and its specific views?
    Also please suggest me the user exit or BADI which has to be used to achieve this functionality?
    Best Regards,
    Kumar

    We can use the BAPI, BAPI_MATERIAL_SAVEDATA to extend material to different views.

  • Plant Specific Vendor for Pur Org

    Hello Experts,
    Scenario: One global purchasing org. procuring across regions and region specific purchase orgs for US / ASIA / Australia
    We want to have only one purchasing org and we want to have local suppliers assign to it. This local suppliers can be plant specific. No other plant in another region should be able to use this local suppliers even with the global pur org.
    How can we achieve this.
    Thanks and Regards,
    Anil

    hi,
    we cannot restrict as u said, with the standard sap.but we can maintain internal table with the combination of plant, pur org, vendor and when we create PO , system has to check in this table and throw message based on requirement . this logic can put in BADI for PO creation. pls check with the ABAP er regarding this
    regards
    vengaladasu

  • No. ranges plant specific

    Hi Gurus
    the number ranges for creation of orders should be plant specific. i.e, for different plants in slaes order different no. ranges should be defined.
    can any one help me in solving this issue.
    regards
    pavan

    Hi Pavan,
    Create a Z table with the fields you need for selection of Number ranges.
    With help of your Technical consulatnat you can write code to pick the number range logic.
    Use SAP Standard User Exit: MV45AFZZ
    FORM USEREXIT_NUMBER_RANGE
    This userexit can be used to determine the numberranges for   *
          the internal document number.                                 *
    TABLES :ZNUMR.
    SELECT SINGLE * FROM ZNUMR WHERE
                   WERKS = VBAP-WERKS AND
                   AUART = VBAK-AUART.
        IF SY-SUBRC = 0 AND ZNUMR-NUMKI NE SPACE.
                  MOVE ZNUMR-NUMKI TO US_RANGE_INTERN.
        ELSE.
    MESSAGE E002(ZMES) WITH VBAP-WERKS VBAK-AUART.
        ENDIF.
    Hope this resolves your issue.
    Regards,
    Dnyandeo H. Ainarkar

  • Plant Specific Tax Determination

    Hi Experts,
    I have a Requirement for my client for Plant Specific Tax Determination.
    Currently Freight Service Tax is determining from the value assigned in FTXP to all the Sales Orders accross all the Sales Org and Plants.
    But now the Requirement is to get different Services Taxes with respect to Plant/ Sales org.
    Pl Explain Step by Step.
    Thanks in Advance.
    Srinivas

    Dear Mr. Lakshmipathi,
    Thank u for ur response.
    I tried the same procedure before posting the thread itself, but its not working.
    coz, if we want to access Taxes from Pricing procedure, we should give Accounting key for the relevant Cond type in pricing procedure. But in our pricing procedure all the Tax condition types are Statistical and not needed any accounting key. Mainly our requirement is Not to Disturb the existing accounting entries.
    We r using TAXINN  Procedure.
    All the Tax cond types r accounted through Taxinn Procedure only.
    In Taxinn Procedure, for Freight Service Cond type Access Seq is MWST(Tables- Country & Tx Cl No.)
    But in Pricing Procedure, for Freight Serv Cond Type Access Seq is JDUM(Sap Standard one)
    During Sales Order, system is considering only MWST Condition Record, that is FTXP or VK19
    But this should be Plant or Sales Org Specific.
    So Please Help me to solve it.
    Thanks in Advance,
    Srinivas.

  • Plant specific ordering unit

    Hi experts,
    Is it possible to use plant specific ordering unit?
    I am unable to maintain. Request provide any clue.
    warm regards
    marias

    Hello friends!!
    The ordering unit maintained in purchasing view is not plant specific.... It is MARA table entry only!
    My requirement, when attempting PO for plant 1000,  default OUn should be KG, i case of plant 1100, it should be Ton.
    How to achieve the OUn specific to plant?
    Hope my query is clear.
    warm regards
    marias

  • Error while running query for a specific table

    Hi All,
    I need your help please.
    I've configured everything correctly in my SCCM environment. And i used to connect the CAS database from a separate box(same domain) which has SSMS console installed in it. Now the problem is, whenever i try to run a query in CAS database locally, it runs
    successfully. But when i connect the CAS database remotely and run the same query with the same login i used in CAS, it says the below error. This is happening from past 2 days only. :'(
    Query ran :
    select top 100 * from v_GS_WORKSTATION_STATUS
    Error :
    Msg 18456, Level 14, State 1, Line 1
    Login failed for user 'NT AUTHORITY\ANONYMOUS LOGON'.
    OLE DB provider "SQLNCLI11" for linked server "abc.domain.com" returned message "Invalid connection string attribute".
    I checked the SQL connection authentication information it says authenticated by kerberos using below query :
    SELECT 
        s.session_id
      , c.connect_time
      , s.login_time
      , s.login_name
      , c.protocol_type
      , c.auth_scheme
      , s.HOST_NAME
      , s.program_name
    FROM sys.dm_exec_sessions s
      JOIN sys.dm_exec_connections c
        ON s.session_id = c.session_id
    where s.host_name='servername'
    Result:
    136 2015-01-30 17:50:29.277 2015-01-30 17:50:29.280 domain\user TSQL KERBEROS servername Microsoft SQL Server Management Studio
    But, another wierd information is i can successfully run the below query in remote.
    select * from vSMS_R_System
    I think that specific table is not working in remote. Pleaseeeeeeee helppp me......
    Regards,
    Jay

    Hi JaySmiley,
    According to your description, you get the logon issue when connecting to CAS database remotely and execute query. Right?
    In this scenario, this error can happen when the SPN account is registered without setting 'trusted for delegation' property. Account must be trusted for delegation in order for Kerberos delegation to succeed. Here's a blog talking about your scenario, please
    refer to the link below:
    http://blogs.technet.com/b/umairkhan/archive/2013/10/19/the-distributed-views-do-not-get-created-in-configmgr-2012-sp1-because-of-the-login-issue.aspx
    If you have any question, please feel free to ask.
    Simon Hou
    TechNet Community Support

  • How To Restric all kind of access to 2 specific tables in SQL Server for all Users.Instead of table we would like users to go through View.

    Hi All,
    I am looking at an Technical solution for Restricting the direct access some specific tables in my data base  to all the users(Except admins and few Service accounts). However views created on top of these tables would be exposed to all Users.
    Could any one help me with the best solution.
    Thanks in advance,
    Regards,
    Raja Suri

    Hello,
    You can try to create a new role "Client_User" in the database and deny access to the new role on the specify tables. And then add all user which you want to restricting the direct access the specific tables to the database role.
    For example:
    Use Database
    CREATE ROLE [Client_User] AUTHORIZATION db_securityadmin;
    DENY SELECT ON OBJECT::schema.table TO [Client_User] ;
    EXEC sp_addrolemember 'Client_User', 'username';
    Regards,
    Fanny Liu
    Fanny Liu
    TechNet Community Support

  • How to restrict change to plant specific data in MM01 and MM02 transaction.

    Hi Experts,
    The requirements is to restrict the plant specific data change in one system. As of now we have 2 different system lets say sys-1 and sys-2. our requirement is if at all any of the users are trying to change/create the material in Sys-1 they should be only able to update basic information and parts regional information/global informations only in sys-1.
    Do we have any option in customizing?
    If not then what would be the way to achieve this?
    Please help.
    Thanks!!!!
    Rajesh.

    Hi,
    Please refer the below link it may help you..............
    Authorization object for label Data view in mm02

  • How to get search help tables of a specific table

    Hello Guru,
    I've a problem.
    I'm looking for a way to find out how many "search help" tables exist in a specified Check Table.
    Well, when I look for a check table of a field like MARD-LGORT
    I got as a check table T001L, now when I read the data from it, using the function module RFC_READ_TABLE I got all the data that I need, except now that I don't know which fields are actually displayed in the search help table of the field LGORT
    This what I want, in my case, the field that I need in the table T001L are : LGOBE LGORT WERKS
    All the others, are not so important.
    Please let me now, if you have an idea to find this.
    The search help table is for LTGORT : H_T001L
    Best Regards,
    Kais

    hi ,
    try this
    in the F4 value..
    call funtion '  HELP_VALUES_GET'                                                                               
    DISPLAY        =   "Text u want to display                                                                      
    FIELDNAME       = "Field name in specific table                                                                     
    INPUT_VALUE    = "Any default value                                                                       
    TABNAME           =   "Table name           
    Exporting
    SELECT_VALUE     = "The selcted vale in pop=up
    SELECT_INDEX      = "selected Index.
                Regards,
    prabhudas

  • Manual Exporting of BLOB specific table to text file

    Hi,
    Our application is having 60000 record in a BLOB specific table.
    My requirement is to export the entire table data to text files .
    When I tried converting BLOB to sting and writing to file, it took almost 3 mins for 100 records, if so, will take so much of time in exporting data from BLOB specific table.
    I am using the following logic,
    byte[] bdata = blob.getBytes(1, (int)blob.length());
    String data1 = new String(bdata);
    buffer.append(data1);
    Can anyone please tell me how can I speed up the operation.

    >
    Our application is having 60000 record in a BLOB specific table.
    My requirement is to export the entire table data to text files .
    >
    Welcome to the forum!
    If you are looking for a pure Java solution you should post this question in the JDBC forum.
    https://forums.oracle.com/forums/category.jspa?categoryID=288
    Unless your BLOB data is located inline you are going to use Oracle to read 60,000 files, one at a time, and then use Java to write 60,000 files one at a time.
    That will be a very slow process.
    Also - your Java code is only going to read the LOB locator and inline BLOB data since you are not getting and processing the actual stream.
    See 'Reading and Writing BLOB, CLOB and NCLOB Data' in the JDBC Dev Guide for details
    http://docs.oracle.com/cd/B28359_01/java.111/b31224/oralob.htm#sthref756

  • Disable Statistics for specific Tables

    Is it possible to disable statistics for specific tables???

    If you want to stop gathering statistics for certain tables, you would simply not call DBMS_STATS.GATHER_TABLE_STATS on those particular tables (I'm assuming that is how you are gathering statistics at the moment). The old statistics will remain around for the CBO, but they won't be updated. Is that really what you want?
    If you are currently using GATHER_SCHEMA_STATS to gather statistics, you would have to convert to calling GATHER_TABLE_STATS on each table. You'll probably want to have a table set up that lists what tables to exclude and use that in the procedure that calls GATHER_TABLE_STATS.
    Justin
    Distributed Database Consulting, Inc.
    http://www.ddbcinc.com/askDDBC

  • SQLPS - Checking for a specific table

    I am trying to check for a table existence in each database.  Any ideas why this does not work?
    Import-Module
    "sqlps" -DisableNameChecking
    $SQLServer
    = "wobdslezberg2"
    Set-Location
    SQLSERVER:
    $dbArray
    = Get-ChildItem
    -name -Exclude
    "tempdb*",
    "master*",
    "model*",
    "msdb*" |
    Sort-Object
    foreach ($DatabaseName
    in $dbArray)
    $instance =
    $DatabaseName
    #write-host  $instance
    if (test-path
    "SQLSERVER:\SQL\wobdslezberg2\DEFAULT\Databases\$instance\Tables\eConfig") {write-host
    "exists"}
    else {write-host
    "not exists"}

    I am trying to iterate through all the databases on the server and check for the existence of a specific table in each database. 
    Actually that line does work fine because if I comment out the if test-path line, I get results as expected.  and I get list of tables like this
    dbo.SRC04_TABLES
    How do I put in the schema (dbo) in the test-path?
    The test-path does not seem to work as I get this message
    Test-Path : Cannot retrieve the dynamic parameters for the cmdlet. SQL Server PowerShell provider error: The number of keys specified does not match the number of keys required to address this object. The number of keys required are: Name.
    At line:19 char:9
    +     if (test-path "SQLSERVER:\SQL\wobdslezberg2\DEFAULT\Databases\$instance\Tabl ...
    + ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
        + CategoryInfo          : InvalidArgument: (:) [Test-Path], ParameterBindingException
        + FullyQualifiedErrorId : GetDynamicParametersException,Microsoft.PowerShell.Commands.TestPathCommand
    Thanks
    Scott

  • Default value in MIGO transaction for PLANT specific

    Hi Experts,
    I am looking for default vaule in MIGO transaction.
    Whenever goods receipt is entered for one particular PLANT ,i want vaule to be dafaulted in Quantity tab No.of container unit value to be PC for english and ST for german.
    Is is possible to achiece by creating new role ? if then how ?
    Note : It is for PLANT specific and for only one user.
    Thanks

    >
    Dhina wrote:
    > Is is possible to achiece by creating new role ? if then how ?
    This is not possible using security.  You will be able to do it via some form of customisation but you need to judge whether is it worth it.

Maybe you are looking for