How to  create refurbishment order with notification

Dears
It is sap std practices that we are not creating notofication for refurbishment order
But we are tracing the driver for the process
the end user will create notifaction for planner for creating refurbishment order
But from notification we cannnotcreate Refurbishment order
Then how catch the driver so that false order should be crated
Or we can maintain some field mandatory so  that creation of refurbishment process has some base
Regards
chandnrashekhar Ingole

Hi Chandrashekhar,
If you want to create Refurbuishment order after getting  notification created by the user & also want to use work flow functionlity then also in ECC6.0 it is possible I have checked it User needs to create a notification on 
O170     Equipment + Serial No. + Material No
This tab is avaliable Extras-->settings--> Reference Object view . Please note that the Material number,serial number combination gives equipment number & equipment number will have partner determination procedure & work flow functionlity.
With this triggerd notification you can create refurbuishment order where yo will get material number,serial number & equipment number with std link
This scenirion is working in all combination in ECC6.0  system. Please check & if any thing needed let us know.
Ramesh

Similar Messages

  • How to create sales order with configuration?

    Hi, all!
    I'm trying to create sales order with multi-level BOM's explosion using BAPI_SALESORDER_CREATEFROMDAT2, but with no success.
    Scanning and following ton's of OSS notes and already posted answers in this forum regarding configuration in sales order doesn't lead to success to.
    So can anybody throw light on rules for populating data structures for items and items configuration in case of multi-level BOM's explosion in sales order? Providing working code snippet would be great.
    Regards,
    Maxim.

    Hi, all!
    Just want to properly close the thread and share experience gained.
    The main reason of error was in incorrect TABLES parameters populating for sales order items and their configuration.
    Not the secret that there is a lack of documentation for even BAPIs FM, especially for comprehensive things to do. And it seems that the right way to resolve proper structure of import/tables parameters for "creation/change" function modules is to call "corresponding read-FM" for object created on-line  and see how return parameters are populated.
    For example, for BAPI_SALESORDER_CREATEFROMDAT2 such corresponding FM is BAPISDORDER_GETDETAILEDLIST, which returns near the same structures.
    Actually in my case such algorithm was used in the first place. But BAPISDORDER_GETDETAILEDLIST returned wrong parameters as was discovered later This error was fixed by implementing OSS note 821191 and sales order was succesfully created.
    And I want to thank SAP Support experts in effective assistance. 10 points are yours!
    Regards,
    Maxim.

  • How to create Sales orders with external id ?

    Hi Experts,
       I wanna write a program to create Sales Order with external id via function muodule 'CRM_ORDER_MAINTAIN' and 'CRM_ORDER_SAVE'.But i don't know how to do and do any body tried it.The key issue is that how to use external id which is supplied by ourself rather than internal id supplied by system.
    Thanks for all.

    Hi,
    If you have already set the number range as an external range.
    Then just passing the transaction type to field 'process_type' and external id to field 'object_id' of table ct_orderadm_h. Sales order will created with the assigned external id.
    Hope this help.
    cheers,

  • How to Create Purchase Order with Co Product greater than Consumption

    Hi All,
    I'm new to SAP. Can any one please help with the steps to create PO with Co Product greater than Consumption.
    Thanks in Advance.    

    Hi Srinivasu,
    If you are talking about handling by-products during subcontracting follow the following steps.
    Create Purchase order with item category "L". In the components tab maintain by-product in negative quantity. If you are not sure about the actual quantity, enter theoretical quantity ( Actual quantity can be adjusted in Subsequent adjustment in Goods receipt).
    Hope this helps you.
    If this has not helped you, please elaborate your requirement.
    Thanks
    Vasuki B S

  • How to create Internal Order with LKD status

    Hi All Experts ,
    Can anybody tell me how can we create IO directly in LKD status ? Or it is manual acitivity by clicking on Set / Rest button and then check LKD and save. I tried in KOT2_OPA but not no any option found. If any experts can guide for the following configuration would be great.
    1 ) Is it possible to create IO with LKD status directly ?
    2 ) Where that configuration needs to be done ?
    3 ) What is significance of JEST Table relating to Internal Order ?
    Exprerts help would be great !
    Regards,
    Sharvari Joshi.

    Hi Ajay,
    It worked fine exactly. Thank you !
    Can we have facility to create IO with LKD ststus in System Status ?
    Is it true that there are only 4 SAP Standard system status CRTD, REL, CLSD, TECO.
    Is it possible to add LKD in that ? When I clicked on to the up / down arrow I am getting only these four values.
    Can we define additional values to this point ?
    Regards,
    Sharvari Joshi.

  • How to creat CS-order with config service product with own logic

    Hi all,
    I saw already different threads related to this topic, however no clear solution was given yet.
    The scenario is:
    Create from a notification list the service orders and determine in the background a correct service product which is configurable. Via an own logic the service product is found in a z-table and and the configuration is done via a seperate logic.
    What would be the solution of the above scenario.
    I already found some information in using:
    CUCB_GET_CONFIGURATION
    CUCB_SET_CONFIGURATION
    CUCB_CONFIGURATION_TO_DB
    But does this work?
    How should the logical flow be in using these functionmdules.
    We are using BAPI_ALM_ORDER_MAINTAIN to create the service order, however it is not allowed in  this bapi to enter a service product which is configurable.
    Thanks for your input in this.
    Best regards,
    Pascal

    Also posted [here|http://www.sapfans.com/forums/viewtopic.php?f=7&t=353731]
    [Useful info|http://www.sapfans.com/forums/viewtopic.php?t=53651]
    PeteA

  • Service Order with Notification

    Hi
    Iam creating service order with notification  in PM Module using BAPI
    BAPI_ALM_ORDER_MAINTAIN .
    But only order has created with this. I gave notification no in header table. Then also it is not creating. Any one can update on this?
    Thanks & Regards
    GVRao

    As stated above, its done through the Transfer of Requirements settings in the SD IMG
    As an example lets look at the standard repair order - the links are:
    Sales document item category IRRP
    - Item Cat IRRP is linked to Requirements Type SERP (SD IMG->Determination Of Requirement Types Using Transaction)
    -- Requirements Type SERP is linked to Requirements Class 204 (SD IMG->Define Requirements Types)
    --- Requirements Class 204 is lined to order type SM03 (SD IMG->Define Requirements Classes)
    PeteA

  • How to create sales order using bapi( test purpose)

    Hi all,
           while i was creating sales order using the BAPI_SALESORDER_CREATEFROMDAT1 it is giving some error,
    version 0 is not defined for the fiscal year ****.
    I have given the fallowing parameters as input
    ORDER_HEADER_IN
         DOC_TYPE     OR
                    SALES_ORG  1000
         DISTR_CHAN  10
                    DIVISION         00
    ORDER_PATNERS
         PARTN_ROLE     SP
         PARTN_NUMB     1000
    ORDER_ITEMSIN
         MATERIAL     M-13
    I need to create sample sales order . Please help me how to create sales order with an example( for test purpose).
    Regards
    Deviprasad.

    Hi Prasad,
    Try using BAPI_SALESORDER_CREATEFROMDAT2.
    While creating sales order using FM: BAPI_SALESORDER_CREATEFROMDAT2, please make sure ORDER_ITEMS_IN, ORDER_ITEMS_INX, ORDER_SCHEDULES_IN, ORDER_SCHEDULES_INX.
    Pricing Conditions will not be mandatory to create a sales order via BAPI.
    As you were saying, you can create a sales order but not with items. Do populate the internal tables that i have specified above.
    Also try to pass the item number internally, this will help you in identifying the schedule lines.
    Regards,
    Priyanka.

  • How to create a PR with a group of line items in Maintenance Order

    Hi,
    I reqest for a solution for this scenario.
    I created aMaintenance Order with 45 materials assigned in that.
    Now I would like to have the ability to group split all line items in to certain groups and individual PRs for these groups
    I would like to group these 45 items in 10 or 12 groups and create PR for each of these groups.
    Plz guide how can I do this with any devlopment of a report.

    lukko wrote:
    Thank you for the reply. My first guess was that in case of arrays everything inside the VI should be closed in a loop and perhaps with varying number of inputs the loop could be avoided and this would improve simultaneous execution for multi-core CPUs.
    I would not base all conclusions on first guesses.
    Working with arrays is typically significantly more efficient (e.g. SIMD). We also have the parallel FOR loop where several iterations can be executed in parallel, thus fully supporting simultaneous execution.
    How exactly are you expecting the code to look like if you have a variable number of connectors?
    LabVIEW Champion . Do more with less code and in less time .

  • How to create sales order Automatically with reference to contract?

    how to create sales order automatically through batch or online? can anyone please suggest what needs to be change in SAPMV45A program?

    Hi,
    Wt am able to understand from the above question is, you want to create automatic sales order against contract on a day to day basis by doing batch program, hope am wright.
    See you can do it in two ways.
    1. By using BDC, in SHDB T code record how exactly you will do transaction and then give it to your abaper rest he will do. he will write a program and he will schedule that program every day night.
    2. By using BAPI. Just check in there are many threads are there which gives sales order bapi. Tell your abaper to map that bapi and tell them to schedule back ground job.
    Hope this will help out in solving your problem.
    Regards,
    Nagesh

  • How to create a complaint with pre-decessor document Inovice?

    Hello experts,
    I need create a complaint with reference to a pre-decessor document type Invoice (apart from other types such as sales order and service order). Can someone enlighten me
    1) how to create an invoice in IC Web Client and backend?
    2) how to create a complaint with reference to this created invoice in IC Web client and backend?
    Thanks a lot!!!

    Hi Easwar
    Thanks  a lot for answering the question.
    Yes I do have CRM Billing documents. But the problem is
    a) either the billing document doesn't have Transfer to Accounting status Transferred or
    b) a transferred billing document, but all items have error "Unable to offset billing item 90003458 0000000060" etc.
    Do you know
    1) how I can make a billing document have "Transferred" status? Pressing "Transfer to Accounting" button in the billing document overview page will only set the status to "Being transferred". And it's always being tranfered.
    2) What does the error "Unable to offset billing item ... "mean? How to get rid of them?
    Thanks a lot!

  • Error while creating purchase order with account assignment category "A"

    Dear All,
                      At the time of creating purchase order with account assignment category A - Asset its throwing error as " GL Account 123400 can not be used"
    how to resolve this  issue"
    Edited by: Matt on Sep 16, 2010 10:09 AM - removed bold tags

    HI,
    Assign all assets GL to Asset Class
    spro --> financial accounting new -->assets accounting --> assets accounting (lean Implementation) --> organization structures --> Assign GL
    Hope Help U !
    Regards,
    Pardeep Malik

  • Error while creating sales order with ref using SD_SALESDOCUMENT_CREATE

    Hi
    I am creating sales order with reference using function module SD_SALESDOCUMENT_CREATE , while creating i am getting error
    Document doesn't have document category even thougth i am passing document category in header as well as item lavel.
    In VBUK table there is no value for VGTYP.
    Can you please help me how to resolve it.
    Thanks & regards
    kiran

    Problem resolved by passing   REFDOC_CAT in the FM along with  SD_DOC_CAT.
    Thanks

  • Error while creating Refurbishment Order

    Dear Frnds,
    I am trying to create a refurbishment order, while creating its throwing an error message "Valuation type SP_REP does not allow in-house production".
    I have done the following steps.
    1. Created order in IW31 with order type PM04.
    2. Mentioned the Material number, plant and business area.
    3. In Create Refurbishment order: Central Header screen mentioned the plant details in Refurbishment sub screen.
    From Plant 1000 Storage Location 1050 Val. type: SP_REP
    To plant 1000 Storage Location 1050 Val. type: SP_Ind
    at that time its thronging the above error message.
    What could be the problem for that? And also can any one explain me the detailed procedure for the refurbishment order?
    Thanks in advance
    Praveen.

    If I try removing the Valuation type in the Order Header  Screen, The order is taking a valuation type that is "IM_OWNPROD".
    I have checked in SPRO order types and other settings but i did not find anything related to Valuation type and Order.
    Where this setting is done in SPRO, I need to remove the default valuation type in the order.
    Please help me.
    Thanks in Advance,
    B. Praveen

  • Create sales order with reference to 10 quotation

    Create sales order with reference to 10 quotation I want to put all quotation means take reference in one sales order how I can do it because when tried va01 and taken reference of question it allow to put only one question number how can I do it for multiple question
    Ahmed

    Hi Raj,
    If you come back to initial screen after coping the first quotation ,then system will ask you whetehr to save or cancel the data,if we select save then it will be saved immediately,else it will cancel.So ,it is not possible to copy more than one quaotation in standard SAP.The only option is to deveop a BDC with the help of abaper.
    We can only create this when header data is same in all the quotations.
    Regards,
    Pasapula.
    Edited by: Pasapula on Jul 24, 2009 9:48 AM

