Question about configurable material

Hi :
Can somebody tell me what's required step to set up a configurable material? What are dependencies,profiles?And how do they work?

Create configurable material mmk1/in mm01 use material type KMAT, characteristics CT04, classes Cl02, configuration profile Cu41, define the class in material master in classification view, assign objects to class Cl24N
Create BOM Work center, Routing and proceed.
If you have any doubt refer
http://help.sap.com/erp2005_ehp_03/helpdata/EN/92/58c09b417011d189ec0000e81ddfac/frameset.htm

Similar Messages

  • Some questions about configuration in MAX.

    Hello,everyone!
    I have some questions about configuration in MAX(I am a jackaroo for motion control development),I hope I can get your help.
    I use PCI-7344+UMI-7764+Servo amplifier+Servo motor,my MAX version is 4.2 and I use NI-Motion7.5
    My question as following:
    1,In Axis Configuration,for motor type,why I must select stepper but not servo?my motor is servo motor!If I select Servo,my motor can't run,I don't know why.
     If I select stepper,though motor can work but I can't test encoder in MAX.
    2,In Stepper settings,for stepper loop mode,why I must select open-loop but not close-loop?If I select close-loop,the servo motor doesn't work too.
    3,If I want my two servo motors run at different velocity,How shoud I do?It seems I just can set the same velocity in MAX for my two servo motors.
     My English is poor,Pls pardon me!I come from China.
    Thank you for your help!
    EnquanLi
    Striving is without limit!

    Hi,Jochen,
    Thank you for your kindly help!
    The manufacturer of the drive and motor that I am using now is Japan SANYO DENKI,drive type is RS1A01AA,motor type is R2AA06020FXP00.
    And I use position control mode,thehe encoder's counts per revolution is 131072.I set the electronic gear ratio to 1:1 for drive.
    Now,I can use Close-Loop to control the motor but still has some problems.When I configure it to run in closed loop mode, the motors behave strangely and never move to the target position.When I configure it to run in closed loop mode, the motors behave strangely and never move to the target position.The detail situation is as following
    1,Motor can't run.
    2, Or motor moves to a position, then moves in the same direction agian and eventually stops.
    Except for the  two points mentioned above,"Following Error" is  occured frequently,I don't know why.
    I am still not clear why I must set the motor type be stepper in MAX .
    And I have another question:what the relationship between the steps and the counts?They have the proportion relations?I notice that there are a section said like this in help document: For proper closed-loop and p-command operation, steps per revolution/counts per revolution must be in the range of 1/32,767 < steps/counts < 32,767. An incorrect counts to steps ratio can result in failure to reach the target position and erroneous closed-loop stepper operation.
    I am verry sorry I have too many questions!
    I am very appreciate for your kingly help!Thanks again!
    EnquanLi
    China
    Striving is without limit!

  • Subtitling (question about archived material)

    OK, I've looked through the archived questions about how to subtitle...and I just want to make sure I do this right. If I do subtitles in DVDSP, do I write them up in a text file first and then import them, or just type them in manually?
    If I do subtitles in FCP I just use something like Title3D and type them in manually...creating a whole buncha overlay (title) clips, right?
    Forgive the redundency, I know how subtitles are supposed to look, just trying to find the best (and least time consuming) way to produce them.
    FYI...the subtitles will be of a person from Spain speaking English (it's kinda hard to understand him since he talks fast and has a heavy Spanish accent).
    Thanks, all, in advance.
    Jonathan

    subtitling (question about archived material)< </div>
    So you are trying put subtitles on your archived material?
    If you use the subtitle track in DVDSP, the text will be switchable by the user. (This is made more complicated by several factors like your desire to make the subtitles permanent or uncontrollable by the user. These are options you can control by programming the DVDSP project. Not difficult but very confusing.)
    If you use a text tool in FCP, the titles will be permanently burned into the video image.
    If you use some fo the more sophisticated (read: Expensive) subtitling tools for FCP, you can export a caption-compliant file that can be printed to videotape or mastered to DVD. If you own one of these products, you are at the complete mercy of their manual's writer.
    bogiesan

  • I have a question about Configuration of Post with Clearing

    I have a question about confiruation of the post with clearing which is t-doce 'FB05'.
    When I make post with clearing on 'FB05', I can change the additional selections.
    Where can I control the confiruation of the additional selections in t-code 'FB05'
    Please, tell me the menu path.

    Hi,
    In SPRO, go to
    Financial Accounting (New) > Accounts Receivable and Accounts Payable > Business Transactions > Incoming Payments > Manual Incoming Payments > Make Settings for Processing Open Items > Choose Selection Fields
    Hope this helps.
    Thanks

  • About configurable material

    hello,
    any body pls explain me. i am facing to issues pls provide me solution
    1) my scenario is make to order with configurable material.
    when i am creating sales order in configuration i have maintined characteristic which were mainly required and status is showing green but when i am going to save it showing inconsistency check message and showing the same material again and asking for enter the data.again means it showing twice then only its allowing to save. i dont have any sales order BOM i have only PROD BOM and component is recursive.
    2) i have maintained dependency in BOM.
    dependy is procedure.
    formula is $self.qty = width*thickness.
    when the time of check i didn't get any error and released.
    but when MRP run i haven't get result on base of my dependency. just which qty i have maintained in BOM only i am getting. pls suggest me where i am doing wrong. actually now we r in GOLIVE.
    THANKS & REGARDS
    Bhakta

    thanks for ur reply
    actually i have maintained dependency formula mentoined below
    Z_WOOD_CROSS_QTY:
    10$self.z_QTY_JSSL = (((((32.5(WIDTH/25.4))/(121212))6)
    20 NO_OF_Pallets))
    30 if packing = 'hisexp' or packing = 'ownexp' and length > 3000,
    40$self.z_QTY_JSSL  = (((((32.5(WIDTH/25.4))/(121212))5)
    50  NO_OF_Pallets))
    60 if packing = 'hisexp' or packing = 'ownexp' and length > 2000
    70and length <= 3000,
    80$self.z_QTY_JSSL = (((((32.5(WIDTH/25.4))/(121212))4)
    90NO_OF_Pallets))
    100 if packing = 'hisexp' or packing = 'ownexp' and length > 1000
    110 and length <= 2000,
    120$self.z_QTY_JSSL = (((((32.5(WIDTH/25.4))/(121212))3)
    130NO_OF_Pallets))
    140 if packing = 'hisexp' or packing = 'ownexp' and length <= 1000,
    150
    160$self.z_QTY_JSSL = (((((32.5(WIDTH/25.4))/(121212))3)
    170NO_OF_Pallets))
    I have maintained
    Thickness: 0.6mm
    Width:1250mm
    Length: 2010
    When I am doing MRP run it should consider line 40-70
    But it considering line 80 - 110 only
    Its giving result as 1.64 in place of 2.04
    Pls help me to resolve this issue. .
    THANKS & REGARDS
    CH.Bhaktavatsalam

  • Question about configurations in Old Server

    Dear All,,
    I have a Question !
    How will you find what are the configuration are in a server.. for example..
    Is the DB configured RAC or DATA guard ?
    Is RMAN configured or not ?
    because at any time we have to face this request for Client who they don't have details regarding their Server,, (in Old Support Projects).
    if i have a plan for a upgradation of database what are the documents i have to prepare and what are the steps i have to take at initial stage !
    Regards
    HAMEED

    Hameed,
    This should be documented and those documents should be provided by the clients.
    You could do some investigation but again this will not be correct or complete without the documentation. For example, for RAC you could query the dynamic views (gv$instance, v$instance on each node) but this assume you already know what servers are configured. Or, you could refer to the RAC/DataGuard/RMAN configuration MOS docs for Oracle E-Business Suite and go through the steps to verify if those configurations are presented or not.
    Thanks,
    Hussein

  • Question about configuring REST web service in EBS instance

    I am from EBS SCM team. From one wiki page, it says OA Framework provides REST framework to expose OAF BC4J objects as web services. Can you provide more details about how to configure REST web service for one EBS instance? Any related information is also helpful.
    Edited by: 936859 on Sep 7, 2012 5:45 PM

    IIRC you must activate PAPI-WS for the engine. In Studio you do it by right-clicking on the project, then "engine preferences". In enterprise/standalone you must activate PAPI-WS in the Admin Center.

  • Question about packaging material

    Hello all,
    i have encountered an interesting problem.
    I create an order with material r-1150 qty = 10.
    and in delivery i used 2 packaging material, each for 5 pc.
    1. PK-100
    2. PK-095,
    thus 2 HUs are created
    however only PK-095 can be displayed in delivery item list ( together with Material r-1150) .the PK-100 is missing.
    and in the following TO, by picking , i can also only confirm the material and PK-095. and the material qty = 10 .
    then I tried to package with only pk-100, and it is still missing from the delivery item list.
    one thing more weird is , if i change manually in Picking the pk-100 to pk-095, even Pk-095 wont be displayed. Only when I empty the box, and delete the HU and create a new HU with Pk-095, then it could be displayed.
    So do you know how to control this ? and where i can configure to hidden and display the packaging material ?
    thanks!
    regards
    Recke

    Hello, Sridhar,
    first, thanx for ur answer,
    but I think u misunderstood it.
    In the first 1. example
    In the delivery, I packed the qty 10 into 2 different packaging material
    1. PK-100 ---- 5 pc
    2. PK-095 ---- 5 pc.
    but in the item list of delivery, i can only see PK-095, and the following TO, I can pick the total 10 pc and PK-095
    but the PK-100 is missing ( despite that it contains 5 pcs)
    In the 2nd example.
    I only use PK-100 to pack in delivery, but still missing in the item list. That means only my 10 pc product is there.
    see attached file
    in my example 3
    I only use PK-095 as packaging material, it displays together product.with out any problem.
    so do u know what is the matter here ??

  • The question about configuration Organization Unit on spro

    Dear all.
    I want to configuration Organization Unit on spro so I have created O.Units, Jobs and positions on Personnel Administration->Organizational Assignment->Organizational Plan  but I can't see these values about O.Unit, job and position on  SAP Access Easy .
    How to see these values on  SAP Access Easy ?
    Can I input these values about O.Units, Jobs and positions on spro ?
    Thanks so much.
    Huyen Nguyen

    instead of that
    Define the Number ranges
    in OOCR
    for all the objects
    Make a Template for Objects and Object Id
    and upload the same thru PP01
    than all the enties will sit in the SPRO
    >note it is not mandatory to create thru SRPO wht in case if u have 4000 to 5000  Employees
    So the best way is upload the Data thru LSMW thru Proper objects and Relatioships

  • Questions about configuring sshd

    I checked the server admin manual and didn't find much detail on this topic. I took a look at the man page for sshd, but didn't really understand everything I read. Hoping someone here can help me understand how to configure sshd in OSX. I'm pretty new to OSX, but I have some experience working with Linux hosts. Working with sshd seems a little different on OSX.
    I need to adjust the system wide setting to timeout inactive SSH sessions. Currently a stale session will hang open for ever. I need to set the timeout to 15 minutes. Where/How is this done? Is this done in /etc/ssh_config by setting a value for "ConnectTimeout?" Is this seconds or minutes?
    How do you restart sshd after making changes to the config?
    What is the difference between /etc/ssh_config and /etc/sshd_config?

    First off, there are two config files of interest here:
    /etc/ssh_config - configuration file for the ssh client
    /etc/sshd_config - configuration file for the ssh server
    If you make a change to sshd_config then the change will apply to all connections made to this server. Making changes to ssh_config affect outgoing connections initiated by this machine.
    So the first question is which file to edit.
    If you want to control this at the server side (so idle connections are terminated by the server) then edit /etc/sshd_config.
    All the options are covered in the sshd_config man page:
    # man sshd_config
    Specifically, I think you're looking for a combination of ClientAliveInterval and ClientAliveCountMax.
    ClientAliveInterval sets how frequently SSHD checks the client connection. If ClientAliveCountMax tests are performed without any response the connection is closed.
    So, for your 15 minute disconnect you could set the ClientAliveInterval to 300 (5 minutes = 300 seconds), with a ClientAliveCountMax set to 3 (you don't want to set it to 15 minutes/1 Max since any temporary network delay could cause the connection to drop).
    To control this from the client side, the corresponding parameters to add to /etc/ssh_config are ServerAliveInterval and ServerAliveCountMax.
    How do you restart sshd after making changes to the config?
    Changes are dynamic, and applied to each new connection (i.e. the next time you log in it will use the current sshconfig/sshdconfig settings).

  • Question about configuration of NAT on ASA

    Hi all,
    I have ASA config with DHCP and its providing IP to users.
    ASA is connected to 3550 switch it has direct connection or say default static route
    From 3550 switch  connection goes to Router and it does the NAT   and has connection to outside world.
    My question is do i need to configure the NAT inside  and global (outside ) on the ASA  or not?
    As per my understanding NAT is done by router which has connection to ISP.
    Thanks
    Mahesh

    Hi Jennifer,
    Thanks for replied.
    I tested like this  config the NAT on ASA 
    then as per your reply run the command no nat-control as ASA ver is 8.4
    But nat config is still there in ASA.
    I did sh xlate it shows
    ciscoasa# sh xlate
    27 in use, 371 most used
    PAT Global 192.168.11.2(33396) Local 192.168.1.5(57177)
    PAT Global 192.168.11.2(61657) Local 192.168.1.5(57176)
    PAT Global 192.168.11.2(52259) Local 192.168.1.5(57175)
    PAT Global 192.168.11.2(30453) Local 192.168.1.5(57174)
    I did clear xlate still there is output from the sh xlate
    My question is how we test that ASA is nating or not ?
    Which commands can tell us that ASA is doing NAT ?
    Thanks
    MAhesh

  • Question about configuring Etherchannel on Catlyst 3750

    Hi, I have a stack witch catalyst 3750, I mean I have 3 switches ( 1 master, 2 slaves)
    My question
    Can I configure an etherchannel having 2 interfaces on each switch?
    How can I do this?
    Thanks
    Regards

    If you have a stack it should present itself as a single switch just put channel-group 1 desirable nonsilent if you are going to another cisco on each of the interfaces you want in the channel . this is for a layer 2 etherchannel . For a layer 3 etherchannel is somewhat more involved and too long to write here , just go to the cisco.com site and search on configuring etherchannels,3750 .

  • Question about configuration (ATI 5770) w/ 3 monitors

    Ok I already know how to get three monitors running on the ATI 5770.  I have one native mini DisplayPort, one mini DisplyPort to VGA and one native  DVI or DVI to HDMI.  What I need to know (before I buy another native mini DisplayPort monitor) is if the 5770 can run two native mini displayPort monitors and a native DVI?  Has anyone done this?

    i am currently running 3 displays on my macpro 1,1 with a 5770 card. here is my setup
    mini display port to dvi (dual link active from monoprice) to an Acer 24" monitor
    mini display port to dvi (sme as about) to and dvi to hdmi adapter to 65" 1080i television
    dvi port to Acer 24" monitor.
    i have to set it up this way because if i set both monitors to mini display port adapters and the tv to the dvi to hdmi adapter one of the monitors will not come on. setting it this way all three monitors are working. the only problem that i have is that my tv monitor flickers like the computer is refinding it all the time. i haven't really had a chance to look into it too much, but i can tell you that without the active link adapters only two of the three connections will work at one time.
    hope this helps

  • Questions about configuring passwords ...

    RAS-ROUTER:(config)#enable secret ?
    0
    5
    LINE
    whats the difference between using the number '0' and then typing the password from just typing the acctual password?
    Thanks

    hi
    AFAIK u can enter the unecrypted string as the password after keying in 0 which we does normally when configuring the password.
    which it does enrypt using md5 algorithm and displays in the running config.
    Router(config)# enable secret cisco
    Router# show running-config
    version 12.1
    no service single-slot-reload-enable
    service timestamps debug uptime
    service timestamps log uptime
    no service password-encryption
    hostname CE
    logging rate-limit console 10 except errors
    no logging console
    enable secret 0 $1$53Ew$Dp8.E4JGpg7rKxQa49BF9/
    when u use keyword 5 in conjuntion with the command then u need to enter the encrypted keystring followed by 5.
    regds

  • [SOLVED] Question about configuring i3

    I would like to use the "Tab" key instead of the "Shift" key in a default i3 configuration with the "Alt" key as modifier. I replaced "Shift" for "Tab" in ~/.i3/config, but it doesn't work as I expected. For example, by default $mod+Shift+1 moves the focused container to workspace 1. This doesn't work when changed to $mod+Tab+1, but works if set to $mod+Tab. The userguide (http://i3wm.org/docs/userguide.html#keybindings) states the available modifiers: Mod1 to 5, Shift and Control. It seems that Mod1 is "Alt", Mod4 is "Windows", but I don't know the others. Perhaps the reason is that the "Tab" key is not set as a modifier? Would you please assist me with this and thank you in advance.
    Last edited by rayanamukami (2014-05-30 17:52:18)

    rayanamukami wrote:Perhaps the reason is that the "Tab" key is not set as a modifier?
    That's right. Modifier keys modify input, while the Tab key sends input; If you hold down the Tab key, it will repeatedly send tabs to stdin. You can use xmodmap or setxkbmap to change around the mappings of keys. A common one which I use is setting Ctrl to the CapsLk key since, come on, how often does anyone use CapsLk?

Maybe you are looking for