MAM 3.0 - Modify master data - classification data

Hello,
In the MAM 30 overview version 4 (June 15th)
<a href="https://websmp102.sap-ag.de/~sapdownload/011000358700001395772005E/MAM_30_Overview_Version_4.ppt">MAM30_overview_4</a>
I see on slide 18 the possibility to modify characteristics and on slide 19 the possibilitiy to modify functional locations.
I installed MAM 3.0 SR2 and on the two screens mentioned I don't see an edit button.
I could not find anything in the config guide nor in the customizing to influence this.
Did anyone succeed in getting this functionality?
thx,
jeroen

Hi,
Before loading the data, in the DTP check the following settings ->Update Tab->Error handling-> Valid Records update, Reporing poss (Request Green).
Here all the valid records will get updated to target.
After that the data load, in the monitor screen of DTP-> Click on the error Stack (icon top of the screen similar to PSA), here you can view the erroneous record. Correct the record and create a error DTP and upload the same.
Hope this helps...
Rgs,
Ravikanth.

Similar Messages

  • How to modify master data with BPS

    Hi experts,
    Our customer would like have the posibility to enable/disable the materials they are using for planning.
    Disabled materials should not be available for planning.
    To do that we are thinking in adding another characteristic into the cube as a flag to determinate which material is enable or disable, and later use that infoobject to filter the planning layout.
    We wonder how can we change the values for a characteristic using BPS. Is that possible? So far, we are only able to modify keyfigures.
    Thanks in advance,
    Pablo

    To disable a material from getting planned, proceed as follows:
    1. Have material in the area and also in level and package.
    2. Create a data slice on material and set the material that you wish not to be planned by the planners and save the model.
    This configuration will meet your requirements.
    Ravi Thothadri

  • How the master data delta  works

    hi, experts
    i want to know how the master data delta (ale pointer) works? what the principle is? for example, the 0asset_attr datasource has 20 fields, any of the 20 fields changes can triger the delta? if i enhance 3 fields to the asset master data, does the 3 fields change can trigger delta?

    Application Link Enabling (ALE) change pointers are configured and used to be able to trigger processing of an outbound process, such as data extraction, and determine only those Master Data records that have changed. This is all done without the need for a program being required to determine deltas.
    SAP delivered program, RBDMIDOC runs periodically and deterlines if change pointers have been updated for specific message types. New or modified Master Data records are automatically initiated via ALE. RBDMIDOC references the correct IDoc program for any given type via TBDME (the TBDME table also cross-references message types with the ALE change pointer table) so that the data goes where it should and is processed accordingly. Tcode BD60 is the interface in SAP for maintaining the TBDME table.
    When a change is made to the standard content Master Data record, the delta will be identified. Any columns that have been enhanced to the Master Data will not be identified as a delta because enhancements are a post-extraction process and only get updated after the standard content structure has been populated.

  • Updating Master data attributes through BPS

    Hi All,
    Can we modify master data attributes via BPS? Like we have some Attribute characteristics for 'vendor' say 'class(good/bad/ok)' and we want that to be updated via BPS (not from R/3) then how it can be achived?
    Please help by explaining this.

    Hi,
    Create two variables one for vendor and other for status (variable of type attribute), give both the variables in the folder. User will select the vendor and the attribute status value in selections. Create an exit planning function to update the attribute.
    Import parameters
    i_area type upc_y_area
    i_variable type upc_y_variable
    i_chanm type upc_y_chanm
    Export parameters
    eto_charsel type upc_yto_charsel
    tables
    i_t_attributes structure rsd_s_iobjnm optional
    i_t_data structure rsndi_s_chavl optional
    In the code, Read the above two variable values selected by user. Then delete the existing entry of MD by calling the function RSNDI_MD_DELETE.
    Now update the master data with the new attribute value selected by the user in the variable by calling the function
    RSNDI_MD_ATTRIBUTES_UPDATE. After this activate the master data by calling RSDMD_MD_ACTIVATE.
    Hope this solves the issue.
    Bindu

  • Load master data using input schedules

    Hi all,
    Does there exist a way to load and modify master data using input schedules?
    Regards,
    Nithya

    Hi Nithyapriya,
    Chiming in here to 2nd Joost's statement above.  As of BPC 5.1 version, it is not possible to update master data from an Input schedule.
    Whether that's possible in other products or with BPC 7.0 NW (currently in Ramp-up), is another story.  For now, the general answer is that it's not possible.
    This is a known area for improvement with BPC at this time, and we're sure to hear more about either integration with NetWeaver or some other methods of making things more dynamic, or with SSIS packages, etc.. in the future.
    Edited by: garrett tedeman on Sep 2, 2008 7:20 PM

  • Payment Terms modified in Vendor master data

    Hi,
    I feel enduser have modified the payment terms in the vendor master data. kindly let me know how to check which user have modified.
    Rdgs

    hi SAPFICO,
    GO to FB03 and Select the document number and Go to the Menu
    ENVOIRNMENT--> Document Changes here you can see who has changed the document and also the date....
    Hope this will helps u...
    Cheers 
    Ranjit

  • Modify vendor number when replicating vendor master data from ECC to SRM

    Hi,
    Is there a way  to modify vendor number(manually input vendor number e.g. from a file) when replicating vendor master data from ECC to SRM using the vendor master data user exit (SAPMF02K)?
    Does anyone have documentation on the user exit, how do I use it??
    Thanks and Regards'
    David

    Hi David,
    Please go through the link below:
    [Enhancement SAPMF02K Vendor Master Data  - question about LIFNR;
    Regards
    Anirban

  • Modify code to pull the time dependent master data

    I fully under stand the suggestion below for the requirement to add the time dependent attribute comp code
    thanks fo rthe help but please tell me if there is a way i can modify the abap code and make the user enter the value for the date on which he want to pull th emaster data for company code or keydate to and from and pull the master data, so how will i proceede should i create the variable on 0doc_date and how to modify the code. please help . i have opened another question with same desc as above to assign points
    thanks
    soniya
    The literal within <..> is supposed to be replaced by the actual field name (as I didn't know the fields). In this case, I am changing your code for costcenter/company-code.
    data : wa like /bi0/qcostcenter.
    select single * from /bi0/qcostcenter into wa
    where costcenter = comm_structure-costcenter
    and objvers = 'A'
    and datefrom le comm_structure-<keydatefield>
    and dateto ge comm_structure-<keydatefield>.
    if sy-subrc = 0.
    result = wa-comp_code.
    endif.
    abort = 0.
    You can use this code for update rule of company_code. You have to replace '<keydatefield>' with a field name that contains the date on which the company is to be derived. If there is a date in your comm_structure (eg aedat) which you can use, you can specify that field in place of this literal (instead of comm_structure-<keydatefld> use comm_structure-aedat). If you have no such field, and you wish to use current date for getting the company code from time-dependent master data, you can use sy-datum (ie replace comm_strucutre-<keydatefld> with sy-datum).
    And it should work.
    The 'master data attribute' option is one of the options when you create update rule (one of the radio button options).

    That the code is doing anyway.
    If your txn data in the cube doesn't have a date, how does it know it is Feb data, or, it is March data?
    If it has a date or month field, you should modify and use this code to update the company based on that date instead of system date.
    Other than that minor variation, it is already doing what you look for.

  • Tax classification fields are not appeared in master data

    Dear Experts,
    I searched the forum about my issue but i did not get any solution.
    I am not able to see the tax classification fields in customer master and material master.Even i assigned Country IN to JLST and JCST condition types by T-code OVK1.
    FYI
    I have copied the org elements from standard (which are already given by default).Initially i was able to see 2 different countries with tax MWST in both customer master and material master.
    EX:
    AT   MWST
    DE   MWST
    But i do not wanted these. so i deleted these assignment from OVK1 and assigned country IN to JLST and JCST,and i went to customer master and material master but those fields are not appeared.
    Note:Country of plant,company code and sales organizations is IN
    Help me to view tax classification fields in Master data.
    Thanks&Regards
    Ravikumar.R

    Then how system knows this customer is liable for JLST.
    In customer master, under the Taxes tab, it would be like
    Country::::Name:::::Tax Cat.::::Description::::Tax Classification
    While creating customer master, if your configuration is in line with standard, then under the tab Tax category, you can see MWST flowing automatically.  You just have to input tax classification as 1, 2 etc.,
    Also since as you said above, you are maintaining the combination of country/plant region/customer region/customer tax classification/material tax classification, you can very well differentiate VAT & CST.
    Wherever customer region comes as your plant region, assign VAT tax code and wherever, customer region differs from plant region, assign CST tax code in VK11.
    G. Lakshmipathi
    ps:  please spell the name correctly

  • Classification System for Vendor Master Data

    Can we create Vendor classed as we do for Material Master?

    Hi
    Yes we can do that.
    First create class in CL01 or CL02. class type for vendors is 010.
    Now goto CL24N, enter class and class type. Click on new assignments.
    system will ask you object type. class or vendor. Choose vendor and press enter.
    Enter vendor numbers and save.
    Now goto display or change vendor master data.
    In Menu, click on Environment> classification. automatically class is assigned to vendor

  • How to modify  industry sector of material master data

    dear all:
    i have already created a material master data using a wrong industry sector through tcode MM01.
    and i have created BOM&ROUTTING for this material.
    now ,i want to modify the  industry sector of  this  material.
    what should i do for this case?
    thank you!
    best regards!

    Hi,
    Industry sector is at client level & once you create the material you can't change the industry sector.
    However, if you have debug rights then you can change it directly in the table MARA with field MBRSH.
    Hope your query get resolved.
    Thanx

  • Transfer of material master data with Classification view

    Dear Experts
    I want to transfer material master data between R/3 using ALE. We are able to send master data using BD10 without classification view.
    Please let me know in detail the configuration, steps invloved in sending materail master along with classification view.
    Regards
    Samal

    HAI FRIENDS,
    CHANGING CLASSIFICATION VIEW FOR MATERIAL USING BAPI
    ->CREATE CHARACTERISTIC USING TCODE CT04
    ->CREATE CLASS USING TCODE CL01 .
    -> RUN THIS PROGRAM TO CHANGE THE CLASSIFICATION VIEW
    PARAMETERS: P_MATNR TYPE MARA-MATNR. "MATERIAL
    DATA: OBJECTKEY TYPE BAPI1003_KEY-OBJECT,
    OBJECTTABLE TYPE BAPI1003_KEY-OBJECTTABLE,
    CLASSNUM TYPE BAPI1003_KEY-CLASSNUM,
    CLASSTYPE TYPE BAPI1003_KEY-CLASSTYPE,
    ALLOCVALUESNUMNEW TYPE TABLE OF BAPI1003_ALLOC_VALUES_NUM WITH HEADER LINE,
    ALLOCVALUESCHARNEW TYPE TABLE OF BAPI1003_ALLOC_VALUES_CHAR WITH HEADER LINE,
    ALLOCVALUESCURRNEW TYPE TABLE OF BAPI1003_ALLOC_VALUES_CURR WITH HEADER LINE,
    RETURN TYPE TABLE OF BAPIRET2 WITH HEADER LINE.
    OBJECTKEY = P_MATNR.
    OBJECTTABLE = 'MARA'.
    CLASSNUM = 'MTS_CABLE_BIN1'. "CLASS(CREATED USING CL01)
    CLASSTYPE = '023'. "CLASS TYPE (023 FOR BATCH)
    CALL FUNCTION 'BAPI_OBJCL_CHANGE'
    EXPORTING
    OBJECTKEY = OBJECTKEY
    OBJECTTABLE = OBJECTTABLE
    CLASSNUM = CLASSNUM
    CLASSTYPE = CLASSTYPE
    STATUS = '1'
    STANDARDCLASS =
    CHANGENUMBER =
    KEYDATE = SY-DATUM
    NO_DEFAULT_VALUES = ' '
    IMPORTING
    CLASSIF_STATUS =
    TABLES
    ALLOCVALUESNUMNEW = ALLOCVALUESNUMNEW
    ALLOCVALUESCHARNEW = ALLOCVALUESCHARNEW
    ALLOCVALUESCURRNEW = ALLOCVALUESCURRNEW
    RETURN = RETURN
    LOOP AT RETURN.
    WRITE: / RETURN-TYPE ,RETURN-MESSAGE.
    ENDLOOP.
    CALL FUNCTION 'BAPI_TRANSACTION_COMMIT'
    EXPORTING
    WAIT =
    IMPORTING
    RETURN =
    BY VENKATESWARAREDDY D
         MYTEC SOFT LTD

  • Fm to create, modify delimit the records in master data for org mag

    hi,
        There is a fm hr_infotype_operation to create, modify, delimit the records for one infotype of pernrs.
    Like this I want fm through which i can create, modify the records to master data of organisational management (OM). Whatever the infotype i will enter in that fm and data it will create a new record in OM master data. 
              If anybody know this, please tell me.
    thanks & regards,
        Sekhar.

    Hi,
    Try RH_UPDATE_INFTY.
    RH_INSERT_INFTY.
    RH_DELETE_INFTY.
    Regards,
    Dilek

  • Display changes for classification in customer master data

    Dear Experts,
    In Customer master data, FD03, we have additional classification (Extras - Classification).
    My question is, if we changed the classification in master data, how to know when the display changes of the classification?
    I have checked through tcode FD04 but no display changes found of classifications.
    Kindly advice.
    Thank you

    Hi Suhas,
    Thanks for your reply.
    I have checked but environment-doc changes is grey.
    I thougt its a authorization issue but after checked from /nsu53, my authorization is already completed.
    Kindly advice.
    Thank you

  • Master data modified at SQL end not reflecting in Info object master data

    Hi All,
    we have done some data modification at SQl end where the modified data not reflecting in infoobjects master data.
    for example:
    we have split/skills numbers like 1-1000 in the data base and now we did some modifications to that particular split/skills numbers and uploaded that data successfully in the SQL end.now the problem is that modified data is not reflecting in split/skill info-objects and showing the same old data but not the modified one.can you please explain me how to reflect that modified data in BI side.
    regards
    Vamshi D Krishna

    Hi vamshi ,
    what is type of data load to master data infoobject (Full / Delta), if you know the split/skills numbers, try to load with repair full till PSA and check the data. if data is correct you can load to infoobjects and data will be overwrite, after loading data into infoobject -> in RSA1 -> infoobjects-> right and select "Activate master Data" ( this is not a mandatory step, if there is any M and A version data is there that will be adjusted.)  and updated data will be available infoobject master data.
    Regards,
    Daya Sagar

Maybe you are looking for

  • Stuck on Boot 3rd Gen after upgrade to ios 8.1 via itunes following init

    Yesterday the latest update was applied and the initialization questions completed. The device rebooted and now it does not get past the apple logo. If the power and home button are held down together it turns off. If the power button is pressed it d

  • Bootcamp drivers won't install

    After installing Windows XP Home SP2, I insert the Leopard DVD to install the Boot Camp drivers. The installation begins and gets to the Broadcom network drivers, then I get a windows bluescreen for a second and the computer restarts. There are no wi

  • Sony Z1 Print to video HDV problems

    I researched several post on this topic and still can't get this to work. Here's my situation. I have imported and edited my HDV footage in the HDV easy set up in FCP 5. I now want to record this HDV sequence (in HDV format) back to a Sony Master tap

  • N96 recording

    hello, i am now currently on my 3rd N96 within 2 months and still have the problem with a hissing sound when recording, Nokia customer service have not got a clue, my network provider said they would replace it again, but wont allow me to end my cont

  • Error while configuring ssl

    i got private key and certificate from versign and i install rootca also. Server Key file name =./config/mydomain/mmm-key.der Server Certificate file name=./config/mydomain/cert.pem Server Certificate chain file name=./config/mydomain/getcacert.pem w