Link work order Reservation to a PR

Hi All,
I have a requirement,were in i have to create a PR from a work order reservation(IW32 components tab) using a custom program.As of now i am using the FM BAPI_PR_CREATE to that but i am not able to link the Reservation to the PR.
Please let me know if there is any BAPI to achive the same.
Thanks in advance.
Regards,
Ram.

Hello Goldie,
you have to update field AFVC-TXTSP with the language in which you have created the text with SAVE_TEXT. Key of the AFVC are AUFPL and APLZL - the same you use to create the longtext. In IW37 only a "X" will be show, if a longtext has been maintained.
Best regards
Stephan

Similar Messages

  • Cancelling Work orders - Reservation

    When the work orders are being CANCELLED, the Reservations are not being deleted.  Is there any way to automatically cancel the Reservation when the work orders are being cancelled.

    Colleagues,
    i've got related question about cancellation for maintenance orders in IW32..
    I am confused on what is enabling availability of some 'cancellation' functions in order menu like Do Not Execute, Deletion Flag set in??
    It's greyed out  under any system statuses, only LOCK is active.. In particular, I checked "mark for deletion" business process is "green', so it should allow to set deletion flag.. 
    I tried to enable 'mark for deletion'  business transaction in user status profile-it didn't work out, still greyed in IW32..
    tried to set DLFL in SARA, but I never used archiving before, so didn't work for me yet..
    In IW22 setting/resetting DLFL works just fine
    I just stabbed on it while trying to figure out, whether setting DLFL for order will automatically set DLFL for notification, I was assuming it won't, is that right assumption?
    thanks

  • Linking work order operations to a text object

    Hi all,
    I have a function module that creates text objects from a table.
    this text object is getting created in STXH table.
    but when I go to transaction IW37 there is a field (LTx) against each operation telling if the operation has long text.
    I have to update this field if the text object is created. How do I do that?
    I am using SAVE_TEXT to create/ modify the texts.
    This is kinda urgent. pls help.
    goldie

    Hello Goldie,
    you have to update field AFVC-TXTSP with the language in which you have created the text with SAVE_TEXT. Key of the AFVC are AUFPL and APLZL - the same you use to create the longtext. In IW37 only a "X" will be show, if a longtext has been maintained.
    Best regards
    Stephan

  • Linking exixting PR to work order

    hi all,
    can we link up the existing PR to the work order. if so how?
    can u please explain me in detail
    Edited by: anilkumar86 on Dec 26, 2011 3:25 PM

    Dear Anil
    For capturing external service cost you have option to trigger PR from order in csae you use control key PM03, then you do PO & then service entry. However if you wants to create PR & PO independently with out any reference to PM order then you have one option as follows:
    Create PR & PO independently with account assignment category- F (ask your MM consultant)
    Created maint order, assign control key PM03 but change the settings for creation of reservation/PR to never in tht operation. it will not trigger any PR. Now assign external service to that operation with selection criteria as PO. In this way you will get planned cost of the external service. Later you create the service entry  (ML81n) with reference to the Maintenance order. In this way cost of the service entry will flow to the order & you get actual cost. Hope this solves your problem.
    Regards
    Shakti

  • How can I order an iphone 6 and pick it up from one of the apple stores in London. It doesn't work with reserve and pick up because the 64 gb is never in stock.

    How can I order an iphone 6 and pick it up from one of the apple stores in London??? It doesn't work with reserve and pick up because the 64 gb is never in stock.

    Thank you for replying.    Yes I deleted the old email address..   

  • Oracle EBS drill link targets for EAM Work Order and Asset

    Hi All - I am running Oracle EBS 12.1.3 and OBIEE 11g and I'm trying to link from OBIEE to EBS, but struggling to find the target functions / parameters to provide a direct URL link to EBS EAM Work Order and Asset. I have successfully linked to a Purchase Order View page, I would like to find the similar for EAM Asset and Work Order.
    I can see some parameters in WorkOrderDetailsPGCO but can't seem to work out how to get to the page from a URL.
    For reference MOS Note 555254.1 has some details, but not for EAM.
    Has anyone provided users in any reporting system with a link to EAM Work Order or Asset page and if so how were the links generated?
    Thanks,
    Gareth

    I am giving this a bump as I really need some help with this. Is I run the SQL with TOAD or SQLPlus it seems to consistently runs fine, The problem seems to only be from APEX. I think it has do to with the non-persistent state.

  • Material Reservation Process for Work Order

    I am new to the Plant Maintenance work order and material reservation process.
    Here is my scenario:
    I create a work order with a material that is maintained in WM and IM.
    Reservation is created.
    I got to MB26 to post goods issue
    Once I do this I see the qty of material moved as a negative amount to storage type 914 in IM (LS26) and stock removed out of WM (MMBE).
    Is this where the business process stops?
    Do I ever remove the stock out of 914?
    Does the material go from 914 to 916 and then get cleared out of inventory?
    Thank you

    Check [thread|PR Marked for deletion after Business Complete]  and [search|http://forums.sdn.sap.com/search.jspa?threadID=&q=PR+deletion&objID=f159&dateRange=all&numResults=15&rankBy=10001]
    -S.N

  • Create a Link between Work Order and Reapir Order

    IREAPIRORDER is the reapir order(IW54)
    AUFNR is the work order (IW31)
    w_relation = 'VONA'.
    fs_obj_rolea-objtype = 'BUS2032'.
    fs_obj_rolea-objkey = REAPIRORDER.
    fs_obj_roleb-objtype = 'BUS2007'.
    fs_obj_roleb-objkey = AUFNR.
    CALL FUNCTION 'BINARY_RELATION_CREATE_COMMIT'
    EXPORTING
    obj_rolea = fs_obj_rolea
    obj_roleb = fs_obj_roleb
    relationtype = w_relation
    IMPORTING
    binrel = fs_binrel
    TABLES
    BINREL_ATTRIB =
    EXCEPTIONS
    no_model = 1
    internal_error = 2
    unknown = 3
    OTHERS = 4.
    CALL FUNCTION 'BINARY_RELATION_CREATE_COMMIT'
    EXPORTING
    obj_rolea = fs_obj_roleb
    obj_roleb = fs_obj_rolea
    relationtype = w_relation
    IMPORTING
    binrel = fs_binrel
    TABLES
    BINREL_ATTRIB =
    EXCEPTIONS
    no_model = 1
    internal_error = 2
    unknown = 3
    OTHERS = 4.
    The link is not getting created

    Please go through this link:
    /people/rammanohar.tiwari/blog/2005/10/10/generic-object-services-gos--in-background
    Please give me reward points
    Thanks
    Murali Poli

  • Link between maintainance order reservation and pur requisition

    Dear Experts,
    I need link between maintainance order reservation number against a materials and purchase requisition raised against it.
    Basically requirement is that i need a report in which i can c the purchase requisition against the materials of maintanace order..
    Please help me out
    Regards,
    Vishal

    hey somebuddy will plz help me out ...

  • Document link to Func loc / equipment / work order

    Hi
    We need to print the documents attached in functional location/ equipment via work order. Kindly guide the process to implement the same.
    or
    I need the tables to link the document attached in functional location, equipment with work order / functional location / equipmemnt.
    Kindly guide.
    regards
    sachin

    Hi,
    The table which contains the document assignment is DRAD table. Where you have to pass your equipment number or Functional location in Object Key field DRAD-OBJKY along with this object as DRAD-DOKOB. In case of equipment the entry in *DRAD-DOKOB as EQUI and in case functional location it will be IFLOT.
    This is how you can find out attached documents based on document type per equipment or Functional location.
    Hope it is help ful.
    Regards,
    N.Nagaraju

  • DMS: Object Links for Work Order

    Hello All,
    I would like to attach and checkin originals to a work order thru CV01N/CV02N transaction. But, there is no specific tab for work oder. How do I acheive this?
    what configuaration and development has to be done?
    Any kind of help is highly appreciated.
    Thanks,
    Chandra

    Hi,
    If you need only a tab to be seen in the CV01N/CV02N Tcodes, then there is a config settings,
    Document Mangement--> Control Data->Define Document Types (under that select your document type to which this attachment is required) > Define object links> select the production order (PORDER---Object & Screen # 0251)
    then you can see the production order tab in the DIR,
    OR
    As per my understanding of your requirement is:
    When you attach a Original in DIR then it should be visible in the Production order also.
    To achieve this you need to build a relation b/w Material Master & DIR (particular document type), so when a order is created then DIR with original will also get attached automatically so that you view, or through EWB also it can viewed & edited.
    Hope i have understand correctly.
    Regards
    Rehman

  • WBS linked to work order

    I have a new rewquirement from the client wherein I have to link wbs elements to work orders.
    Please explain me from scratch what is wbs with necessary examples and the settings required?

    Hi
    A project is subdivided into WBS ( Work Breakdown Structure).
    Sometimes maintenance needs to be done in a project
    or
    Maintenance can be executed as a project
    For this PS-PM integration you need to assign WBS elements in Additional tab of work order.
    If you assigned WBS the dates from the project WBS can be copied to work order basic dates.
    In project planning board also the assigned orders to a WBS can be seen
    Configurations
    Basic PS configurations
    Define parameters for subnetworks  (PM01) (PS01)

  • Multiple notifications linked to work order

    Hi sap gurus,
    How can we link multiple notifications in PM Work order
    Regards,
    Krishna

    Greetings Krishna,
    You can use the "Objects" tab in the Order view (IW32 t-code) to assign multiple Notifications to an Order.
    Please note a Notification can only be assigned to 1 Order at a time (therefore it is a N:1 relationship between Notifications and Orders).

  • Linking Contract Master to Work Orders & Materials

    Hello,
    I'm researching the possibility of linking (tying) stock to a Service Order (in a Work Order) and/or Sales Orders before it arrived on the PO. This is for provisioning stock to customers. Is there any possibility that this could be done via Projects in SAP? 
    A colleague thinks there is a way to create a project (transaction code CJ01 or CJ27) and link it to a Purchase Order in project.  If the project was a reference document, could it be done as an example?  He also believes that there are special transaction codes for moving stock between normal stock and project stock (Special stock) such as 281Q and 412Q as examples. 
    Also, Transaction code MBBS appears to be an overview of the project to show valuated sales order and project stock? Project stock was referred to as a type of special stock?
    As an end user, I am not familiar enough with SAP to know about this project area but thought this might give you a starting point. However, I've been exploring some of the functionalities to come up with a
    solution.
    Thanks in advance.

    Hi
    You can use the BAPI - BAPI_ALM_ORDER_MAINTAIN to maintain orders.
    Given below few order related tables
    AUFK     -Production order headers
    AFIH     -Maintenance order header
    AUFM     -Goods movement for prod. order
    AFKO     -Order header data PP orders
    AFPO     -Order item
    RESB     -Order componenten
    AFVC     -Order operations
    AFVV     -Quantities/dates/values in the operation
    AFVU     -User fields of the operation
    AFFL     -Work order sequence
    AFFH     -PRT assignment data for the work order(routing)
    JSTO     -Status profile
    JEST     -Object status
    AFRU     -Order completion confirmations
    This may help you.
    Thanks & Regards,
    Govind.

  • Outline Agreement not getting link to PR from Work Order

    Hi All
    When creating purchase requisitions from a work order that reference an existing outline agreement the outline agreement is not linking to the purchase requisition (not visible from PR at all). The service masters are however being successfully referenced and are visible on the PR.
    1)The successful linking of the outline agreement appears to stem from the sequence of steps undertaken. If the requisitioner leaves the vendor field blank initially and continues on to reference the required outline agreement and service master for the desired vendor then the outline agreement will be successfully linked.
    2)If however the requisitioner completes the vendor field and continues on to reference an outline agreement then the outline agreement is not visible within the purchase requisition. This is causing delays in the purchasing process as the purchase requisition cannot be processed until referencing the appropriate outline agreement.
    So if the user enters the vendor no is it possible to link the outline agreement to PR ? ( the business don't want to enter the agreement value manually in our case this field is grey out) and they still want outline agreement  to link to PR through service selection. So is it possible or not? by using any user exit or BADI
    Thanks & Regards
    Vishvesh Saodekar

    I finally use EXPLICIT ENHANCEMENT.

Maybe you are looking for

  • Allow help desk to manage open files on file server

    I am looking to delegate the ability to manage open files to our help desk users.  They are getting an increasing number of calls from users asking about files and who has them open, or to force close them..etc. The help desk users are not admins on

  • Why when I export does my aspect ratio change?

    My camcorder is a Canon HDV 30 and any time I export a Quicktime movie using either current setting, compressor native or 1920/1080, the aspect ratio gets messed up...typically going 4:3. Does anyone know what export setting you use so that the exact

  • Importing vhs using pinnacle

    I have used pinnacle in the past to import vhs to pc's. Since purchasing a mac, I downloaded software from pinnacle for mac so it would open when the usb is attached to the mac. It does not read it. Does anyone know about this or know how to fix it?

  • Details in Customer Invoice

    Hi All,          Here is client req:- One Industry is performing its operations from 2 different locations to its various kind of Customers includes manufactures, first stage dealer etc.., Goods will be transferred from Plant-1 to Plant-2, from Plant

  • Installing RCU 11.1.1.6 Getting error Unknown Master and Work Repository

    Hi All, While installing RCU 11.1.1.6 I am getting error "unknown Master and Work Repository" could any one please tell me the solution for this Thanks Kumar