How to generate a NEW #Mat No for comb made in"Charc & Charc Values" in S O

Hi Gurus !
I' m working on VC, What should I do to generate a new material num for Characterstic and characterstic values combination made in sales order screen
Here is the problem
My Super BOM is Config Material -- CAR
10. ENGINE 70 HP WITH 4 SEAT
20. ENGINE 70 HP WITH 6 SEAT
30. ENGINE 85 HP WITH 6 SEAT
40. ENGINE 85 HP WITH 8 SEAT
My Characterstic and Char Values are
1. ENGINEPOWER --- 70HP and 85HP
2. SEATINGCAPACITY -- 4, 6, 8
In SALES ORDER when I enter CONFIG MATERIAL -- CAR, it takes me to screen
characterstic and characterstic values screen. I made selection of "ENGINE 70HP WITH 4 SEAT"
Now my issue is, when I go back to sales order it should generate a new finished material Number "xxx" under Config Material - CAR.

Hi Gurus !
I' m working on VC, What should I do to generate a new material num for Characterstic and characterstic values combination made in sales order screen
Here is the problem
My Super BOM is Config Material -- CAR
10. ENGINE 70 HP WITH 4 SEAT
20. ENGINE 70 HP WITH 6 SEAT
30. ENGINE 85 HP WITH 6 SEAT
40. ENGINE 85 HP WITH 8 SEAT
My Characterstic and Char Values are
1. ENGINEPOWER --- 70HP and 85HP
2. SEATINGCAPACITY -- 4, 6, 8
In SALES ORDER when I enter CONFIG MATERIAL -- CAR, it takes me to screen
characterstic and characterstic values screen. I made selection of "ENGINE 70HP WITH 4 SEAT"
Now my issue is, when I go back to sales order it should generate a new finished material Number "xxx" under Config Material - CAR.

