Delete standard fields from template repository

Hello,
We've created a repository based on standard repository template, which contains several fields that we don't use and we want to delete.
The problem appears after deleting different standard fields like:
MDMSRM_PRICE_INFORMATION
MDMSRM_CONTRACT_PRICE
As it seems the system is using these fields when displaying the catalog into the portal through iviews.
I've checked the UI Configuration into the web finished with .../MDM_SRM_UI_App, but I cannot find the fields I've deleted anywhere.
I've been reading different threads on this forum, but I'm not sure if I need to delete the deleted fields from an XML structure.
If I have to modify any file, where can I get the file to be updated?
If not, how should I proceed?
Thanks & regards,
Carlos Santamaría.

Hi Carlos.
Are you looking forward to  1.  Revert back the fields which you have deleted  or
                                              2.  Remove the fields from the XML data structure.
If (1)  - Check the Note: 1171711 where you will find a PDF attached about the repository information which gives you more details about the fields which are available so that you can manually adjust your repository by adding those fields accordingly.
If (2) -  In the configuration screen, provide your user credentials by selecting the repository and click "Transport Configuration" button where you can get the XML file to view the fields and edit the file by removing those fields and update  back to it.
Note: SAP doesn't recommend you to delete fields from  its delivered repository. Especially its price fields. So try to achieve your solution without deleting it if you can.
Regards
Bala

