Mass Maintenance will recognize any customer record in workflow process

Hi gurus,
Please help me on the Workflow process, how to handle below workflow  scenario,  is there any logic be hand this.
please see in BOLD workflow issue.
1.2     As-Is Business Process
Currently Data Maintenance teams use standard SAP transaction XD07 to change Customer Account Groups. The standard transaction XD07 allows only one Customer Account Group to be changed at a time. The process is to be manually repeated for every customer. After the Account Group is changes in the request client (X07(10)), an RFC call is made to the BOR client (X07(20)) and then to the transaction client  (X08(10)) to change the Customer Account Group as the SAP ALE process does not support Account Group Changesu2026
1.3     To-Be Business Process
From time to time, bulk customer data updates will be needed. This can be the result of business situations that cause multiple updates to be performed for given customer fields such as Customer Account Group field. A new program must be developed to let the user mass update the Customer Account Group field (KNA1-KTOKD). The Program should be accessed on demand using a new T.Code (YMDM_ACCTGRP_CHG).
Business users will submit a spreadsheet in the appropriate upload format to CDM along with written approval from the Food Service data owner to execute the upload in P07. CDM will execute the upload, record all documentation for the audit change log and notify the submitter when complete
1.4     To-Be Business Process Flow Diagram
1.5     Enhancement Functionality
The following are the requirements:
u2022     This tool will enable a user to perform bulk update to the customer account group field.
u2022     The utility should let the user upload a u201CTab delimitedu201D file to mass update the Account Group field.
u2022     The Load File will have 3 columns, Customer Number (KNA1-KUNNR), Current Account Group (KNA1-KTOKD) and New Account Group (KNA1-KTOKD).
u2022     The Program must utilize the process behind the standard SAP transaction XD07 to change customer Account Groups in X07(10).
u2022     The standard customer ALE (DEBMAS) process does not support Customer Account Group changes, so the mass change program must use the RFC functionality to change he Account Groups in the BOR (X07(20)) and Transaction system (X08(10)).
u2022     Workflows for all updates performed using this T.Code are automatically approved.  No manual approval steps will be needed after data load.
u2022     Mass Maintenance will recognize any customer record that has an open workflow. If a customer record is already in the request queue, it is u201Coff limitsu201D for any bulk update. That update request to that particular customer record must be rejected.
u2022     Provide the option to run the process in validation mode and update mode.
u2022     Report all hard and soft legacy field errors on a validation report.  All u201Chardu201D legacy field validations should be passed before allowing update mode to run.
u2022     The upload process will produce an error log for all records not loaded into the system.

see newer message. Problem appears to be related to gmail