Maybe you are looking for

  • List View Web Part Search problem

    We have a problem with the search in the List View Web Part (SearchBox). If you enter anything in SearchBox and the beginning of the search, nothing happens. This problem only occurs in non-admins. In this case, the browser generates an error: "inplv

  • Best Buy may no longer be my first choice

    My husband and I purchased a dishwasher about a week ago.  We were able to snag a deal on the delivery and installation for 19.99- or so I thought it was a deal.  I did receive a call, several actually, about the delivery time and date, which is for

  • How to find detail of when/who created particular  entry in Z tabel

    Hi folks I have a Z table, and which contain one entry with incorrect data . Is there any way to find out , that when and who inserted that resord in Z table Regards PG

  • [SOLVED For Lack of Device/Driver Support]USB webcam

    When I connect my web cam to the computer,  /var/log/everything.log gives me this : Apr 22 17:44:41 arch kernel: usb 1-1: new full speed USB device using uhci_hcd and address 4 Apr 22 17:44:41 arch kernel: usb 1-1: configuration #1 chosen from 1 choi

  • Data loss while converting spool to PDF in background

    I am using CONVERT_ABAPSPOOLJOB_2_PDF to convert spool information to PDF.The bytecount in background is 1000 less than what i get by running the program forcibly in foregroud.I am very confused,any suggestions