Similar Messages

  • Getting Error while deleting a field from the 'Z' Structure

    Hi All,
    I have created a 'z' structure in which i have 5 fields, now i want to delete one field from the structure, but it is giving me error like Invalid Change.
    Its a structure so i cant activate and adjust as we do for Tables.(se14)
    So pls help me out asap.
    thanks & Regards,
    Dhruv Shah

    Thanks for Quick Reply.
    I have not used this field in any FM/ Report.
    I have tried log off and then log on. but it make no difference.
    Now the Other scenario is that i want to change the datatype of this field to TEXT25.
    But it is also not allowing me to change because currently datatype is TEXT20.
    So now how can i change the length from 20 to 25.
    Regards,
    Dhruv Shah

  • How to delete a field from search help which is delivered

    hi
    I got a requirement to delete a field from search help which is delivered long back
    Regards
    krishna

    Hi
    Whether it exists in DEV system or not?
    Take the name of that Search Help from PRD/Quality(if it is not there in DEV system) and modify/change it by removing that field from the search help in DEV system and create a Transport request and transport the same request to Quality/PRD systems
    Now the New changes (in which the field was removed) will be over written on the old search help in the PRD system, since it is the same Name (search help)
    Regards
    Anji

  • MM17 Delete a Field from this Transaction

    Hi,
      Could someone tell me how to delete a field from the MM17 transaction code.
       Please let me know if this is feasible.
    Thanks & Regards,
    YJR.
    Message was edited by:
            YJR

    Hello,
    I think it is not possible to delete fields or add tables in MM17.
    Vasanth

  • I can not delete the $ symbol from template "green grocer" under invoice templates!

    I can not delete the $ symbol from template "green grocer" under invoices, how do I do it, so it will stay deleted and not just keep coming back?

    Select the cells:
    Go to Inspector >Table > Format > Cell Format > Number or whatever you want other than currency.
    The table is actually a spreadsheet.
    Take the time to investigate where all the formatting resides in toolbars, menus and inspectors, most of it is where you would expect to find it.
    Peter

  • Deleting a field from itab!!

    hi i have a structure with certain fields which i am using for select query...but i dont want this field to get downloaded when i download the required data
    the query seem to be like
    select tel_number fax_number from adrc into corresponding fields of shipitab where addrnumber eq
    shipitab-adrnr
    after whihc im appending this as append shipitab.
             n want to delete this particular field from shipitab....
    tats it..

    >
    anjum ahmed wrote:
    >
    >
    select tel_number fax_number from adrc into corresponding fields of shipitab where addrnumber eq
    > shipitab-adrnr
    >
    anjum,
    u are passing the fields to same work area from where u are reading the values in select statement? its not a good practice neither is the use of into corresponding.
    and: after selecting (as u r selecting it into a structure) u can just clear the value of adrnr before appending to teh table.
    like:
    clear: shipitab-adrnr.
    append shipitab.
    or: if u want to delete after appending to table..
    u can loop in the table and clear that variable and modify that record. like:
    loop at shipitab.
      clear: shipitab-adrnr.
      modify shipitab.
    endloop.
    this will solve ur prob.. but using internal tables with header line is not a good practice as well

  • How to delete invisible fields from screen painter SE51?

    Dear all,
    How to delete/remove invisible fields from screen painter SE51?
    Thanks.

    HI,
    just go to screen painter-->layout in change mode.
    the invisible fields will be looking faded
    click on that and press the DEL button.
    that will be deleted.
    <b><REMOVED BY MODERATOR></b>
    vivekanand
    Message was edited by:
            Alvaro Tejada Galindo

  • Appending DS with a standard field from another DS

    Hi 
       I am appending a standard field( 0catcode_ud) from QM datasource to 2LIS_03_BF.Hence i created a ZZcatcode_ud field and appended to the MC03BFO Structure.Got to write an exit code to populate the zzcatcode field in BF datasource.Now my query is whether my standard field (0catcode_ud) in QM will get populated as well or not??Because i need to execute reports on the standard QM cube aswell.
    manythanks

    Hi Arun,
                 Your standard field will not be populated in BF extractor because you have appended ZZcatcode_ud to your extract structure.I think it will not disturb the standard flow of QM Cube.You can generate reports on QM Cube.
    Regards
    Karthik

  • Delete development components from shared repository

    We have some test models in the shared repository that need to be cleaned up.  In visual composer, how can you delete development components from the shared repository?

    Hi,
    it is possible to delete a whole DC from DTR by commands:
    http://help.sap.com/saphelp_nw70/helpdata/en/43/cf7e3f15e60a98e10000000a1553f6/frameset.htm
    Deletion of single models falls out of official support.
    Regards
    Anja

  • How to delete a field from a Dynamically created internal table

    Hi friends,
    I have got a requirement in which, I will be entering the table name and Excel file from seletion-screen.
    based on the Table I have entered in the selection-screen I need to create a dynamic internal table so that I can fill that Execel data into that internal table and later i using BDC i can I can fill the database table using SM30 transaction.
    here. my problem is that, When I am creating internal table dynamically, MANDT filed is also getting created in the internal table.
    please, help in deleteing the filed MANDT from the internal able.
    following is the code which creates the dynamic internal table.
    CREATE DATA dy_table TYPE TABLE OF (p_tabname).
    assign dy_table->* to <dyn_table>.
    please provide, if any sample code is available.
    Regards,
    Xavier.P

    Hi,
    You can use this logic,
    While creating the Dynamic filed catalog try to avoid MANDT field.
    Ex:
    *Dynamic creation of a structure
      CREATE DATA LP_STRUCT TYPE (V_TABLE).
      ASSIGN LP_STRUCT->* TO <FS>.
    *Fields Structure
      OF_SDESCR ?= CL_ABAP_TYPEDESCR=>DESCRIBE_BY_DATA( <FS> ).
    LOOP AT OF_SDESCR->COMPONENTS ASSIGNING <COMPONENTS>.
    *Field MANDT not displayed
        IF SY-TABIX = 1 AND <COMPONENTS>-NAME = 'MANDT'.
          CONTINUE. " Next loop
        ENDIF.
    *Build Fieldcatalog
        LS_LVC_CAT-FIELDNAME = <COMPONENTS>-NAME.
        LS_LVC_CAT-REF_TABLE = V_TABLE.
        APPEND LS_LVC_CAT TO LT_LVC_CAT.
        CLEAR LS_LVC_CAT.
      ENDLOOP.

  • Can't Delete Black Box from Template

    I am novice using Indesign CS4 on Windows Vista 64 bit.  I am using the brochure template "brochure3.indt" from the built in templates.   Page 2 of the template has a black box or background extending across pages 2 and 3, beginning on the lower right hand corner of page 2.  I want to delete the box, but I cannot select it.  How do I delete this thing?

    InDesign is not designed as a "jump in and create anything" package -- you need a bit of background. Follow the advice in
    Need advice as to best way to learn ID
    to get some basic education.
    (Because your "problem" is an extremely basic one: the black rectangle is drawn on the Master Page, and so you could either delete it there, or apply another master page, or shift-ctr-click it and then delete.)

  • How to delete customized field from an infotype

    Hi All,
    I have created a customized field in standard infotype.Now i want to remove that field. Can anyone pls send me procedure to delete the customized field.
    Thanks
    Partha.

    u can use transaction se11 to delete the corresponding customised domain, data element etc. (if any), and finally delete the structure CI_Pnnnn.
    if u have already input data in the field, u have to firstly delete these data.
    Kind regards,
    Echo

  • How to delete a field from already created search help

    hi
    i got a requirement that delete a search help field which is already delivered
    regards
    krishna

    Hi Krishna,
    1. Go to SE80 and Enter the Package name
    2. Dictionary objects --> Search helps ---> select ur Srarch help[double click it]     --->  CTRL + F1.
    3. Then remove the unwanted fields.
    Thanks,
    Reward If Helpful.

  • How can we delete value fields from the Table T237A?

    Dear All,
    We need to delete some value fields in CO-PA. We got a message that these value fileds are being used in the Table T237A.
    This table is related to key figure scheme.
    We have deleted in t.c. sm31 in the table/view  V_RS_T237A elements which were assigned to value fields to be deleted.
    But we still have a message value fields are being used. And after some searches we found out they are still being used in the table T237A.
    COuld you please, help us?
    Thank you in advance!
    Best regards,
    Kamila.

    Change the Table Control attributes such that user can only select a single record(row).
    <u>Tip to delete a selected record</u>
    1) write a module 'Mark' in the PAI as below
    PROCESS AFTER INPUT.
    MODULE cancel AT EXIT-COMMAND.
    LOOP WITH CONTROL table_view.
    MODULE read_table_control.
    FIELD flag MODULE mark ON INPUT.
    ENDLOOP.
    MODULE user_command_0100.
    2) Module Mark is below.
    MODULE mark INPUT.
    CHECK flag = 'X'.
    x = table_view-top_line + sy-stepl - 1.
    Delete itab INDEX x.
    ENDMODULE. " mark INPUT
    Table_view is the TableControl Name.
    'flag' is of type char(1) available in the Internal table which was assigned to the select option in the table control.
    <u>award if uesful</u>
    Regards,
    Sudheer

  • Deleting fields from a standard view

    Hello,
         I want to delete fields form standard view which are appended by me accidentally . I have written a delete statement to delete the fields from the standard view . but i got an error at declaration part . I have declared it as shown below
    Tables : V_MMIM_REP_CUST
    V_MMIM_REP_CUST----
    > is the view name
    So, guide me how to declare this view .
    Regards,
    mnarar.
    Edited by: mnarar on Nov 30, 2011 1:12 PM

    Hi,
    This is just an idea to delete the records from the Table. But ideally you should not use this approach in any development.
    The table for this view is MMIM_REP_CUST. You can write a Custom Report Program where you need to create a work area with the values which you would like to delete. And then write a Delete statement and delete the table entry from that work area.
    I guess you are doing this in the development environment and have all the necessary authorizations. And you should not transport any report like the above to other environments. Also double check if that entry will not effect other business scenarios.
    Hope this helps.
    Best Regards,
    Samantak.

