Need to do a mass update...

I need to do a mass update... 40000+ records in a test environment
The records look like this
GOREMAL_PIDM    GOREMAL_EMAL_CODE                            GOREMAL_EMAIL_ADDRESS
870749                  PERS                                            y******@yahoo.cn
872647                  PERS                                            d******@yahoo.com
867236                  PERS                                            h.******@comcast.net
872648                  PERS                                            cyn******@gmail.com We are testing a process and we don't want to send emails, I need to update the GOREMAL_EMAIL_ADDRESS and put ## at the begining
so it will ended like this
GOREMAL_PIDM    GOREMAL_EMAL_CODE                            GOREMAL_EMAIL_ADDRESS
870749                  PERS                                            ##yu******@yahoo.cn
872647                  PERS                                            ##do******@yahoo.com
867236                  PERS                                            ##h******@comcast.net
872648                  PERS                                            ##cy******@gmail.com Thank you
Edited by: dkildahl on Apr 18, 2012 1:47 PM

928315 wrote:
Who are you??? you have my email address. i'm kind of worried!! if you could please explain where you are from that would be great. ThanksIf someone signed up with your email address, go to the top right of the screen ... "sign in". Use the forgot password (username should be the email account) to get a new password sent to that email account and then deactivate the account, or whatever you'd like to do with it.
Cheers,