Similar Messages

  • What are the views/fields that we can't change by Mass maintenance of MMR(material master record)?

    Hello friends,
              I would like to know the fields/views that we can not change by using mass maintenance of MMR if there are open PO for that particular material in concern. Likewise there was a question in SAP certification exam having options: "base unit of measure", "material type" and so on....

    in general you can change any field that can be changed in MM02. if the field is grayed then you cannot. e.g. if you make use a MRP profile. and in this profile the maintenance of those fields is disabled then you cannot do it MM17 either.

  • TS3694 itunes no longer will recognize any of my devices

    After last itunes update, my itunes (11.1.4) will no longer recognize my iphone 5s, my sisters iphone 5 or even my ipad. 
    My iphone will always ask if i 'trust this computer' every time i plug it in. 
    I am able to go into the iphone memory and manually save my pictures. 
    It will also allow me to save to the cloud when I plug in and connect to my
    wifi but it does not allow me to sync my music or save a back up to my computer. 
    Anyone dealing with this or know how to resolve it? 

    No, you have to have the iPhone physically present to turn it on and turn on any app functions, that cannot be done remotely.

  • Ok maybe im just ot thinking.  I have send now on line and it will recognize any e-mail address. in short it refuses to sent the document.

    I cannot believe i worded that and spelled it wrong.  does anyone out there have send now on line.  What am I missing? It will not send any of my attachments without a link. What do I do?

    Send a link -- yes; that's the design purpose of the service.
    You upload files (BIG file sizes are welcomed).
    You email the link to the BIG file.
    No concerns over the file being too big to attach to an email.
    Most contemporary email services/clients are good for attached files up to 20 to 25 MB.
    There are still many that will only move on an email with attachments no more than 15 or 10 MB.
    It could be less.
    SO - Adobe Send.
    Park that 100Mb file in the space provided.
    Send the email with the link.
    "Send" tracks and records the "go out" and the receipt.
    In short the service emails a link to the file(s) and does not attach the file(s) to an email.
    No more bounced / rejected emails due to attachment(s) being to large.
    Be well...

  • Mass maintenance to Customer Info Records

    Is there a standard program to do mass maintenance to customer info records? This would be to do a mass creation of and mass deletion of customer info records.
    Please advise.
    Thanks.

    Hi,
    Pls check the Function module RV_CUSTOMER_MATERIAL_INFO with the help of an ABAPer.  Also there are some more FMs
    RV_CUSTOMER_MATERIAL_UPDATE
    RV_CUSTOMER_MATERIAL_UPDATE_C
    One of these FMs will help you.
    If the number of records are less than 5000 or so, you can even try doing this by means of CATT. If records are morethan 20K, then it is better to do it by direct update by means of Function modules or BAPIs.
    Hope this helps

  • Mass maintenance and BDC Recodring of custom fields added in PO header.

    Hello Experts,
    I have created a custom fields in PO header and used  Structure for BADI implementation to update the header with values enterd in custom table.
    My requirement is for some selected PO i want to fix the value of one of my custom field at header level.
    I have tried both the options Mass maintenance and BDC recording but the issue i'm facing is when i go for mass maintenance it is giving me the ERROR and it seems that we can only do the mass maintenance for sap-standard fields only.
    When i go for BDC recording i'm facing the issue that when i do SHDB and start recording  for ME22N my custom field is coming  grayed out and i'm not able to input the desired value in custom field and complete my recording.
    Let me know your valuable inputs .
    Thanks,
    Naveen

    Hello,
    Instead of BDC i'm doing it through the BAPI   "BAPI_PO_CHANGE" by populating the structure extensionin but here i'm facing the error as below:-
    W     ME     887     Error transferring ExtensionIn data for enhancement CI_EKKODB
    E     BAPI     003     Instance 4500001544 of object type PurchaseOrder could not be changed
    below is my code:-
    ls_extensionin-structure = 'BAPI_TE_MEPOHEADER'.
        ls_extensionin-valuepart1+0(10) = wa_po-ebeln.
        ls_extensionin-valuepart1+14(3) = no.
        append ls_extensionin to lt_extensionin.
        clear:ls_bapi_te_bg,ls_extensionin.
        ls_extensionin-structure = 'BAPI_TE_MEPOHEADERX'.
        ls_extensionin-valuepart1+0(10) = wa_po-ebeln.
        ls_extensionin-valuepart1+10(1) = 'X'.
        append ls_extensionin to lt_extensionin.
        clear:ls_bapi_te_bg,ls_extensionin.
        call function 'BAPI_PO_CHANGE'
            exporting
              purchaseorder                = wa_po-ebeln
            tables
              return                       = it_bapireturn
              extensionin                  = lt_extensionin
        if it_bapireturn[] is initial.
          call function 'BAPI_TRANSACTION_COMMIT'
            exporting
              wait   = ' '
            importing
              return = it_bapireturn.
        endif.
        refresh lt_extensionin[].
      endloop.
    Please let me know if there is any way to achieve this.
    Thanks,
    naveen

  • Customer Mass maintenance

    Hi Gurus,
    This is regarding transaction xd99 mass maintenance of fields in KNA1 table. I want a deletion flag and deletion block to be cleared for around 250 accounts(customers). I tried to do in xd99 by selecting the table KNA1 and fields KNA1-LOEVM (Deletion flag) KNA1-NODEL (Deletion Block) when I execute that. I was into the screen asking for new values and replace only. can anyone guide wat needs to be done after that?
    As it contains more thatn 200 records I cannot do that manually.
    Please throw some light on that
    Regards,
    santhosh

    Hi,
    In XD99, select the field KNA-NODEL and execute. The resultant screen will give you a screen where you can enter your customer list or give the selection criteria for selecting the customers.
    Provide the data here and again execute.
    Now all the list of customers will be shown.
    Now in the General data customer master tab, on the left most corner, there will be an icon called "Select Fields". Click this and then select KNA1-NODEL to the right hand side from left handside.
    Now the field will appear for you to change.
    Now on the top (not in the place where the customers are listed, but above that), either tick or untick the field based on your rqmt. While doing this, ensure that the entire customer list below is selected. Also the column which needs to be changed is also selected.
    Now click the 6th button in the General data customer master tab. This is the icon for "Carry out a Mass change"
    Now you can see the changes in the customer master list.
    Now you have to save it, unless saved, the changes wont take effect.
    This completes the procedure

  • How many customer records will Business Catalyst CRM hold? Thank you!

    How many customer records will Business Catalyst CRM hold? Thank you!

    Hi,
    To what I'm aware is that there no limit set as such and never had any issues earlier with the limit for CRM customers.
    Please let us know for any issues that you face doing so submitting a ticket via Help & Support button on your Admin console.
    Kind Regards,

  • How will i configure customer mass maintanance

    how will i configure customer mass maintainance for a given no of customers.....

    hello, friend.
    by mass maintenance, do you mean using t-codes MASS and XD99?
    i believe there is no configuration required for this.  you just have to set up your enterprise structure (sales org, distribution channel, division, sales office, sales group, etc.) to enable you to filter your master data so that only the relevant ones will be maintained en masse.
    regards.

  • Mass Maintenance for flag in Status Profile (Quality Info-record)

    Hi Experts !
    I have thousands materials to change in mass the level in the status profile of Quality info-record.
    Unfortunately, QI05 - QI06 - QI07 don't allow to do this in mass maintenance mode. We can add, change or delete status profile but no more. You don't have access to the different level to apply for example LEVEL 3 (Ship to line) for all list of materials.
    Many thanks for your help.
    Stéphane

    Using your way, we can not change the flag with mass maintenance.
    You can just add a new one or delete an existing one.
    What I would like to do is :
    Change in mass maintenance all flag from Level 1 to Level 2 in Status profile of all existing Quality info-record or list of them.
    QCC2 is customizing for Notification.

  • Custom fields not getting updated in Mass Maintenance-MM17

    Hi,
    I have created a custom field in MARC table and the data is getting updated to the MARC table through MM01/MM02 but it is not getting updated by MM17.  I have checked the notes 44410, 576160, 414020 and 116311.  I have done the following changes as per the sap notes.
    1. Created a custom segment ZE1MARCM by copying the standard segment E1MARCM and added the custom field in that  
        segment.
    2. I have extended the IDOC 'MATMAS03' and added the custom segment ZE1MARCM to E1MARAM.
    3. Created a new entry in we82 and provided the extension type 'ZMATMAS03' and release '701'.
    4. Adjusted the partner profile in we20 for matmas with port and providing the extension idoc type.
    5. Added the custom field in the table MASSFLDLST.
    6. Implemented the code in BADI 'MG_MASS_NEWSEG' and exits 'EXIT_SAPLMV01_002' , 'EXIT_SAPLMV02_002' as per the 
        sap notes.
    The custom field is not getting updated through mass maintenance.  Please let me know if i have missed anything?
    Thanks,
    Geeta

    I had this same question several years ago. Please check my answer at Initialize MARC Custom Fields Using MM17 Does Not Work

  • I have Windows 8.1 on my PC. Ever since downloading the latest version of i Tunes 11.1.4 it will not recognize any of my i Pods (3). Never had any problems syncing until this latest version of i Tunes.Manual sync is "grayed out", any ideas ? Thanks

    I have Windows 8.1 on my PC. Ever since downloading the latest version of i Tunes, it will not recognize any of my i Pods (3) and therefore am unable to sync any music from my i Tunes to the i Pods. I've tried all the obvious things like resarting the PC as well as the i Pods tried different patch cables but the i Tunes software will no longer recognize my i Pods. I have automatic sync selected, but I even tried to manually sync by clicking on devices under File but the sync icon is "grayed" out. When I look under Preferences and click on devices the serial numbers of my i Pods appear and are correct but again will not recognize the i Pod when plugged in to the PC. Bottom line I'm dead in the water....appreciate any suggestions....thanks

    Hi 78causeway,
    Thanks for visiting Apple Support Communities.
    I recommend going through the troubleshooting steps in this article if your iPhone is not recognized by iTunes for Windows:
    iOS: Device not recognized in iTunes for Windows
    http://support.apple.com/kb/TS1538
    Best,
    Jeremy

  • HT1449 I've transferred my itunes library from PC to Macbook pro running latest itunes and now it will not recognize my iPods (nano 4 and 5th Gen an Ipod touch).  All music is there and playable but will not recognize any devices

    I've transferred my itunes library from PC to Macbook pro running latest itunes and now it will not recognize my iPods (nano 4 and 5th Gen an Ipod touch).  All music is there and playable but will not recognize any devices. Help please

    The ipod is not a backup/storage device.
    You need to copy everything from your old computer to your new one.
    The Apple store will do this for you,  you can call apple support and they will help you, you can use google.

  • DVD Drive will not recognize any movie DVD disk in the drive - thus will not play any dvd movies.

    HP G71 449WV dvd drive will not recognize any dvd disc that has a movie on it. Will not play movies, keeps saying to insert disc when there is a disc in there.  It will recognize a dvd data disc or a blank dvd, it just will not recognize any dvd movies.  I've tried the microsoft fix it, downloaded new codecs, using different dvd playback software but none of that works since the drive will not recognize there is even a dvd movie in the drive.  Computer is out of warranty.

    Hello crollinsphoto1, welcome to the HP Forums.
    It appears that you're not able to play movie DVD's in the DVD player in your notebook. I will try to assist you with this.
    I'd recommend starting with this document:
        Resolving DVD and Blu-ray Movie Problems (Windows 7).
    Also, are these purchased DVD's or burnt DVD's?  
    Do the movies play in other sources? (DVD player, other PC)
    Let me know how this goes.
    Thanks.
    I worked on behalf of HP.

  • HT1386 itunes will not recognize any of my devices when I try to sync them

    itunes will not recognize any of my devices when I try to sync them. How cn I fix this?

    Hello, bone61. 
    Thank you for visiting Apple Support Communities.
    If your device is not recognized by iTunes, I would recommend the steps in the article below.  Start with the section labeled Verify that the Apple Mobile Device USB Driver is installed > For Windows Vista, Windows 7, and Windows 8 > Update the Apple Mobile Device Driver.  If the issue persists try all remaining steps. 
    iOS: Device not recognized in iTunes for Windows
    http://support.apple.com/kb/TS1538
    Cheers,
    Jason H.

Maybe you are looking for