Help required in BAPI_ALM_ORDER_MAINFm to change the service order quantity

Hi,
Can any one tell me Fm To change the srvice order quantity??
I am using fm

Hi,
Can any one tell me Fm To change the srvice order quantity??
I am using fm

Similar Messages

  • Problem in Changing the Service Order Using BAPI_ALM_ORDER_MAINTAIN

    Hi ABAPers,
      I want to change the Service order(<b>TCODE-IW32</b>) Using <b>BAPI_ALM_ORDER_MAINTAIN</b>.But i don't know what are all the
    Parameters needs to be passed.I want to chnage the <b>COMPONENT</b> of the Service Order.Please anyone tell me what all are the
    mandatory parameters should be passed to change the <b>COMPONENT</b> of the Service Order.If anyone has the code Please send me.
      It is very Urgent Kindly help me to Solve this problem.
    Regards,
    Ashok.

    Hi Ashok,
    i am sending u the sample eg thread for bapi create i thnk u can find out the mandatory fields frm tht ...
    check this link though it is for create the mandatory fields and structure will be same .
    Create Order BAPI
    regards
    Sana M.
    reward for useful answers..

  • To change the subscription order quantity.

    Hi all,
    I have a requirement to change the subscription order quantity,
    ex.- to change  the order quantity to 30 from 50.
    Please suggest if this is possible, if yes then how can it be done.
    thanks
    Abhay.

    Dear Sunil,
    I need to change the Order quantity (Delivery quantity) from a subscription order.
    When i see the order in jk02 (Change mode), the quantity field is non-editable.
    I hope the question is clear now.
    thanks,
    Abhay.
    Edited by: Abhay  Mehta on Mar 18, 2009 4:09 PM

  • How to know I'm creating or changing the service order in ICweb?

    Hi,
    I need to disable or enable some fields based on if the service order is being created or changed . I'm new to IC web .. .can someone pelase help me understand how can I differentiate ?

    Hi,
       Which view in service order are you referring to? Normally there will be two seperate inbound plugs in the window level e.g. IP_CREATE and IP_EDIT that displays the same edit view.
    One way will be to set a flag in either of the inbound plugs for you to identity in the corresponding view whether it is a edit scenerio or a create scenerio. Depending on this flag value, you can proceed to disable fields selectively (may be in do_prepare_output method).
    Reward points if helpful!
    Thanks,
    Sudipta.

  • Help required in BAPI_ALM_ORDER_MAIN to change quantity

    Hi,
    I want ot change the service order quantity..
    I am using BAPI_ALM_ORDER_MAINTAIN  
    can any one help me with parameters to be passed to tjis bapi to change the order quantity??
    Regards,
    Himanshu.

    DATA:IT_RETURN TYPE BAPIRET2 OCCURS 0 WITH HEADER LINE,
         IT_COMPONENT TYPE BAPI_ALM_ORDER_COMPONENT OCCURS 0 WITH HEADER LINE,
         IT_METHODS TYPE BAPI_ALM_ORDER_METHOD OCCURS 0 WITH HEADER LINE,
         IT_COMPONENT_UP TYPE BAPI_ALM_ORDER_COMPONENT_UP OCCURS 0 WITH HEADER LINE,
         ODR_NO LIKE BAPI_ALM_ORDER_HEADERS_I-ORDERID. " Order Number
    *&--CHANGE COMPONENT--
      IF it_parts_tmp_ch[] IS NOT INITIAL.
        LOOP AT it_parts_tmp_ch INTO wa_parts.
          w_sy_tabix = sy-tabix.
          CLEAR:wa_resb.
          READ TABLE  it_resb
                INTO  wa_resb
            WITH KEY  rsnum = wa_afko-rsnum
                      aufnr = w_sord_num
                      posnr = wa_parts-itemno
                      xloek = ''.
    Fill values in IT_METHODS
          IT_METHODS-METHOD = 'CHANGE'.
          IT_METHODS-REFNUMBER = w_sy_tabix.
          IT_METHODS-OBJECTTYPE = 'COMPONENT'.
          IT_METHODS-OBJECTKEY = w_sord_num.
          IT_METHODS-OBJECTKEY+12(4) = WA_AFVC_TMP-vornr.
          APPEND IT_METHODS.
          CLEAR: IT_METHODS.
          IT_COMPONENT-RESERV_NO = wa_resb-rsnum.
          IT_COMPONENT-RES_ITEM  = wa_resb-rspos.
          IT_COMPONENT-MATERIAL  = wa_parts-partno.
          IT_COMPONENT-PLANT     = wa_parts-plant.
          IT_COMPONENT-STGE_LOC  = wa_parts-sloc.
          IT_COMPONENT-BATCH     = wa_parts-batch.
          IT_COMPONENT-MOVEMENT  = 'X'.
          IT_COMPONENT-CURRENCY  = 'INR'.
          IT_COMPONENT-ITEM_CAT  = 'L'.
          IT_COMPONENT-ITEM_NUMBER  = wa_parts-itemno.
          IT_COMPONENT-ACTIVITY      = WA_AFVC_TMP-vornr.
          IT_COMPONENT-UNLOAD_PT  = wa_parts-usage.
          IT_COMPONENT-REQUIREMENT_QUANTITY = wa_parts-quantity.
          IT_COMPONENT-REQUIREMENT_QUANTITY_UNIT = wa_parts-unit.
          APPEND IT_COMPONENT.
          CLEAR: IT_COMPONENT.
          MOVE: 'X' TO IT_COMPONENT_UP-MATERIAL ,
                'X' TO IT_COMPONENT_UP-PLANT    ,
                'X' TO IT_COMPONENT_UP-STGE_LOC ,
                'X' TO IT_COMPONENT_UP-BATCH    ,
                'X' TO IT_COMPONENT_UP-MOVEMENT ,
                'X' TO IT_COMPONENT_UP-CURRENCY  ,
                'X' TO IT_COMPONENT_UP-ITEM_CAT,
                'X' TO IT_COMPONENT_UP-ITEM_NUMBER,
                'X' TO IT_COMPONENT_UP-ACTIVITY,
                'X' TO IT_COMPONENT_UP-UNLOAD_PT,
                'X' TO IT_COMPONENT_UP-REQUIREMENT_QUANTITY,
                'X' TO IT_COMPONENT_UP-REQUIREMENT_QUANTITY_UNIT.
          APPEND IT_COMPONENT_UP.
          CLEAR: IT_COMPONENT_UP.
        ENDLOOP.
    COMMIT WORK AND WAIT.
      CALL FUNCTION 'BAPI_ALM_ORDER_MAINTAIN'
      TABLES
      IT_METHODS = IT_METHODS
      IT_COMPONENT = IT_COMPONENT
      IT_COMPONENT_UP =IT_COMPONENT_UP
      RETURN = P_it_RETURN.
    *Commit BAPI
      CALL FUNCTION 'BAPI_TRANSACTION_COMMIT'
        EXPORTING
          WAIT = '5'.
    It will help you .
    Regards,
    Swarup
    Edited by: swarup basagare on Jun 6, 2008 10:54 AM

  • How to change Service order quantity using BAPI/FM

    Hi All,
    Can any body tell me how to change the Service Order quantity (in IW32) using a FM or a BAPI.
    I tried using the BAPI: BAPI_ALM_ORDER_MAINTAIN but I am unable to change the quantity. May be I might be missing some parameter. If anybody has done this please let me know the parameters that needs to be passed or if there is any other way out.
    Points will be rewarded to useful answers!!
    Thanks,
    Susanth.

    Hi!
    I have used this BAPI.read the documentation properly and after calling this bapi call BAPI_TRANSACTION_COMMIT then only expected results com n get saved.
    for ex:
    call function 'BAPI_ALM_ORDER_MAINTAIN'
        tables
          it_methods              = itab_methods
          it_header               = itab_header
      IT_HEADER_UP            =
          it_header_srv           = itab_header_srv
      IT_HEADER_SRV_UP        =
          it_userstatus           = itab_userstatus
          it_partner              = itab_partner
      IT_PARTNER_UP           =
          it_operation            = itab_operation
      IT_OPERATION_UP         =
          it_relation             = itab_relation
      IT_RELATION_UP          =
          it_component            = itab_component
      IT_COMPONENT_UP         =
          it_objectlist           = itab_objectlist
      IT_OBJECTLIST_UP        =
          it_olist_relation       = itab_olist_relation
          it_text                 = itab_text
          it_text_lines           = it_text_lines
          it_srule                = itab_srule
      IT_SRULE_UP             =
          it_tasklists            = itab_tasklists
          extension_in            = itab_extension_in
          return                  = itab_return
          et_numbers              = itab_et_numbers
      call function 'BAPI_TRANSACTION_COMMIT'
       exporting
         wait          = 'X'
    IMPORTING
      RETURN        =
    reward points if helpful.

  • Need help with Adobe barcode decoder version 7.0 (PDF 417), changing the service logon user id

    Hello I am fairly new to the adobe barcode decoder (PDF 417) application. We have an application that was developed about a while ago, now we are in the process of hosting the whole service in a new machine. Before hosting in new machine we were testing few things in the existing system; currently the adobe barcode decoder is running on an windows server 2003 with the "Local system account" in the Log on tab of the service. We would like to test whether the service can be run using an NT account. We did change the account from LocalSystem to one of the network account and when we start the service, it will stop immediately and getting the following error in the event log.
    Event Type: Error
    Event Source: AdobeBarcodeDecoder
    Description:
    The description for Event ID ( 1 ) in Source ( AdobeBarcodeDecoder ) cannot be found. The local computer may not have the necessary registry information or message DLL files to display messages from a remote computer. The following information is part of the event: Problem with the USB key: INITIALIZE.
    any help to solve this issue is really appreciated. We checked the access rights of the account that is trying to run the service and the account is part of the local administrators group. But When we change the service account back to "Local System Account" it is working fine. Any idea or am I missing any step?
    Thanks
    Suganya

    I just saw several of the following errors in the WindowsUpdate.log on one of my clients which prompted me to look closer, but this may not have correlation:
    2015-02-17 06:39:01:095
    112 4fc
    DtaStor JetSeek failed to find a record
    However, software updates are deploying and installing just fine it seems. I did update my Site Server yesterday manually, like I always do after every Patch Tuesday. 
    Am I not supposed to patch my Site Server manually, or should I add it to the Software Update Management scheme I have set up in SCCM? 
    Thanks

  • SPEL? make REASON field required if user has changed the value in SALARY

    I have a requirement to make REASON field required if user has changed the value in SALARY field. Is it possible using spel? what are my options?

    Karan,
    You can change the Rendered Property through personalization.
    But in your requirement you need to attach the Spell through personalization & extend the existing CO to set the value of the SPELL based upon the condition.
    Note - Refer this thread http://forums.oracle.com/forums/thread.jspa?threadID=2176729&tstart=0. If you have worked on SSHRParams kindly help the user.
    Regards,
    Gyan

  • For those who have problems RE: My iPhone 4 on connecting to my pc shows my friends name in the DIGITAL camera Drive..It dsiplays my correct name when I`m on iTunes..PLEASE HELP ME HOW DO I CHANGE THE NAME IN THE DIGITAL CAMERA DRIVE??

    For those who have problems RE: My iPhone 4 connecting to my pc shows my friends name in the DIGITAL camera Drive..It dsiplays my correct name when I`m on iTunes..PLEASE HELP ME HOW DO I CHANGE THE NAME IN THE DIGITAL CAMERA DRIVE??
    SOLUTION:
    Iam pointing t0 windows7 os.
    1) go to control panel
    2) open hardware and sound
    3) In that open Devices and printers
    4)In that u can find Apple Iphone.
    5) now right click on this --> Hardware --> Properties --> General --> Uninstall --> ok.
    6) now unplug and plug in ur iphone again.There u go u iphone name changes to its original name.

    I am having this problem.  At first with the new iPhone 5, and then with the iPad 2.  I am not sure why this is happening. 
    My gut feeling is this is an iO6 issue and here's why -
    The problem mainly occurs with apps.  I have about 150 apps, and when I plugged in the phone, iTunes went to sync all of them.  The process would hang up after about 20 - 30 apps were loaded onto the phone. I could tell where about the process hung up because the apps on the phone showed up as "waiting".
    Then on the iPad 2 I plugged in to sync and saw there was a huge "Other" component in my storage.  It required me to restore the iPad 2 from backup.  With this restore the same issues occurred - putting the apps back on the iPad would hang up.  The videos on the iPad also got stuck - maybe after about 10 hours of videos transfered iTunes crashed.
    My solution has been to soft reset the device, restart Windows, and continue the process until it's complete.  This is remarkably inefficient and time-intensive but everything works with patience.
    I have been wondering if others have had these same problems. 

  • Help! Error 0xc000000f after changing the hard drive!

    Please help. I have gone through this entire forum and NOTHING is working for me. My HP G42-303DX Notebook is only a few years old. I accidentally dropped it and apparently the harddrive broke. I purchased a new one and installed it. Forgetting that I received NO back-up or recovery discs,  I purchased the ones from the HP website. As soon as I got them, I installed it. After all recovery discs were installed I got the following error:
    ==============================================================================
    Boot Manager:
    Windows failed to start. A recent hardware of software change might be the cause. To fix the problem:
    1.Insert your Windows installation disc and restart the computer.
    2.Choose your language settings, and then click "Next".
    3.Click "Repair your computer."
    If you do not have this disc, contact your system administrator or computer manufacturer for assistance.
    Status: 0xc000000f
    Info: The boot selection failed because a required device is inaccessible.
    ===============================================================================
    I have done ALL the testing and everything comes out as "passed". I decided to remove the final disc, but then I noticed that my notebook was not ejecting the disc. Also, I cannot boot from the disc drive. I have reset my computer hundreds of times and it will not eject it. I have pressed F10 as per the other sites, changed the boot order etc etc and I still get the same error (above) and the disc drive will not open and/or will not be recognized by the notebook.
    Stupid question to all the experts out there, but I thought the recovery discs included windows? Yes or no?
    Any help you guys can give me I would greatly appreciate it. I am desperate. Again, I have read forum after form and I still cannot fix this. My work is very strict and have blocked numerous websites, even some to pay my utility bills on. But my work computer is the only computer I have access to.
    Please help!!! I really don't want to resort to going to a tech company to get my laptop fixed.

    Hello sincityjenn,
    Welcome to the HP Forums.
    I see that you're trying to get your Notebook up and running after replacing the harddrive and are running into an error. I will try to help you with this.
    I would like you to read over this document: Looking for HP Recovery Discs or an HP USB Recovery Drive?
    This statement at the start of the document should asnwer a question you had "An HP recovery solution can be used to return a computer's software configuration to its original condition". This imply's that you already have the OS on the computer.
    What you would need is an installation disk for Windows, and to actually re-install the OS. If that doesn't work then you may actually wanna call support and run the situation by them to see what options are availible to you.
    HP Technical Support, North America 1-800-474-6836. For all other regions click here.
    http://www8.hp.com/us/en/contact-hp/ww-contact-us.html
    Thank you for posting on the HP Forums.
    I worked on behalf of HP.

  • How do I convert a pdf-presentation into Powerpoint, which it is said that I can do? I can convert into Word, but that is of no help as I need to change the text in the document.

    How do I convert a pdf-presentation into Powerpoint, which it is said that I can do? I can convert into Word, but that is of no help as I need to change the text in the document.

    Hi Sara!
    Yes this sounds interesting. Can I update to that from the PDF Export I have just renewed? How much would that cost?
    Thanks for your quick answer.
    Best Regards
    Per-Olof Egli                                         Logga Egli C.I.S
    Managing Director
    Egli C.I.S. Consulting
    Lapphundsgränd 43
    SE-128 62 SKÖNDAL
    Sweden/Швеция
    Phone:         +46 708 23 03 53
    <http://www.eglicisconsulting.se/> www.eglicisconsulting.se
    <mailto:[email protected]> [email protected]
    Skype: eglipo
    Från: Sara.Forsberg 
    Skickat: den 10 september 2014 22:11
    Till: P-o Egli
    Ämne:  How do I convert a pdf-presentation into Powerpoint, which it is said that I can do? I can convert into Word, but that is of no help as I need to change the text in the document.
    How do I convert a pdf-presentation into Powerpoint, which it is said that I can do? I can convert into Word, but that is of no help as I need to change the text in the document.
    created by Sara.Forsberg <https://forums.adobe.com/people/Sara.Forsberg>  n Adobe ExportPDF - View the full discussion <https://forums.adobe.com/message/6718870#6718870>

  • Can anyone help me, I need to change the address (country) from US to UK so i can purchase?

    can anyone help me, I need to change the address (country) from US to UK so i can purchase?

    Change/Verify Account https://forums.adobe.com/thread/1465499 may help
    -http://helpx.adobe.com/x-productkb/policy-pricing/change-country-associated-with-adobe-id. html

  • Can we buy iphone from one country and then change the service provider

    Hi,
    I wanted to know if I buy an iphone from india today can I change the service provider when i come to U.S.A. for my studies in Jan

    It seems to depend on the country where you bought your phone.
    In Australia, with a post-paid account I can have my carrier unlock the phone for free so I can use the phone on a pre-paid account in the States when I am there.
    My carrier here gets paid regardless as I am on a 24-month contract.

  • Sales Order - Returns change the sales order item delivery status

    Hi All,
    we have the following requirement from our users:
    after creating a return, the original sales order should have the
    delivery item status changed.The system should permit that a new
    delivery can be created for sales order item already delivered / billed (a new delivery with the quantity that has being returned) but has a return document,
    without increasing the sales order quantity.
    Does any body got the same requirement ?
    Thanks in advance,
    Marcus

    Hi Marcus,
      After creating return order you have to do the goods receipts.But this doesn't mean that you will be able to create a delivery with the old order itself.
      You have to create the order again and ahve to create a new delivery,goods issue and billing.
      Another option is as Roberto said that you have to reverse the goods issue thru VL09 and then cancel(delete) your delivery and then you can create a new delivery wr.t to your original sales order.
      Reward points if it helps.
    Regards
    Karan

  • User Exit or BADI to update the service order  in R/3

    Hi,
    When creating a service order the following fields need to be populated automatically using an user exit or badi.
    1. Planner Group
    2. PMActType – Plant maintenance activity type
    3. Cost/Profit Centre
    4. WBS element
    5. Work center
    so my requirement is there any function module or Badi or user exit to update the service order details when service order is created / changed.
    Pls do the needful.
    Reg
    Ramana

    Hi Ramana,
    Go to SPRO Transaction and follow the below path
    Customer relationship management>Transactions>Settings for Service Processes>Business Add-Ins and you will find 8 BADI's.
    Check these BADI's useful for you.
    Regards,
    Lijo Joseph

Maybe you are looking for

  • Image processing over wireless

    Hi, One of our subsidaries has a setup where continuous video stream is generated from certain application servers processing real time image processing. The setup goes this way; 3 PC's which run these image processing & are connected to a 3750G swit

  • How many computers can I install the software on

    how many computers can I install the software on?

  • Does "Itunes Backup" Backup everything including photos and Music?

    Well I started another thread saying that my Ipod touch keeps freezing asking if anyone knows how to fix it so I don't have to send it in but looks like I'm not getting an answer so before I do send it I was wondering... Does "Itunes back up" back up

  • Caml query to check current logged in user - SharePoint designer

    Hi, I need to create a caml query in SharePoint designer to satisfy the below conditions. If the logged in user (current user) is a member of a specific group. e.g. Group Name = ISS Owners, ID=5 (OR) If the logged in user (current user) exists in ass

  • Inbound Shipment and Leg creation

    Hi All, We are manually creating legs (stages) in Inbound shipments in 3 party scenario, its a direct leg from vendor to customer. During leg creation process i am able to give the Vendor (departure details) including points, shipping point and vendo