Similar Messages

  • Transaction for Mass Update

    Hi,
    Can anyone List out some Standard SAP transactions that are doing mass update.
    Means Transactions which are updating a range of records in single shot. Instead of doing it one by one.
    I need to create a Mass update for Material. What MM02 do for a single material, I need to do for a range of materials.
    I know some Transactions like XD99, MM17 and MASS. But I need some more names from you.
    Points will be rewarded .
    Regards,
    Paliwal

    hi,
    check these.
    CO44  Mass processing of orders
    F.80  Mass Reversal of Documents
    FOFO  Mass release
    FOVX  Mass Processing of Offers
    IMAM  Mass maintenance of approp.requests
    KE55  Mass Maintenance PrCtr Master Data
    SU10  User Mass Maintenance
    XD99  Customer master mass maintenance
    XK99  Mass maintenance, vendor master.
    <removed by moderator>
    Edited by: Mike Pokraka on Aug 4, 2008 11:26 AM

  • Mass update Tansaction

    Hi,
               Can anyone List out some Standard SAP transactions that are doing mass update.
    Means Transactions which are updating a range of records in single shot. Instead of doing it one by one.
    I need to create a Mass update for Material. What MM02 do for a single material, I need to do for a range of materials.
    I know some Transactions like XD99, MM17 and MASS. But I need some more names from you.
    Points will be rewarded .
    Regards,
    Paliwal

    Some transactions from the LE side
    MEMASSCONTRACT       Mass Changing of Contracts
    MEMASSIN                     Mass-Changing of Purch. Info Records
    MEMASSPO                   Mass Change of Purchase Orders
    MEMASSRQ                   Mass-Changing of Purch. Requisitions
    MEMASSSA                   Mass Changing of Sched. Agreements
    MASS_EINE                   Inforecord Mass Maintenance
    MASS_EKKO                 PO mass maintenance
    MASS_MARC                 Logistic/Replenishment Mass Maint.
    MASS_VENDOR             Vendor Mass Maintenance
    MASSD                           Mass Maintenance
    MASSOBJ                      Maintain Mass Maintenance Objects

  • Need to: mass update from GraceNoteDB

    I imported about 6 CDs to when my MAC was offline...I am online now and I want to do a mass update the info from the GraceNoteDB; is there a specific method to do this?
    cd

    okay got it, select tracks, advanced, get CD info...thanks

  • Is there a way to mass update or replace the SPM Firefighter IDs table?

    We are upgrading from GRC 5.2 to 5.3.  In 5.3 FF/SPM has added an Owners field to the FF ID table (/virsa/zffusers), which is apparently a required field because I keep getting a "Invalid Firefighter ID Owner" error when I try to look at the table.
    Is there a way to mass update, or perhaps import/replace, this table?  I am having problems trying to update this table thru the FF table screen.  When I go to save my changes, it will return the above error because not all of the FFID records have an assignment in this new Owners field.  We have over 160 FFIDs, so I can't change all of the records at the same time.  I can only get about 20 per screen and it will return that error again when I try to page forward.
    Thanks.

    Hi Bob,
    that is perfectly possible - did it a few times already.
    Export the table from within Firefighter, download the owners table (sorry, need to look up the name tomorrow - but you can't miss it), then add the owners through an Excel vlookup. Then re-import the table in Firefighter, and you're ste.
    I'm at home right now - if you have difficulties getting this done shoot me a message tomorrow and I'll send you more details.
    Frank.

  • Material Account Assignment Group, in Sales Order Mass Update

    Sd Experts,
    We just went live, our consultant updated Account assignment group at the material level but did not updated existing materials. When we caught the problem and updated exisisting materials there were some existing orders already created. Which now I am getting an account determination error due to this field being empty at the material level.
    We have some sales orders that I need to update but they are just too many, currently I have been fixing them thru VF02, for to the material and update manually.
    Does anyone has any idea how to mass update this field for all existing orders, to update "Account Assignment Group" field automatically
    Your help will be greatly appreciated.

    Hi
    In Mass transaction choose object type as #BUS2032,after executing in the next screen from the tables choose#Sales Order Item Data, and from the fields choose#AcctAssgGr (MASSSDHE)-MASSSDHEAD_S-KTGRD, now execute to find fields Sales document and Sales Document item , here load all the Sales Orders for which the change is needed along with the items for which the changes are needed execute again to find the next screen with Sales Documet, Sales Document item and Account assignment which needed to be changed,now select the entire block enter new values in the Account assignment  box in the above, click on the 'Carry out MAss change button ' and then save, it will take some time basing the change tobe carried and issues a log as to how many documents were changed
    Hope this is clear,please do a test run before.
    Regards
    Chandra

  • Mass Updating of Selected Rows

    (As you can see from my low number of posts I'm new to ApEx, so any information you can provide is appreciated.)
    Hi,
    I've been asked to include what I consider a heavy duty feature on a report. It has been requested that there is a form region above a report region. The form will have some fields on it to be used to mass update selected rows.
    For instance, let's say the report is a list of employees and their dept and the form has a dropdown dept field that contains a list of depts. They want to be able to select certain employees on the report, then select a dept from the form and then click an Update Rows button. They want the selected rows to be updated with the selected dept. * Also, they don't want the report to be editable. * The only way to update any rows is thru the Update Row button.
    I'm new to ApEx and can code in JavaScript, but am not an expert in either. And, I'm still trying to figure out what JavaScript syntax works in Element Attributes, etc. fields. But, I digress.
    I have looked over several threads, and went to several demo pages, and have learned some things. Hopefully they are correct. If not, please correct me.
    - Using the Row Selector is tricky.
    - You can get the Row Selector on a regular SQL report by changing it to Updateable SQL, adding the Row Selector type, and changing it back.
    - You can only see row information on a column if the column is editable.
    I now have a report that is NOT editable and has NO editable columns. And the report has the Row Selector. Also, the ID (key) of each row is the first column of each row. (It's a link field that populates another page.) With the ID I can populate the correct record. I'm thinking I need to populate the ID again in another column into a text field and then be able to access that value on the selected rows.
    Here's my dilemma. (That is, if I'm on the right track.) I need to know which rows are selected and then access the ID (key value) of that row. After that I can let my PL/SQL do the work.
    - - 1. How does the 2nd ID need to be defined such that people can't edit it, but the value can be retrieved? And, how is this done? I assume something can be put in the Element Attributes. If so, will you please provide the code?
    - - 2. What is the trick to knowing which rows are selected? An example snippet of code would be great here too.
    - - 3. Also, tell me if I'm on the wrong track and need to provide a solution in a different way.
    Sorry for the novel, but I wanted you to have a good idea of what I'm trying to accomplish so you may provide appropriate answers.
    Thanks much, Tony

    Hi Tony,
    check out the following threads:
    Re: Reference a value within a report????
    Re: MRU - trying to restrict UPDATE to only certain users - everyone INSERT
    BTW, you don't have to use any JavaScript. When you write your "Update pl/sql process" for the tabular form, just reference you page item which contains the department for your mass update.
    eg.
    FOR ii IN 1 .. Apex_Application.g_f01.COUNT
    LOOP
        UPDATE EMPLOYEES
          SET DEPARTMENT_ID = :P4_NEW_DEPARTMENT_ID
        WHERE EMPLOYEE_ID   = Apex_Application.g_f02(Apex_Application.g_f01(ii))
    END LOOP;Hope that gives you a direction how to solve that
    Patrick
    Check out my APEX-blog: http://inside-apex.blogspot.com
    Check out the ApexLib Framework: http://apexlib.sourceforge.net

  • Mass update of Third Party Vendor at PO Line item pricing condition

    Hi All,
    We have requirement from business as follows:
    We are using item level condition for Lumper Charge in PO and it is for Third Party Vendor. We maintain vendor in pricing condition record so it will be automatically populated while PO is created. Recently vendor is changed so we have also updated new vendor in pricing condition record so it will be taken care when new POs will be created. But there are thousand open POs in which new vendor needs to be updated.
    Is there any way to mass update third party vendor at PO line item level?
    Relevant pointers will be rewarded.
    Regards,
    Tt

    Hi,
       You may check the following options:
    1. If the freight vendor was pulled through condition record, then change the vendor in the condition record and update the pricing in MEI1. Refer the KBA: 1819416 - Condition records not getting updated automatically when using MEI1/MEI4
    2. If the condition is manual condition, there is no option to mass change the vendor in standard, as of my knowledge. You may create a custom program to change the vendor in the PO. Refer the similar thread: Mass update of freight vendor in PO condition
    Regards,
    AKPT

  • Mass update of freight vendor in PO condition

    Dear All,
    I need to do mass update the freight vendor in purchase order (vendor code given in the PO planned delivery condition),Is there any way to achieve this instead of doing it manually I mean selecting PO's one by one?Thanks for your advise in advance!
    BR,
    Sandeep

    Hi Sandeep,
    Mass updation of Freight Vendor in Purchase Order  is not possible in Standrad. However, you can develop small custom report to update the Freight Vendor against freight condition for Open POs.
    Secondly, Maintain Freight condition using condition Record/Access Seq and Specify the Freight Vendor. So that it get automatically picked up for the newly created Purhcase Orders.
    Regards,
    S Anand

  • Mass update of Vendor Bank Chain assignment details

    Hi Experts,
    I have a requirement to mass update Vendor Bank Chain  assignment details. I tried to use LSMW recording method for transaction FIBPU but it does not seems to be working if we have more than 2 bank keys for a vendor.
    Can you please let me know the best way of handling this requirement.
    Thanks in advance
    Regards
    VJ

    Hi Jeff,
    I need to mass update the bank chain details for vendors. I am trying to use LSMW bath recording for
    FIBPU transaction, but the problem is when the vendor has multiple bank keys there is no option to select  for each Vendor and bank key combination to record the bank chain assignment details. Just Wondering to see if we have any alternative way to mass update Vendor Bank chain details.
    Steps to replicate the scenario
    Step1: Execute transaction :FIBPU, then enter Vendor number and press F8
    Step2: You will now see Vendor bank entries (LFBK table ), in this screen I don't have the option to select each vendor and bank key combination to loop in batch recording method when it has multiple entries.
    Let me know if you need any more information.
    Thanks
    Regards
    VJ

  • Transaction to Mass Update Header and Item text in Purchase Order

    Dear All
    Whether any Transaction in SAP to mass update the Header and Item text in Purchase Order.
    One Single Text For Ex :" This is a Dummy PO" .
    This text needs to be updated in large number of POs.
    Please let me know your views
    Reg
    Shyam

    Hi Shyam,
    You can make use of BAPI_PO_CHANGE for this. See the documentation of this BAPI in SE37 for more information.
    "You can transfer header and item texts in the PoTextHeader and PoTextItem tables. You import texts
    for services in the PoServicesText table. Texts can only be replaced complete."
    Regards,
    Purnima.

  • Mass updates for Notification/Workorder status

    Is there any way for Mass update of 'status' because orders and notifications need to be un-teco before updating planner groups and work centers? we are using Mass update for IW58,IW38 & IW29 and there is no option for STATUS update.

    Thanks everyone for there response. I'll check the possiblity to add a button in IW28 for the closed notificaitons via any of the below BADIs:
    BADI_EAM_RIQMEL20_FCODE_CUS1 : Implement Customer Function Code in Notification List
    BADI_EAM_RIQMEL20_FCODE_SAP1 : Implement SAP Function Code in Notification List
    and for Work Order:
    BADI_EAM_RIAUFK20_FCODE_CUS1 :Implement Customer Function Code in Order List
    BADI_EAM_RIAUFK20_FCODE_SAP1 :Implement SAP Function Code in Order List
    In IW28 & IW58 there is option u201CPut in Processu201D in Notification Menu, but when I used this option  it says u201CNotification is completed -> can only be displayedu201D. I wonder why this option is not working if Notification is completed.

  • Mass update of AR departments 8.4 and above

    We have had a restructure and are wanting to close a department code. However there are several hundred open items that point to this department. I am wanting to know if anyone else has figured out an online option to move the items from one department to another so that when they are paid/written off/credited that information goes to the new department not the old. As mentioned I am trying for a front end method, i have been looking at the possibility of using Mass change.
    Thanks
    Trish

    You need to write PeopleCode to do these updates, mass update is not best option according to my experience.
    Jayaprakash Tedla

  • Mass updating/uploading of a price list

    Hi,
    Need to know if there is a way to mass update a price list. For example, I have 1000 items on price list 3. I need to update the prices of all items in the list and there is no definete factor. Since there is no definete factor I need to update all manually and since there are many items, need to know if there is a way to upload the prices for a specific price list.
    also need to know if there is any way to update the "Last Purchase price" list
    thanks for any help !

    Hi,
    thanks for the details. I still have an issue on this. I have used the templates and tried to upload the price list and face the following problem.
    First, I am not clear as to what the field "LineNum" in the "Item_Prices" template means. I assumned that this was the price list number, but even though the upload says that all items were successfully updated, I cannot find any price list that has the updated prices... all lists still have the same old price... : (
    Now I am confused... Need some help on the below:
    1. LineNum : Is this the price list number ?
    2. I have manually maintained some of hte prices, can they be updated ?
    3. What about the prices that are taken as a factor of a base list ( like 1.3x Last purchase price...)
    Need some help urgently on this please...
    Thanks !
    Nirusha

  • Service master mass update

    Hi All,
    We have issue in which while creating Service master, wrong unit of measure was used.
    Now to correct this, we need to do mass update of these service masters created.
    Is there any way in to do this. Any program that SAP has which would solve this probelm.
    Regards,
    Shahu

    Check
    Mass Change for Service master

Maybe you are looking for