How to map refubishment process in which one material change to other matl.

Hi Gurus,
In my company, we use PRTools which we use for creation of bolts (For e.g.M6) . These tools after getting damaged refurbished into other PRTools which we use for other bolts production (for e.g.M8).
can u suggest me, any process where i can map the activity & maintain the inventory properly.
Thanks
Santosh

Riyazji,
Actually, these PRTools is having different material code with valuation type for e.g. material no. 22/1234 valuation type "T1-new" and used for creation of M6 bolts.,
If damaged, this PRT we return to store with valuation type  material no. 22/1234 "T1-damaged".
Now, after refurbishment process this tool is coverted to material no. 22/5678  and valuation type as "_T1-Refurbished_"
this tool is now cannot be used for the manufacturing of M6 bolt. This is used for  manufacturing of new M8 bolt.
Both the tools can be used on the same equipment.
Now my problem is that how can I map this process in SAP .
Please advice
thanks in advance.
Santosh

Similar Messages

  • How to do with  rfc module which one is changed without effect the applicat

    Hi Masters,
                     i have developed one  webdynpro java application with calling some rfc from r3 side. Now i add extra functionality in rfc . now i have to import that rfc without effecting  the already developed application. How can i do. i came to know that some option is there to do this. please give reply.

    Hello,
    If there is change in business logic without adding any additional parameter in RFC, you can directly use the RFC without importing it. There will not be any adverse impact on existing application.
    However, if there is any addtional parameter or structure change, then you have to re-import he model. It is recommended to restart the J2EE engine after model re-import to clear the metadata cache.
    You may need to do context binding based on your business logic and hence some amount of change is required in existing application.
    Let me know if it clears your doubt
    Abhinav

  • How to map import process for items

    Dear All,
    can anyone guide me how to map import process for items for our customer
    what i understand is this process in B one
    Raise PO
    GRPO
    Landed Cost
    AP Invoice
    I want to know whether this is correct. Also in this process their are clearing agents who perform the formalities at customs office and then raise bill to client for the same

    Hi,
    The process looks correct.  For cost related to clearing agents who perform the formalities at customs office, use landed cost.
    Thanks,
    Gordon

  • HOW TO STOP THE PROCESS CHAIN WHICH IS RUNNING IN THE PRODUCTION?

    HI ALL,
    CAN ANYONE TELL ME HOW TO STOP THE PROCESS CHAIN WHICH IS RUNNING DAILY AT 5.00 PM. I NEED TO STOP THE PROCESS CHAIN FOR COUPLE OF DAYS AND THEN RESTART IT AGAIN.
    cAN ANYONE TELL ME THE PROCEDURE TO STOP THE ENTIRE PROCESS CHAIN RUNNING IN THE PRODUCTION.
    THANKS
    HARITHA

    Hi,
    First and foremost let me advice you to be very careful while doing this.
    For Rescheduling
    RSPC> chain > Goto > Planning view and
    click on Execution tab > select > Remove from Schedule and then in Maintain variant of start process reschedule for the day you require it to run.
    For terminating active chain
    You can start from SM37, find the process WID/PID then go to SM50 or SM51 and kill it. Once its done come back to RSMO and check the request, it should be red but again manually force to red and save by clicking on the total status button in the status tab. This shuld ensure that the process is killed properly.
    The next step will be to go to targets that you were loading and remove the red requests from those targets.
    Note: For source system loads you may have to check if the request is running in the source system and kill if needed and pull it again.
    But for BW datamart delta loads u may have reset the datamarts in case u are going to pull the delta again.
    Re: Kill a Job
    Re: Killing a process chain.
    Regards,
    JituK

  • How to judge the mouse enter which one of buttons?

    There two buttons(no text,only icon on them),
    and how to judge the mouse enter which one of
    them and show the different message at one textfield?

    Try this. I don't know if the code works, but the true solution will be like it.
    void mouseClicked(MouseEvent e)
        int mask = e.getModifiers();
        if((mask & InputEvent.BUTTON1_MASK) != 0)
            System.out.println("You touched to the button 1!");
        else if((mask & InputEvent.BUTTON2_MASK) != 0)
            System.out.println("You touched to the button 2!");
        else if((mask & InputEvent.BUTTON3_MASK) != 0)
            System.out.println("You touched to the button 3.");
    }Ghys

  • How to reuse the process chain which has been deleted?

    hi
    guys
                  how to reuse the process chain which has been deleted?
    your regards
    suresh

    if you want to "recover" the deleted process chain, try to check DEV / QAS / PRD. Maybe there is a copy still available
    Or check the following tables in SE11: RSPCCHAIN / RSPCCHAINATTR
    Good luck !

  • How can I send scanned files, which are documents changed from doc to PDF, as documents that can be edited if the recipient doesn't have Adobe capabilities?

    How can I send scanned files, which are documents changed from doc to PDF, as documents that can be edited if the recipient doesn't have Adobe capabilities?

    Hi flaviusjack,
    If you still have the .doc files, it might be best to send those to your recipients so they can be edited. Otherwise, you can use ExportPDF to convert the PDF files back to .doc format. But, again, that step would be unnecessary if you have the .doc files.
    Best,
    Sara

  • How to transfer all lightroom settings from one pc to an other?  Zsolt

    How to transfer all lightroom settings from one pc to an other?

    If you are talking about moving Lightroom and all your images to another PC, then this might help:
    http://www.lightroomqueen.com/how-move-lightroom-to-new-computer/
    If something different, please clarify what it is you are wanting to do.

  • Hey I have a problem. I want to change my rescue email address as somehow apple has the wrong one but I don't know my security questions - but you need one to change the other. Any help?

    hey I have a problem. I want to change my rescue email address as somehow apple has the wrong one but I don't know my security questions - but you need one to change the other. Any help?

    You can get your Security Questions reset by contacting iTunes Support at either of the two links below. Select the best options for your issue, or provide specific information. Let them know you are contacting them concerning Forgotten Security Questions. They will get back to you via your primary email address, usually within 24 hours. Once your Security Questions have been reset, you will be able to go in and reset your Rescue email address on your account:
    http://www.apple.com/support/itunes/ww/
    or by email:
    http://www.apple.com/emea/support/itunes/contact.html
    Cheers,
    GB

  • How to map every  request url to one servlet

    HI experts,
    I have a requirement like below,
    i want to map every request to a uinque servlet.
    http://localhost/krish/images/kk,gif
    http://localhost/krish/images/rao,gif
    http://localhost/krish/images/hh,jpg
    http://localhost/krish/images/srn.txt
    http://localhost/krish/images/hel.wav
    etc.............the no requests unlimited.
    So if i write mapping in web.xml its hard to write hundreds of urls.
    so i need some other process to map all these urls to one servlet ( processrequest.java)
    which will process all those requests.
    How do i do it?
    thanks in advance

    use url-pattern as /images/* then it will call the same servlet for all URL like you mentioned

  • How to map business process and enterprise service?

    Recently, I read some documents about ESA. I'm confusing about the relationship between business process and enterprise service. In other word, how to map the business process to enterprise service after the business process is analyzed? Is there any methodology/rule to define business process and wrap them into service in ESA?

    Hi Sherry,
    I like to add some of my thoughts about that discussion. From my point of view ESA is much more than just another BPM or Enterprise BPM. ESA is adresses six key areas and I think all of them are really needed:
    - <b>People Productivity</b> as the word itself describes...it's about portals and productivity.
    - <b>Embedded Analytics</b> has to integrate transactional and analytical content.
    - <b>Service Composition</b> is used for model-driven service composition and services orchestration.
    - <b>Service Enablement</b> is about a Enterprise Services Repository filled with business meaningful Enterprise Services and service patterns for enabled objects. Excactly this is where SAP has years of experiences.
    - <b>Business Process Platform</b> is about service enablement of all application platform objects and engines. This is the place where "BPM" for core business processes resits.
    - <b>Life-Cycle Management</b> has to cover the deployment, configuration, operation and change management for ESA based processes.
    Therefore the term "BPM" is located in serveral layers of an ESA approach. On the level of <u>Business Process Platform</u> BPM is providing the choreography for core business preocesses.
    At <u>Service Enablement</u> BPM needs to compose out of granular services (I would say "atomic" services)
    buiness meaningful services (here we have "molecular" services).
    The third level where BPM could be used is <u>Service Composition</u> because exactly this is the place
    where serveral Enterprise Services could be combined to a process representation.
    To come back to the discussion:
    1. The question should be how to indentify business meaningful services which could represent single process steps. ATP check, Credit card check, ... could be examples. In theory this service could be out-tasked, defined more flexible etc. This means that processes needs to be evaluated for Enterprise Service candidates. Afterwards you can check against SAP's Enterprise Services Repository for already existing Enterprise Services. The evalution for enterprise services candidates will be supported by the metodology mentioned by Kaj and David.
    2. I think domains in this context should be motivated by business and/or functional areas. Depending on the granularity. For example Order Fulfilment Services, Master Data Services, Search Services... These kind of serices can be combined again to services such as "Search of Master Data" (Search Service + Read Master Data Service) etc. or can be used to generate UI to be used in a ESA application.
    Your thoughts?
    Very best regards
    Wulff

  • How to map businees process

    hi all
    For Mapping business process is there any particular rules?
    in generally  how we do business process mapping.
    plz tel me wat r the steps we follow.....like.
    thank u
    Swari
    Edited by: swari battula on Jun 27, 2008 8:33 AM

    Dear Swari,
               May i know which scenario u were doing?

  • How to map many finished product in one bom

    Sir,
    i hav one raw material sheet in which i will cut number of finished products.how i map in bom.all finished product has cut in differnt quantity.

    Hi
    Actually this is purely based on the client reqmt.
    If they need to maintian the diff bom for all the product . you should need to maintained. even though you use same raw material for all the  products.with diff qty and if they need to calculate the costing inoccur for the each product
    or
    you can use as co -porduct as forum member told.

  • How to move a Process Chain from one old node to a new node?

    Hi,
    i know the method to move a PC from one node to the other!
    but what if the target node is a new one?
    how can i create a node in RSPC?
    Raj

    use the display components button.
    push F4
    hit the create button
    enter the discription
    save
    refresh
    M.

  • HT2737 Shopper dockets and the gift cards have so many numbers on them, how am I supposed to know which one to enter.  They hold no clue!

    I would just like a picture of an itunes gift card and a shopper docket with the number used for redemption circled, so that I can see which one to use.   Why does it have to be so mysterious.   I dare say many people give up and loose their money. 

    Hi Donna,
    I think it would be good if you exactly explain the issue you are facing. May be we can help you.
    Thanks
    Andaleeb

Maybe you are looking for

  • Upgraded to 3.1 and lost all users and groups.  How do we get them back?

    We ran the update to Server 3.1 (from 3.0) on our Mavericks Mac-Mini Server. Everything had been fine before the update, but now all users and groups have completely disappeared. The only user we have is the main administrator log-in. Since we verifi

  • FAQ: What font is used by the London Underground (London Transport)

    This summer, while on vacation in the UK, I spent a few hours in the London Transport Museum. Surprisingly enough, in their gift shop, two items for sale attracted my attention. One was a book and the other, a collection of fonts! Every so often, the

  • External drive troubles

    Dear friends I got an external case branded as SPQ IPS series. It is Firewire 400, 800, USB2 and eSATA compatible with a 1.5TB WD green caviar that I installed and many troubles with it. I checked the case with all the ports except the eSATA port. Th

  • Deleted the public/private keys installed by iPCU & untrusted the certs

    Hi; it's early in the morning and i couldn't quite figure what was going on when: - new public and private keys "appeared" in keychain - a certificate was installed almost as soon as a plugged an iphone in while running iPhone Config Util (iPCU i now

  • LGWR write

    Hi, Oracle Verson : Oracle Database 10g Release 10.2.0.4.0 OS:Windows XP In Oracle document it is mentioned that: When a user issues a COMMIT statement, LGWR puts a commit record in the redo log buffer and writes it to disk immediately, along with th