Batch specefic uom with object dependencies

Hi all,
i ' am working in variant configuration environment , i have a products as steel sheets this sheets have length, width, and thickness the so order is in ea, and the sales man configures length , width and thickness, in the configuration of so, i want the system to translate these characteristics as weight in the production order , i read about batch specific unit of measures with object dependencies but i couldn't do it  , can you tell me the required configuration and master data steps to fulfil this requirements?
Regards,
Ahmed Sobhi

Dear Ahmed Sobhi !!!!
If ur In variant Config Environment U have to Create Characteristic For Sheet  And assign value for that with length Width And Thickness So on like it should be like Permutation and Combination After that u need to make a class for this Characteristicsu2019 then assign this to the Material in classification view and For Finished Material also then and According to the Characteristic u need make a batch Selection either by dimension And In dependency as per the Selection Condition u can Make Selection of Particular Material And U can assign .
In MSC1N u can call the Characteristic and Assign this to the Desire Batch
Revert Back
Pushpalas

Similar Messages

  • BAPI_OBJCL_CHANGE error: valuated with object dependencies

    Hi expert,
    having programmed an extension for a customer for automatic maintenance of characteristic values of technical object, we have come across an error.
    When using BAPI_OBJCL_CHANGE to change a characteristic followed by BAPI_TRANSACTION_COMMIT (without wait) we have two scenarios:
    1. if the technical object has no value in the characteristic before calling  BAPI_OBJCL_CHANGE  the characteristic will be set.
    2. if there is already a value set there is an error stating
    Characteristic 'XYZ' valuated with object dependencies (old value '00')
    However, I can't find a dependency definition in CT04. do you know what's wrong here,or what is a usual cause of that?
    thanks
    Stefan

    Hi,
    Please see the given link, It may help you.
    Re: BAPI_OBJCL_CHANGE and BAPI_TRANSACTION_COMMIT
    Regards,
    Shamma

  • BOM UPload with object dependencies

    Hi PP Gurus,
              Does anyone have a LSMW project or upload program to upload BOM with Object Dependencies?.. I would really appreciate if someone could help me. Thank you very much.
    Sincerely,
    Heinrick Palad

    Hi Sir..
          Do you have an existing excel template for this BAPI. I cant seem to find the field where it assigns object dependencies.
    Thank you Sir

  • Select bom items with object dependencies

    Hello everyone,
    this is my problem: during bom explosion from production order I want to select
    a bom item (eg 0020) only if not selected the previous item (eg 0010). there any way? what's the syntax for this object dependencies?
    Thanks to all!

    Hi,
    As per my knowledge we can use selection condition in the BOM with reference to the Characteristics value only. I don't think so, there are options based on previous item selection.
    Let's wait for PP Guru's Answers.
    Thanks,
    R.Loganathan

  • Batch input with objects

    Hi,
    Exists a standard class to develop a batch input????
    Any ideas???
    Is it possible to create a batch input with objects??

    Hi there
    Why not
    just define your class in the normal way
    decide what variables you need to pass
    in the methods of your class call the fm modules bdc open, bdc dynpro etc etc.
    Incidently the following include will have a decent amount of code for the BDC bits.
    include bdcrecx1.
    A good way is to start sm35 to record what you are doing on the screen. When you've finished  go to your recording in SM35 and click on CREATE PROGRAM - it will create most of the code for you including the screen fields -- you'll need to edit a bit of course as you don't need everything that will be shown.
    Debugging in the CREATE PROGRAM might show you a decent generic way of generating BDC's which you could easily do via a class.
    Note however using BDC's is the LEAST PREFRERRED WAY of performing work and should only be used as a LAST RESORT if there really is no other way. A lot of new BAPI's and Classes are now available which can do away with the need for BDC's  in most cases.
    job done.
    cheers
    jimbo

  • Batch Specific UOM - Rounding error

    Hi All,
    I just configured Batch Specific UOM to convert pipe material with base UOM of foot to alternate product UOM piece. Length of each piece varies from 30.000 to 35.000 feet.
    When I post goods receipt with 
    1. Unit of entry is alternate UOM (pieces) - system converts qty to feet using planned conversion factor
    2. Unit of entry is base UOM (foot) sytsem is rounding off qty in feet to zero decimals and then applying planned conversion factor. While removing decimal digits it gives message "Too many decimal plces for UOM foot" ( 100.78 feet will be changed to 101 feet)
    When batch is changed to input correct correct conversion - it changes qty in pieces instead of changing it in base UOM.  So now there is no way to enter qty correctly in base UOM with correct decimal places -such as 100.54 foot.
    Any help will be appriciated.
    Thanks,
    Ashutosh
    Edited by: Ashutosh_x on Dec 21, 2009 8:18 PM
    Edited by: Ashutosh_x on Dec 21, 2009 8:19 PM

    have you read this document, especially the Prerequisites?:
    http://help.sap.com/erp2005_ehp_04/helpdata/EN/7f/c23c08ddf411d285e20000e82013e8/frameset.htm
    I think you have to use Conversion Factors from Object Dependencies  instead of Conversion Factor from Two Units of Measure

  • Variant configuration-- syntax error in creation of object dependencies

    In variant configuration when i try to create object dependency (tcode=cu01), after entering the dependency and also description when i enter the syntax in the source code it is giving error: error in syntax check for simple condition
    I have entered syntax as  : engine_cap in ('1000','1400','2000'), pls guide me with the solution to create object dependency

    Dear, Shakeer
    Please follow along with my very own config guide of variant config.
    1)     Create a configurable Material Using KMAT u2013Material Type. Item Category 0002 and Item Category Group 0002. Go to classification tab-here you maintain the class type 300 and assign the class, we will create this shortly. (So after creating class come back into MM02 and input the class that you create in step 2.)
    2)     Create a class in T-Code CL01. Use class type 300 for Variants. In this we assign the characteristics we will create shortly.
    3)     Create characteristics in T-Code CT04. Create your characteristic like for example, Z_Type, Z_Model, and Z_Color.
    4)     We must create a characteristic for the pricing. Example, Z_CarPrice inside this characteristic we must maintain. Table Name SDCOM, Field Name VKOND in the additional data tab. Also, go to restrictions tab and enter the class type 300 Variants. Now in order to make this pricing work for you, you must maintain (enter) all the values from the characteristics. For example, Red, Blue, Black, Honda, Toyota, GLI, XLI, and 2.0D.
    5)     Now going back to the characteristics in CT04 change mode. Make sure Basic Data has *Multiple Selections circled. * Character Format has 26 and a check in case sensitive. Make sure in restrictions tab class type 300 Variants is present. Go back to Values and highlight the first one. Example, Red then go to Extras->Object Dependencies->Assignments You must maintain this code $self.Z_CarPrice=u2019Redu2019 in basic data make sure itu2019s released & procedure is filled in. Go back to dependency editor and paste the same code there after 000010 $self.Z_CarPrice=u2019Redu2019 and do this for each and every value. Very Important * Maintain configuration profile in T-Code CU41 for the material -> Priority 01, Variant Configuration, Class 300, status, Released 1, then click save. Note: If 2 conditions are inactive use class group A instead of B in SPRO for Condition type VA00.
    6)     Go to T-Code VK11 and enter VA00 condition type. Enter all the values maintained in the characteristics for example, Red, Blue, Black, Toyota, Etc and enter the price then click on save. Now it should work fine in VA01. Make sure you have assigned the VA00 condition type in the pricing procedure.
    Good Luck,
    Muhammad Ali Lozada

  • Function modules (and the like) for testing Object Dependencies in PLM

    Hi all,
    I've created an upload program for characteristic values to AUSP, but I need to <b>check the object dependencies</b> (as shown in transaction CU03) before saving the data.
    I have the list of the dependencies for the characteristic in question, but how can I perform a dependency check in program code? Is there any <b>function modules</b> (and the like) which I can use?
    All helpful answers will be rewarded!
    - Mari Virik

    Thanks!
    I'm not that familiar with BAPIs, which transactions can I use to check it out? Transaction BAPI? And how do I locate it in the BAPI Explorer? How do I perform the method call?
    More points will be rewarded
    - Mari

  • Having more than one Unit of Entry (Batch specific UOM)

    Hello All
        I am using Batch specific UOM (Product Qty Conversion), am working with SQM & NOS as batch specific UOM & the Base UOM of matereial is KG.
        My requirement is that at the time of GR for the material I need both batch specific UOMs viz SQM & NOS as the Unit of entry alongwith Base UOM. Looking forward to your valuable inputs.
    Regards,
    J K Tharwani

    Hello Jiteendra,
    Could you pl share your findings? We here in Cheese manufacturing want to use multiple Batch specific UOM, while Milk receiving. Milk has components FAT, Protien, Other Solids and Water. I have created 3 Batch specific UOM AU1- FAT, AU2 - Protien and AU3 - Other Solids. When i receive Milk, i enter the percentages as the batch characteristics for all the 3 batch specific UOM and i can see the stock in each of those UOM's.
    So far so good....I have all these 3 Batch Specific UOM's defined in the Cheese BOM, with the same Milk material number and batch specific UOM.
    But when i try to consume the Milk Batch, i cannot consume the same Milk batch for all 3 components. Do you know how can i consume the same Milk Batch for all the 3 components in the process order for Cheese manufacturing?
    Thanks in advance.
    Regards,
    Mangesh

  • Function to copy BOM object dependencies

    Hi everyone.
    I've had to create a program to copy (or extend) BOMs to other plants, like CS01 and CS07 transactions.
    I did it like in the sample program MAT_BOMGROUP_CREATE_SAMPLE, replacing function ALE_MATERIAL_BOM_GROUP_CREATE with the bapi BAPI_MATERIAL_BOM_GROUP_CREATE.
    The problem is that this functions cannot handle object dependencies. (leaves field STPO-KNOBJ empty)
    I got this two sap notes, but for now it was useless:
    488765
    545676
    Do you know any FM or bapi that do it?
    Thank you.
    Alberto
    Edited by: A. Tabernero on May 21, 2009 4:56 PM

    Any sugestion please?
    Now i'm trying to use the function CS_BI_BOM_CREATE_BATCH_INPUT1 to create a new BOM, but i have a problem: only one item is created. ¿Anybody knows how to create all of them?
    (The table contain all the items)
          CALL FUNCTION 'CS_BI_BOM_CREATE_BATCH_INPUT1'
            EXPORTING
            BDC_FLAG           = ' '
              bom_header         = wa_bicsk
            CLOSE_GROUP        = ' '
              commit_work        = 'X'
              group_data         = wa_bgr00
            NEW_GROUP          = ' '
              tcode_mode         = 'N'
            TCODE_UPDATE       = 'S'
            IMPORTING
              msgid              = v_msgid
              msgno              = v_msgno
              msgty              = v_msgty
              msgv1              = v_msgv1
              msgv2              = v_msgv2
              msgv3              = v_msgv3
              msgv4              = v_msgv4
            TABLES
              bom_item              = it_bom_items
              bom_sub_item       = it_bicsu.
    Thanks,
    regards
    A.Tabernero.

  • Batch Specific UoM

    Finished products goods receipt is made in litres(BaseUoM).WE also have batch specific unit of measure-Kg.Is there any standard report available to see the finished products batches along with the batch specific unit of measure quantity

    hi,
    check in MB51....just give your material and execute. After this there is a Detail List (CtrlShiftF12).
    Then through Variant you can get Batches and Uom...
    Regards,
    Mridula.

  • How to find object dependencies using the DBA_DEPENDENCIES

    Hi,
    Could some one please help me in finding out the object dependencies among objects?
    I was trying to find out the all levels of dependencies for a given object in  a given schema, but this following query is not working for packages type.
    I want to find out all LEVELS of object involved in the creation of a package.
    Example:
    SELECT DISTINCT owner,name,referenced_owner,referenced_name,referenced_type, LEVEL Le1
    FROM dba_dependencies
    where owner =user
    START WITH NAME = 'object name'
    CONNECT BY NOCYCLE PRIOR referenced_name    = NAME
    --AND PRIOR REFERENCED_OWNER = OWNER
    --AND REFERENCED_TYPE = 'PACKAGE'
    ORDER SIBLINGS BY name
    Please help.

    Oracle Database 11g Enterprise Edition Release 11.2.0.2.0 - 64bit Production
    WITH v AS (
        SELECT  line
               ,col
               ,name
               ,object_type
               ,object_name
               ,type
               ,usage
               ,usage_id
               ,usage_context_id
        FROM    user_identifiers
        WHERE   object_name = 'XML_SPREADSHEET'
        AND     object_type = 'PACKAGE'
    SELECT  LEVEL,LPAD(' ', 2*(LEVEL-1)) ||NAME
           ,object_type
           ,type
           ,usage
           ,line
    FROM v
    START WITH name = 'T_REC_CAPTION'
    CONNECT BY PRIOR usage_id = usage_context_id
    ORDER SIBLINGS BY line, col
         LEVEL LPAD('',2*(LEVEL-1))||NAME   OBJECT_TYPE   TYPE               USAGE             LINE
             1 T_REC_CAPTION                PACKAGE       RECORD             DECLARATION        317
             2   TITLE                      PACKAGE       VARIABLE           DECLARATION        318
             3     VARCHAR2                 PACKAGE       CHARACTER DATATYPE REFERENCE          318
             2   TOPTITLE                   PACKAGE       VARIABLE           DECLARATION        319
             3     VARCHAR2                 PACKAGE       CHARACTER DATATYPE REFERENCE          319
             2   SPAN                       PACKAGE       VARIABLE           DECLARATION        320
             3     PLS_INTEGER              PACKAGE       SUBTYPE            REFERENCE          320
             2   COMMENT                    PACKAGE       VARIABLE           DECLARATION        321
             3     VARCHAR2                 PACKAGE       CHARACTER DATATYPE REFERENCE          321
             2   REPEATTITLE                PACKAGE       VARIABLE           DECLARATION        322
             3     BOOLEAN                  PACKAGE       BOOLEAN DATATYPE   REFERENCE          322
             1 T_REC_CAPTION                PACKAGE       RECORD             REFERENCE          324
             2   BINARY_INTEGER             PACKAGE       SUBTYPE            REFERENCE          325
    13 Zeilen gewählt
    What do you mean with They are giving only one level depth of dependencies?

  • Solution Deployment Problem (Administrative Framework Object Dependencies)

    I'm having a problem with the deployment of a SharePoint workflow solution - hopefully someone can help me out.
    Here is the sequence of STSADM commands and their output from the console:
    C:\Workflows>stsadm -o deactivatefeature -name IL.SharePoint.Workflows -url http://localhost/ -force
    Operation completed successfully.
    C:\Workflows>stsadm -o uninstallfeature -name IL.SharePoint.Workflows -force
    Operation completed successfully.
    C:\Workflows>stsadm -o retractsolution -name IL.SharePoint.Workflows.wsp -local
    DeploymentSucceeded : server : The solution was successfully deployed.
    il.sharepoint.workflows.wsp: Operation completed with errors.
    C:\Workflows>stsadm -o deletesolution -name IL.SharePoint.Workflows.wsp
    Operation completed successfully.
    C:\Workflows>stsadm -o addsolution -filename IL.SharePoint.Workflows.wsp
    An object in the SharePoint administrative framework, "SPSolutionLanguagePack Name=0 Parent=SPSolution Name=il.sharepoint.workflows.wsp", depends on other objects which do not exist.  Ensure that all of the objects dependencies are created and retry this operation.
    IL.SharePoint.Workflows.wsp: The Solution installation failed.
    Here is the related log info from the SharePoint logs:
    error-redacted.txt
    As far as I can see, SP is attempting to insert a "SPSolutionLanguagePack" object into the configuration database, with an invalid foreign key reference to the solution. Obviously there is already something fishy going on during solution retraction as well..
    The only possible cause I can think of:
    The virtual machine(s) on which I'm trying to do this deployment (a test environment) were created from the production environment. Somehow, in the process of creating the virtuals, their OS's regional settings got reset to English/US from their desired setting. I've also got a warning in the event log (event id 2486) of the SP host, that the system locale has changed. Weird thing is that another test environment, created from the same set of virtuals and using the same solution package, is not experiencing this problem. Granted, that environment's regional settings were changed back to the desired values at some point, but I've tried doing the same in the problem environment without success.
    Needless to say it's critical for me to be able to test a deployment.. but what's more worrying is that this could occur in the production environment before I've figured out how to solve it.
    Any help much appreciated! :)

    we can deploy any components using solution package (WSP). The below steps ensures that Config refresh timer service occurs.
    1.     Stop the Windows SharePoint Timer Service
    2.     Open C:\Documents and Settings\All Users\Application Data\Microsoft\SharePoint\Config\<<GUID>> folder
    3.     Take backup of Cache.ini file
    4.     Delete all the XML files in the GUID folder
    5.     Open the Cache.ini file in edit mode and delete the contents of it.
    6.     Type 1.Save and close the file.
    7.     Start the Windows SharePoint Timer Service.
    Thanks

  • Operations with object dependency not showing in CTM PDS

    Hi all,
    When PDS is created in APO, the operations with object dependency are excluded in CTM PDS but in PPDS PDS all the operations are fetched.
    When I remove OD from operations and then CIF (curto_create), the operations are visible in CTM PDS too.
    Please let me know the  possible reasons for operations with OD getting excluded from CTM PDS
    Regards,
    RS

    Hello RS,
    If you are using SCM 7.0 please implement the following instructions in BADI /SAPAPO/CURTO_CREATE, for the method CREATE_CTM_PDS insert the code ev_true = 'x' and Activate it.
    then execute the curto_create transaction, while executing curto_create don't select change transfer. Object dependencies should be visible.
    PS: I assume there is no error in the object dependencies defined and the status of the object dependency is set to released.
    Hope this helps you.
    Thanks and Regards,
    Roopesh

  • Routing Object Dependencies ALE.

    Hello Everybody,
    I need to copy the Routing Object Dependencies from one client to another.
    I think that we need to use ALE for that.
    Can someone tell me if that is possible and if it is ,
    give me the detailed steps to show me how to do that?
    I need it very soon , please help me with that.
    Full marks assured.
    Thanks,
    Sneha Singh.

    Hi,
    Actually the Basis guy can help u in this matter boz i don't have that much detail information in ALE
    Basis guy can help you . but i want to give u advice that fetch the data from system for that go to SE16 give the name of Routing table & tick on field which ever u want from system
    try in this way it is fast & secure then ALE.  
    Thanks
    shiva

Maybe you are looking for

  • Will Mac Mini with OSX Server 10.6 Snow Leopard be able to fit my needs?

    Hello, The office i work in is a Mac environment. Is this unit powerful enough to support 20 people? This is the setup i was thinking: Mac mini with Snow Leopard Server - 2.66GHz : Dual 500GB: 1st Internal drive - OS only 2nd Internal drive - OS back

  • I have fixed -48

    Very simple but requires a windows PC with itunes installed. I had experienced the -48 error with 2 back iPod 30gb called up india several times but the same thing happened again and again. I then took a tip from a mate and reformated my ipod to Wind

  • Report on Freight Costs

    Dear All, We are searching for a standard report concerning freight costs on purchase ordres. We would like to have an report with the costs of all PO in a periode. Does something like this existe in the system? Thanks in advance for you reply. Best

  • I am unable to install the update elements inspiration browser for 10

    I am unable to reinstall the update for Element update for Elements 10

  • Segmentation - Filter Organization Model

    Hi Experts, do you have experience to build target group with the assignment of Employee to the organizational model? We want to build target groups to group employees which are assigned to a specific departmnent. We thougth the best is to use the or