Maybe you are looking for

  • How do I mount a second hard drive in Beige G3 its listed in the profiler

    Inherited a 300 Mhz Beige G3 with 6 GB system drive running OS 9.2.2 Has a card in SCSI Bus 1 with IDE drive cable. I have installed a 60 GB drive on the sled and the system profiler recognizes it as Mac OS Extended, but says the drive is not mounted

  • Digital Cinema Desktop Preview?

    Hi there Just wondering if it's possible to run Color with 2 screens using one screen as the UI+Scopes and the second screen as full screen Digi Cinema Desktop Preview? (I see the standard Video out options as FCP has, but they are all ghosted and ca

  • Good way to determine network card

    Is where a better way to find a network card than trial and error?  This is what I've been trying: modprobe <modules> /etc/rc.d/network restart Repeat The network card I have is built in to my K8T-Neo.  The website says the drivers are for these card

  • ADF FILTER

    6/12/14 09:04:13 java.lang.NullPointerException 06/12/14 09:04:13      at com.sun.faces.context.ExternalContextImpl.dispatch(ExternalContextImpl.java:322) 06/12/14 09:04:13      at com.sun.faces.application.ViewHandlerImpl.renderView(ViewHandlerImpl.

  • XCode is crashing 99% of the time

    When I downloaded XCode 4.3.1 over the weekend, everything was fine and dandy. All my projects were opening smoothly and no crashes. It prompted me to uninstall 4.2.1 but I did not want to yet. Last night however, I figured i needed more space, so I