PO Mass Change

Dear All,
I need some inputs from you all regarding PO Mass change.
In some for PO for my client the excise duty rates and CVD rates(in case of import PO has changed).
Now i want to delete these PO and create new ones after coying them from previous one.
So if i create new PO after copying it from previous one the old conditions are flowing in PO conditions and well as tax conditions.
Can somebody help me.My need is to copy from previous PO but conditions should flow from condition record.
Thanks
Tushar.

Hi,
Thanks.Can u please provide me some details of the BAPI that u r using.
We will try to develop same kind of BAPI for our client.
thnx for the help.
Regards,
Tushar

Similar Messages

  • Service Desk - need IB52 iBase "partner assignment" mass change

    Dear Ladies and Gentlemen,
    We are using SAP Service Desk in Solution Manager 7.0 EhP-1.
    There are many satellite systems connected to SolMan using Service Desk.
    Of course all of them are setup in SMSY, have a valid iBase entry in IB52, and have the "sold-to-party" assigned in IB52 -> Goto -> Partner.
    Now we need to assign a new business partner as "sold-to-party" for all these systems.
    We do not want to rename the current business partner, but have to assign a new business partner to not influence existing tickets.
    Thus, manually we would need to go to IB52 and change the partner assignment in IB52 -> Goto -> Partner and enter a new value for all the systems.
    Q: is there a way to perform a mass change for the "sold-to-party" partner assignment of the iBase entries? Is it possible to update or replace all or multiple existing partner assignments in iBase?
    Many thanks,
    Peter

    Hi Christian,
    Can you please tell me how did you create iBase for NON-SAP Systems? I know it is IB51/IB52? I am not sure what do you do after that? For an example I went to IB51 and create iBase number 403? now I go to IB52 and put the 403 in the installed Base field and click on Green arrrow to go inside correct? what do I do after that? where is the options to create the iBase name call "Network Group" ?
    How did you solve your issue for not showing when you went to F4 in NOTIF_CREATE? was that authorization error? if yes, do you know the object name?
    any help is much much appreciated
    Thanks in Advance
    Kumar

  • Separate TCode for Mass Change of documents (For authorization purpose)

    Hi
    We have internal audit function where internal audit chief will remove the payment block of multiple vendor invoices through FBL1N --> Environment --> Mass Change.
    Now problem is that authorization for FBL1N is given to 6 more employees (related to AP Accounting). Hence all these employees can do the mass change. I want to restrict this mass change authorization only to one person i.e. internal audit chief.
    Please tell me how to bring this restriction.

    Hi:
          You should contact your basis guy to do so...In tab authorization first you will have to find this object he system will display it , there you can assign 03 in place of *. 
    Personally i will recommend you should go for creating transaction variant using SHD0 which is an easy way to do so. Please check it will solve your issue. I just did both in test sever both of them are working perfect for me. Mass button is disabled when you set 03 for F_BKPF_KOA. SHD0 meets the subject topic of your post.
    Regards

  • Contract Mass change enhancement in SRM 7.0

    Hi Experts,
    We are using SRM 7.0 & implementing new Contract mass change functionality for header P.Org. & P. Group data. I have created a Web Dynpro Component (with View similar to /SAPSRM/WDC_UI_AO_CT_MC_D), & implemeted a BADI /SAPSRM/CTR_MC_BADI & added an entry in Table BBPV_CTR_MASSOP.
    After selecting the change method i am getting the error "View O_V_PURCH does not exist in the component YWDC_UI_AO_CTR". Actually, O_V_PURCH is an outbound plug of the WEb Dynpro Component. I am not sure why this eror is coming.
    Could you please help me out in this. That will be a great help.
    FYI - I am using Operational Contract Configuration document as reference.
    Thanks & Best Regards,
    Vishnu

    Hi Azad,
    Thanks for the reply.
    I checked that the outbound plug is linked to the Window correctly. I do not understand why the plug is considered as a view.(as per the error message"
    Thanks & Best Regards,
    Vishnu Reddy

  • Mass change of Pgrp for open PO's

    Hi all,
    SRM 5.0 SP12,ECS
    We need to mass change the purchasing group for all open PO's in our system...Is that possible in SRM?
    Is there any std report which can do that??
    Thanks.

    Thanks Alex.
    Let me frame my question in another way...if there is no std report to change the purchasing group in all open PO's to a particular Purchasing group...then do I need to change the Purchasing group for each and every PO manually thoruigh CHANGE Mode in PROCESS PO transction?
    Experts,
    Any idea if SRM 7.0 has other ways of doing this??
    Thanks.

  • Sales Order Material and its MOQ mass change

    *The issue is related to our Spare parts Ordering process in our company.*
    We have a concept of having 65 days of back orders. Hence there will be
    lot many open orders in the system.
    The Material code will be changed from (for eg) M01 to M02. Hence forth the Material (M01) ordered will
    automatically changed to M02 through Material determination logic. But
    for the 65 days back orders, it is very difficult to change the
    material one by one in sales order. There may be more than 100 orders
    for a material. Even if the MASS change option in Transaction VA05
    doesn't address because of the following reasons;
    1. The changed new material (M02) may have new price with new validity
    periods, whereas the back orders will have old pricing dates. Its
    difficult to change individually in the open orders.
    2. Some materials may have partially delivered.
    Similar to ECM changes, there will be MOQ changes which also needs to
    be changed individually the order quantity in the old Open orders.
    For example,
    Initially the MOQ for a material in 10. Order inflow has happened based
    on this MOQ.
    Now if the MOQ is changed to 20, future orders are addressed. But for
    the 65 day back orders, we need to manually open the individual sales
    order and change the order quantity.
    Hence we require a mass change option for the open orders as below:
    1. For Material Changes (M01 to M02), I will give the list of orders and
    the line items and Qty for M01. The program should reject the existing
    line item for M01. An additional line item should be created with M02.
    Also the pricing date should be changed.
    2. For MOQ changes, I will give the list of orders and the line items
    and Qty. The program should reject the existing line item for those
    materials. An additional line item should be created with new Qty.
    If the material is partially delivered, the the existing qty should be
    updated to the extent it is delivered and the remaining qty should be
    updated with new material or New MOQ.

    You can use BAPI_SALESORDER_CHANGE.
    1. Get the SO detail using BAPISDORDER_GETDETAILEDLIST.
    2. MODIFY the ORDER_CFGS_* internal tables and  update.
            CALL FUNCTION 'BAPISDORDER_GETDETAILEDLIST'
              TABLES
                order_cfgs_value   = gt_char
                order_cfgs_ref       = gt_char_ref
                order_cfgs_inst      = gt_char_ins.
            MODIFY gt_cfgs_*.
            CALL FUNCTION 'BAPI_SALESORDER_CHANGE'
             TABLES
                order_cfgs_value   = gt_char
                order_cfgs_ref       = gt_char_ref
                order_cfgs_inst      = gt_char_ins.
    Refer SAP note 549563.

  • Mass change of payment in customer line item for all open line item.

    Hello,
    We have updated the new payment as per the new agreement with customer in customer master. We want this new payment term should also be updated in all the open invoices which are not cleared. Is there are way we can do the mass change in Payment term as the open line item in the customer where line item are more than 50. Please let me know the transaction code for the mass change of payment term in Customer account balances.
    Thanks and Regards,
    Rajesh Kumar Mantri

    Hi
    you can find the way to change the payment terms
    first check weather the payment term field is having change option in your document change rules in the line item for you customers.
    Financial Accounting (New)Financial Accounting Global Settings (New)DocumentRules for Changing DocumentsDocument Change Rules, Line Item
    if the payment term BSEG-ZTERM(payment term) is there for your customer and having deselcted check box for changing document you cannot change payment term for your company code.
    This can done client level or company code level.
    if the payterm  can be changed you do changes to payment terms mass level.
    Thanks
    ANJI

  • Validation not working during Mass Change of Vendor Line Items

    Hi All,
    I created validation for Reference Key 1 field of Vendor line items, in this validation i used customized user exit.
    Whenever i select multiple line items in FBL1N for mass change & try to put a unauthenticated value system gives error as per Validation only for 1 st item but it not work for subsequent items & put the unauthenticated value in subsequent line items.
    I am not able to understand why Validation is working only for 1st line item during mass change & not for subsequent line items.
    Please provide your suggestions in resolving this issue.
    Thanks
    sandeep

    Hello Sandeep,
    I understand your issue. First check if the changes as per the SAP Note 640908 (https://websmp130.sap-ag.de/sap(bD1lbiZjPTAwMQ==)/bc/bsp/spn/sapnotes/index2.htm?numm=640908) is available in your system.
    Actually, Mass changes call FB02 in background and at this stage Validation gets activated and hence, the control doesn't go back for the next item changes. You can test this by deactivating the Validation and then the mass changes will me fine.
    I hope this explains the behaviour.
    Thanks and regards,
    Suresh Jayanthi.

  • Mass change of Vendor Line Items Payment Terms

    Hi all
    We are trying to make a mass change of payment terms for vendor line items.  We have implemented the change required as per SAP note 640908. However when we try to do this not all payment terms are changed.
    The log gives us the following error - 'Field BSEG-ZTERM. does not exist in the screen SAPMF05L 1302'.
    Please how can we solve this error.
    Many thanks
    PRG

    Hi,
    According to note 640908:
    " Notes on error handling:
        If the mass change does not occur as required even though you
        changed and activated all program parts, note that the error log
        for the mass change (Environment -> Mass change -> Error log of
        line item list) may contain useful information for error
        handling."
    " Note: SAP cannot guarantee that the modified mass change will work
      correctly even if you carry out all of the steps as described in the
      manual tasks."
    It is not planned to enter the payment terms by using of
    the field payment term ZTERM but by using of the fields ZBD1T/ZBD1P and
    ZBD2T/ZBD2P and ZBD3T.
    With Best Regards,
    Gladys Xing

  • Mass change problem in sales order form

    Hi,
    I am changing the promise date at mass change by selecting all the lines.
    Now, the same date I want to be populated for the Schedule_ship_date if the source_type is 'EXTERNAL'.
    thanks
    Rohit gupta

    Hi,
    I am updating the promise date in mass change form and same is updating at line level.
    Now I want to built a functionality so that the same date changes(as promiose date) would be applied for the SChedule ship date at line level only for the source_type 'External'.
    I am unable to accomplish through form personalization.
    Please suggest for the above request how it could be achieve?
    Thanks,
    Rohit

  • Mass-change in scheduling agreement

    Hi Gurus,
    today I wanted to do a mass change in scheduling agreements using transaction MASS.
    Unfortunately, it seems not to be possible to change these agreements with MASS. I found SAP Note # 483303 which tells us that MASS is only able to change documents with VBAK-VBTYP = 'C'.
    The scheduling agreements use VBAK-VBTYP = 'E' or VBAK-VBTYP = 'F'.
    Does anyone have a workaround for this? In the meantime I'll set up a LSMW, this should work fine.
    Thanks
    Ralf

    Yes you are correct, you can't use MASS to update scheduling agreements. As you mentioned, use LSMW or you can try using SCAT/BDC to update the documents.
    Regards,

  • Mass change of account assignment group in sales order

    Dear All.
    We have created a new Account assigement group and assigned revenue accounts to it.When the orders are registered this data will flow from the master data automatically.Where as in the open orders i need to make the changes manually.Is there a provision in std SAP to Mass change a filed in  sales order .Like we do in MM17 or XD99 .Kindly let me know.
    Thanks in advance .
    regards,
    K.Vivek

    Hi,
    Go to XD99,
    1. Select the table ie KNVV in the tables tab, select the fields tab and select the fields u would like to change for eg Acct assignment group
    2. Execute the report
    3. U will come to the screen where u can restrict the entries.
    Enter the criterion say
    Cust: Test 1
    Sales Org 8000
    Dist 08
    Div 08
    4. Again press execute
    5. Enter the new values you would like to have
    6. Now select columns of the new values and press carry out mass maintainence button in the new values area
    7. Press Save
    8. u will then receive a success message
    Best regards
    Mahesh

  • Copying and Mass Changing of Legal Controls on Material Masters

    I have just set up in our DEV system, the Legal controls on the Material Master . . . The Legal Regulation, the Export control class and the Grouping.  We do not have Foreign Trade turned on, but we wanted a place to store this information . . . to help when documents are generated.   My question(s) now are, when our users create Material Masters in most cases they create in reference to another material.  I tried this with what I set up, and it will not copy those fields . . . is there a way it can copy . . .something in configuration that will allow this?  And, also our users require a large amount of data to be changed sometimes and these fields possibly fall into that requirement, and I was looking for a way to Mass Change, but I am not able find those fields on the available Mass Change tables . . . I believe I need MAEX . . . Is there a way to Mass Change?

    Hello Diane,
    There are two things, which have to be done :
    -The first thing of course is, that for the fields involved the field :    
    "Propose Field Content from the Reference" must be set in transaction OMSR.
    - The second is, that the user have to enter this screen, because if she/he don't display this screen, then it is technically not possible to copy the reference values.                                                                               
    Hope this can help !!!                                                    
    Regards,
    Mauro

  • Mass Change in Material Master

    How to do mass Change of material group (say from 1HA TO 1HB) in material master in basic data 1 tab.
    Plz explain steps.

    Hi Rohit,
    Follow the Steps  SPRO - SAP Reference IMG - Production - Material
    Requirement Planning - Planning - Define Storage location MRP per plant - Enter
    the plant - Check for which Storage locations has got the indicator 1 - Storage
    Location stock excluded from MRP - Now remove that or choose the values.
    if you give me brief i can help you out more.
    Thank you .
    Regards
    Ram

  • Mass change of material master

    Hi Experts,
    I have a query regarding mass change to be done in material master. I need to update one value in the Material group 4 field in sales org view 2 in MM02 transaction for nearly 300000 materials. One option i find is LSMW and the other i saw is transaction MM17. Please let me know how feasible is this MM17 transaction? Is it possible to upload all the 30000 materials through MM17 transaction in one go and update the field? Will there be any performance issue if MM17 transaction is used?
    Please give your suggestion.
    Thanks
    Dinakar

    Hi,
    Use MM17,
    Goto the Transaction code MM17 and in the table check the MVKE- sales org data for material
    and select the Fields tab and choose the field MVKE-MVGR4 and  execute
    Now enter all the materials in the next screen  for which you want to change  and execute
    In the next screen you can maintain the new values for the old
    Please check and revert
    thanks,
    santosh

  • Mass changes of Material Master field with different values

    Hi,
    How to change a field in Material Master for more than thousand materials. I think MM17 can only be used for mass changes of materials with same values. I need to upload different values for different materials. Is there any other way to do this.
    Thanks,
    K R Vishnu Kumar

    Hi Kumar.
    I think you have to use LSMW for mass updation for Material Master fields with different values.
    Regards,
    Rahul.

Maybe you are looking for

  • Mac Os X 10.5.8 to Snow Leopard 10.6.0.

    First things I'm really sorry for my bad English.. I'm italian.. but I have a urgent question... My mac Have Mac Os x 10.5.8.. I try to search Snow Leopard on the Apple Store but there isn't there... So what can I do right now? Where I can buy the Sn

  • Cost and activity input in transaction KP06.

    Hello. I have following problem. End user complain for entering costs on cost center and cost elements. When they choose cost center and cost element group, they have to enter costs for several cost elements and one period or for one cost element and

  • Need help! w530 or T540p for photography??

    Hello everyone and thank you in advance for your help and expertise! :-) I am trying to figure out which of these two laptops would serve me better for my photography and Photoshop needs. Having lots of memory,  a great screen that will run with Phot

  • Error connecting to the host machine

    Hey guys. From the GC, when I want to my db, it ask me to enter the hostname and password before continue. the oracle db is running on a windows machine not connected to a domain. the username and password are correct but ai have this error. Can any

  • Timezone setting for WLS 5.1 on NT

    We are running WLS 5.1 on NT4.0sp6a in Australia. The Regional Settings on the NT box are setup for Australia. The time on the computer is correct, however on our WebLogic console the times are ahead 1 hour - displaying GMT +11 instead of GMT +10. Is