Similar Messages

  • How to Generate a complex smart form for the Sales Order different pages h

    How to Generate a complex smart form for the Sales Order different pages has different page Layouts  explain me?

    in print program in interface when calling the form there should be some option to tell it to make a NEW spool everytime.
    I have it in mind for sap-script it is ITCPO-TDNEWID. Dont have it in mind for SAMRTFORMS but still it should work somehow similar.

  • How to add a new data element for existing table filed(Primary key field)

    Hi Experts,
    How to add a new data element for existing table field(Primary key field)
    For this filed ther is no foreign key relation ships and even check table.
    while activating table it is giving message like below.
    can you help any one to solve this and wil steps to add new dataelement for existing primary key filed of a table.
    Check table (NAMING SPACE/TABLE NAME(EX:/TC/VENDOR)) (username/19.02.10/03:29)           
    Primary key change not permitted for value table /TC/VENDOR
    Check on table  /TC/VENDOR resulted in errors              
    Thanks
    Ravi

    Hi,
    Easiest way is to download the table eg into an Excel table (if possible) or text table. Drop the table from the database. Build your table with the new key field. Build the database table again and fill it.
    You can do it also over the database into a new table. Drop the old one. Build the enhanced one and fill it. Afterwards drop your (temporary) table.
    Maybe there are other ways, but this works.
    Success,
    Rob

  • How to create a New Tranport Request for changed  Extract structure

    How to create a New Tranport Request for changed  Extract structure ?
    Hi Experts,
    I have a FI AP Generic Datasource containing extract structure with appended fields.
    It has already been activated and transported to Testing System.
    Now, I am to create a new transport request for this DataSource and Extract structure.
    I do not want to delete and recreate the Generic Datasource.
    I am trying to look at the options in the extract structure top menu from where I can create a new Tranport Request.
    Please let me know the steps
    URGENT

    Hi Dev,
    Once you send the transport request for any data source from Dev to Testing you wont find that again in your Dev (I mean the TR). So, when you change anything for this data source or view now in Dev and try to save it, it will ask for a new transport request and here you can mention a new one starting from View then activate it and go to RSO2 regenerate it and use the same transport request for this too. When you transport this TR to Testing Environment the data source will automatically get changed.
    Hope it helps...

  • How to set a new SCSI number for a second drive?

    How to set a new SCSI number for a second drive?
    Walter

    Walter,
    This web site gives a good diagram:
    http://www.hitachigst.com/hdd/support/dpes/dpesjum.htm
    On a Quantum hard disk drive - they were the original equipment manufacturer (OEM) hard drive provider for Apple, you will see three or four pairs of pins on the green circuit board. They are labled:
    AO . .
    A1 . .
    A2 . .
    If no pins are connected, you have SCSI ID Zero This was the standard setting from the factory.
    If you short out the pins beside AO .__. , you have designated SCSI ID One.
    If you short out the pins beside A1 .__. , you have designated SCSI ID Two.
    If you short out the pins beside A2 .__. , you have designated SCSI ID Four.
    These values can be added together to get other SCSI IDs. If you have a jumper beside AO AND A1, that will add up to SCSI ID Three.
    Some of the quantum drives used tiny black plastic jumpers with tiny metal contacts. I have yet to find a store that sells the tiny ones. I get my larger jumpers from old PC motherboards that are being thrown away. A small piece of aluminum foil will work as a jumper in a pinch. Just make sure it soed not fall off and short something else out!
    Jim
    PS
    CD-ROM drives are set at the factory as ID 3. Internal drives are set at ID 0. I set my external SCSI drive at SCSI 1 so it does not conflict with the internal drive. Internal Zip drives are set at ID 5 and external Zip drives let you choose between 5 and 6. I set my burners at ID 4. Come up with a master plan for your devices like scanners and burners. Apple System Profiler will give you info on the device ID. If the computer fails to boot, turn off all but one SCSI device and make sure of its ID. Then check each subsequent device by powering up only one device at a time while booting from a CD at ID #3.

  • How to assign a new  transport request for  a program saved in $tmp mode

    Hi  all,
    How to assign a new  transport request for  a program saved in $tmp mode?

    Hi,
    delete the object fro the package $tmp.
    go to change mode, save it.
    while saving it will ask for teransport id.
    thanks
    vinod

  • How to generate a new rhread for every request

    Hello,
    I'm trying to write a server side program that does the following, recieves a Single connection from a client, client sends a request to the server side program, the server side program sends to a third party(back end) and waits for a reply.
    The problem i am facing is the following, I want to for each message(request) recieved from the Client to generate a new thread and establish a new connection with the third party, I have tried creating a new thread for the communication with the third party, in this case if the response from backend takes time I will still be able to recieve other requests from the client. But I dont know how to return the message that his been to the Father thread. The reason why I am doing this is that I dont want the same thread that recieves the request from client to wait until the reply for the previous thread is sent.
    Here's the code which I have been trying to implement.
    ClientCommunicator {
    Socket soc= new Socket(IPAddress,port);
    Thread backEndComm= new Thread (new BackEndCommunicator
    (soc,"Message To Back End"));
    backEndComm.setPriority(8);
    backEndComm.start();
    public class BackEndCommunicator implements Runnable
    Socket socket;
    String messageToBeSentToBE= "";
    public BackEndCommunicator(Socket socket, String messageTOBE)
    this.socket= socket;
    messageToBeSentToBE= messageTOBE;
    public void run()
    PrintWriter outtBackEnd= null;
    BufferedReader innBackEnd= null;
    String replyFromBE= "";
    try
    outtBackEnd= new PrintWriter(new OutputStreamWriter(socket.getOutputStream()));
    outtBackEnd.println(messageToBeSentToBE);
    outtBackEnd.flush();
    innBackEnd= new BufferedReader(new InputStreamReader(socket.getInputStream()));
    replyFromBE= innBackEnd.readLine();
    How can I return the String "replyFromBE" to the ClientCommunicator class so it can be sent to the client as soon as recieved from the back end.
    regards,
    [email protected]

    I assume the problem you are having is that your ClientCommunicator thread is blocking in a read and has no way of receiving notification from the other thread. Seems like you have a couple options at least.
    1. Use non-blocking IO and a selector to do service both the client socket and the backend socket. Usually, NIO is more of a pain than it is worth unless you need to service hundreds of connections at once, but I think that in this case where you know that there are only two connections it might be easy enough to use.
    2. A second option would be to avoid blocking on the read by using the available method on the input stream to first determine if you can actually read anything. This would allow you to wait with a small timeout on a monitor that the backend communicator could notify when it receives a response. This is not the ideal solution because you are limiting how fast you respond to the client and could be using more cpu time than necessary. However, it might be a lot easier to implement and could be adequate for what you need.
    First solution is more elegant but potentially not worth the trouble. Second solution is less elegant, but may be good enough.

  • How to generate a new segment in IDoc for multiple occurance of Control Num

    Hi Experts,
    In my scenario, i need to generate a new segment in IDoc(Target Structure) based on  Control Number Field in the Source Structure.
    The segment need to be created for multiple occurance of the Control Number.
    Ex:
    Control Number - 100 appears 5 times in Source Structure.This control Number is mapped to one of the Field in the Segment of  IDoc.
    Now my requirement is to generate the Segment 5 times with respective to this Control Number.
    please help me out to resolve this issue.
    Thanks,
    Kish.

    Hi,
    Here is the XML Structure of my Source:
    <?xml version="1.0" encoding="UTF-8"?>
    <ns0:GoodsReceipt_MT xmlns:ns0="urn:WOL-com:XI:data:HJ:10">
       <row>
          <CONTROL_NUMBER>111</CONTROL_NUMBER>
          <LINE_NUMBER>1111</LINE_NUMBER>
          <CONTROL_NUMBER_2/>
          <OUTSIDE_ID/>
          <WH_ID>111111</WH_ID>
          <LOCATION_ID/>
          <HU_ID>11111</HU_ID>
          <NUM_ITEMS/>
          <ITEM_NUMBER>111111</ITEM_NUMBER>
          <CONTROL_NUMBER_3>LR</CONTROL_NUMBER_3>
          <LOT_NUMBER>11111</LOT_NUMBER>
          <UOM>11111</UOM>
       </row>
       <row>
          <CONTROL_NUMBER>111</CONTROL_NUMBER>
          <LINE_NUMBER>12222</LINE_NUMBER>
          <CONTROL_NUMBER_2/>
          <OUTSIDE_ID/>
          <WH_ID>12222</WH_ID>
          <LOCATION_ID/>
          <HU_ID>1222</HU_ID>
          <NUM_ITEMS/>
          <ITEM_NUMBER>112222</ITEM_NUMBER>
          <TRAN_QTY>112222</TRAN_QTY>
          <CONTROL_NUMBER_3>LR</CONTROL_NUMBER_3>
          <LOT_NUMBER>12222</LOT_NUMBER>
          <UOM>1122222</UOM>
       </row>
       <row>
          <CONTROL_NUMBER>222</CONTROL_NUMBER>
          <LINE_NUMBER>2222</LINE_NUMBER>
          <CONTROL_NUMBER_2/>
          <OUTSIDE_ID/>
          <WH_ID>22222</WH_ID>
          <LOCATION_ID/>
          <HU_ID>222222</HU_ID>
          <NUM_ITEMS/>
          <ITEM_NUMBER>2222222</ITEM_NUMBER>
          <TRAN_QTY>22222222</TRAN_QTY>
          <LOCATION_ID_2>33333333</LOCATION_ID_2>
          <CONTROL_NUMBER_3>LR</CONTROL_NUMBER_3>
          <LOT_NUMBER>22222</LOT_NUMBER>
          <UOM>22222</UOM>
       </row>
       <row>
          <CONTROL_NUMBER>333</CONTROL_NUMBER>
          <LINE_NUMBER>3333</LINE_NUMBER>
          <CONTROL_NUMBER_2/>
          <OUTSIDE_ID/>
          <WH_ID>33333</WH_ID>
          <LOCATION_ID/>
          <HU_ID>33333</HU_ID>
          <NUM_ITEMS/>
          <ITEM_NUMBER>333333</ITEM_NUMBER>
          <TRAN_QTY>33333333</TRAN_QTY>
          <CONTROL_NUMBER_3>LR</CONTROL_NUMBER_3>
          <LOT_NUMBER>33333</LOT_NUMBER>
          <UOM>333333</UOM>
       </row>
    </ns0:GoodsReceipt_MT>
    Now Control_Number 111 occurs 2 times, 222 & 333 occurs 1 time.
    Now one IDoc for 111,222 & 333 should be generated.
    But Control_number 111 appears 2 times.
    Now the data in the 2 rows should be passed to Single IDoc by repeating the segments inside the IDoc.
    As u said i changed the Occurance of IDoc to 0...unbound and imported as External Definition. I have done upto Generating IDoc for each unique Control_Number.
    I stuck up at repeating the Segments in the IDoc.
    So please help me out.
    Thanks,
    Kish.

  • How to setup a New Flex environment for an existing project

    Hi,
    I am a capable embedded SW engineer but have not used Flex or Adobe developer products before.
    I replace a software engineer who left the company at the end of last year and did not generate any design/development document for a flex application that he had created (circa 2011) and that is currently in use by customers.
    The development environment was on his personal Macbook so this is gone. My task is to debug and fix problems with built in SQL queries that are not retrieving or writing data correctly. My workaround is to manually edit the dB tables but this is not practical for the customers.
    I am English and wish to work with an English language installation but as my location is in Austria and the OS (Win7, 64) is in German it is hard (maybe not possible) to manage the Adobe auto language/region detect.
    I include an image of the project directory and the .project file for reference,
    <?xml version="1.0" encoding="UTF-8"?>
    <projectDescription>
              <name>CWPConfigurator</name>
              <comment></comment>
              <projects>
              </projects>
              <buildSpec>
                        <buildCommand>
                                  <name>com.adobe.flexbuilder.project.apollobuilder</name>
                                  <arguments>
                                  </arguments>
                        </buildCommand>
                        <buildCommand>
                                  <name>com.adobe.flexbuilder.project.flexbuilder</name>
                                  <arguments>
                                  </arguments>
                        </buildCommand>
              </buildSpec>
              <natures>
                        <nature>com.adobe.flexbuilder.project.apollonature</nature>
                        <nature>com.adobe.flexbuilder.project.actionscriptnature</nature>
                        <nature>com.adobe.flexbuilder.project.flexnature</nature>
              </natures>
              <linkedResources>
                        <link>
                                  <name>bin-release1</name>
                                  <type>2</type>
                                  <location>/Users/daniel/Desktop/CWPConfigurator</location>
                        </link>
              </linkedResources>
    </projectDescription>
    I see the <location> string above will need changing but what to, is that the target location for build/debug/development??
    So far I have on my C drive, the Apache Flex SDK, AIRSDK_Compiler, apache-ant-1.9.3 and am working through the Flex SDK readme file to download SW and set up the Path variables.
    I got stuck on the FlashPlayerDebugger.exe as I cannot find where the Debugger installation is located (ActiveX or Plugin). Now skipping this moving onto the following points.
    A real concern is that I am using 64bit OS and how that affects the resulting project when it is to be installed on a 32bit customer server.
    Regards,

    You might get better help asking on [email protected]

  • How to create a new BARCODE PREFIX   (for SAPScripts)

    In SE73 transaction, we can create a NEW printer barcode. For this we require 'barcode prefix' .There are some SAP standard barcode prefixes(for eg.SBP01)...but I want to create a new barcode prefix..
    Please let know how to create a new BARCODE PREFIX.
    SE73->Printer barcodes (radiobutton)->change->select one dev.type (dbl click)->create.
    here we get a popup for the creation ..asking for BARCODE PREFIX which should be existing in TFO05 table...

    Hi ,
    Please follow following process
    1) Go to T-code - SPAD -> Full Administration -> Click on Device Type -> Double click the device for which you wish to create the print control -> Click on Print Control tab ->Click on change mode -> Click the plus sign to add a row or prefix say SBP99 (Prefix must start with SBP) -> save you changes , it will ask for request -> create  request and save
    2) Now when you go to SE73 if you enter SBP00 for you device it will add the newly created Prefix
    Hope this helps
    Thanks
    Amit

  • How to set a new email account for iCloud?

    How set a new email account for iCloud?

    There are two separate things you can do.
    You can add up to three 'email aliases' - these are additional addresses (not accounts) which deliver into the same inbox as the main account. (In fact it's a good idea to give out alias addresses, rather than the main address, because if they attract spam you can easily change them.) (New aliases can only be @icloud.com ones; @me.com addresses cannot now be created.)
    You should be aware before you start that once you've created an alias you cannot turn that address into a full iCloud account or move it to another account, and if it has @mac.com or @me.com versions these cannot be reinstated once deleted.
    More information on aliases here: http://help.apple.com/icloud/#mm6b1a490a
    Or if you want a completely separate account you will have to create a new iCloud account and sign into it in System Preferences>Mail, Contacts and Calendars. Note that any one device can create only three iCloud accounts.

  • How much is a new hard drive for MacBook

    My computer is slow so I think it's a hard drive problem how much is to change it ?

    For a new hard drive try Newegg.com http://www.newegg.com/Store/SubCategory.aspx?SubCategory=380&name=Laptop-Hard-Dr ives&Order=PRICE
    Or OWC for regular hard drives and SSDs  http://eshop.macsales.com/shop/hard-drives/2.5-Notebook/
    Here are instructions on replacing the hard drive in a MacBook with a removable battery. http://creativemac.digitalmedianet.com/articles/viewarticle.jsp?id=45088
    Here are video instructions on replacing the hard drive on the Aluminum Unibody
    http://eshop.macsales.com/installvideos/macbook_13_unibody/
    Here are video instructions on replacing the hard drive on the White Unibody http://eshop.macsales.com/installvideos/macbook_13_09_unibody_hd/
    To transfer your current hard drive I like the free application SuperDuper. It makes a bootable copy of everything on your hard drive http://www.shirt-pocket.com/SuperDuper/SuperDuperDescription.html  You'll need a cheap SATA external hard drive case. Put the new drive in the case then format and partition the new drive and clone your old drive to the new one. Check that it's set up right by booting up from the external drive. Then replace your old hard drive with the new one and put your old one in the external case.
    Here's a cheap SATA external hard drive case on Amazon http://www.amazon.com/Vantec-NexStar-2-5-Inch-External-Enclosure/dp/B002JQNXZC/r ef=pd_cp_pc_0
    If you don’t have the tools to open up the MacBook OWC has a set for $5
    http://eshop.macsales.com/item/OWC/TOOLKITMHD/

  • How can we create new pricing requirement for a condition type

    Hi All,
    I am in urgent need of creating new pricing requirements for a condition type.
    Or if there is already a conditin type existing and we want to make changes in the pricing requirements of that condition type, How can we do so ?
    In short if you can let me know how does pricing get impacted by the condition types.
    Thanks
    Mark

    Hi!
    The common transactions for condition mantaining are VK11, VK12, VK13.
    In SPRO - Sales and distributoin - Basic function - Pricing - Pricing control - *.
    Is this what you want?
    Regards
    Tamá

  • In disk utility, how do i format new external ssd for mac mini?

    In disk utility, how do I format a new external SSD for late 2009 Mac Mini?

    Format it as: Mac OS Extended (Journaled)

  • How to make a new library visible for programs

    I have made dietlibc package at the Arch section of Linux Vserver wiki Now the new version of util-vserver is out and I got problems - util-vserver can't find dietlibc anymore.
    How could I make that library visible for util-vserver? util-vserver's configure only has option --disable-dietlibc and there is no possibility to give the location. This far I have tried to add the path to $PATH at .bashrc - but still configure does not find the library.

    No problem anymore with vserver, I managed to guess what must be the location for dietlibc that works. Perhaps this problem was because util-vserver assumed /usr/lib/diet to be the location and also /usr/lib/diet/bin to be at $PATH.

Maybe you are looking for

  • What has happened to the essence to what a phone w...

    I have been meaning to discuss this for monthsand have never got around to it. The normal land line phone work 100 percent of the time you pick it up and it works you make calls from it and you put it down when your finished. The mobile phone has los

  • Youtube suddenly stopped playing videos

    My iMac OSX 10.6.8 suddenly stopped playing youtube videos. I haven't installed any new software or changed anything that coincided with the loss. The youtube screen says blocked plug in. I read the existing discussions and:   I opted out of the HTML

  • Appending Waveforms in Loop

    Hi all, my goal is to continuously acquire measurement data as a fist step, in a for loop I want to read all the data from the buffer continuously in a waveform format. In the loop, I want to append the waveforms each iteration in order to use it for

  • How to make Forefront TMG build VPN site-to-site tunnel with reduced subnet

    I am trying to implement a Site-to-Site VPN tunnel with a supplier. We are using Forefront TMG 2010 SP2 (Site A) and they are using Cisco ASA (Site B) I have complete access to SITE A, but no access to Site B (suppliers end) We have set up the VPN tu

  • ESS Portal Links in Left Hand side

    Hello All, I have requirement like this. In our ESS role in the overview page i wanted to provide some links to iViews. Those link should be displayed in the left hand side of the portal. (Exactly in the related links area). We could not use the rela