Changing metadata of standard fields

Hi,
I need to make few changes to metadata of standard fields in the view "V_SC_DOFC_I_LIMITEM" in the component/SAPSRM/WDC_DODC_SC_I_LIM' like i need to hide the unlimited checkbox,unknown account assignment checkbox.could anybody pls tell me what is the best possible way to acheive this?
Regards,
Rohini

Hi Rohini ,
In the  webdynpro component /SAPSRM/WDC_DODC_SC_I_LIM to hide the unlimited checkbox,unknown account assignment check box Goto the component configuration /SAPSRM/WDCC_UI_DO_LIMIT_SC  on right  side you will find  component configuration create enhancement for this configuration -->click on webdynpro built in component in this  you will find account assignment container expand and click on  unknown  radio button in that right side you will find the option to make invisible do the
necessary changes and  save
similar procedure for  unlimited check box.
Thanks & Regards
Pradeep Kumar Dondeti

Similar Messages

  • Change label of Standard field in Standard infotype

    Hi,
    I would like to change the label of a standard field in infotype 0185. How can i do this? I have maintained it in CMOD text enhancements and the field label is changed at data element level, however, the new label is not shown at screen level.
    Regards,
    Vishal Bhatia

    Try changing the label at
    se51 > prg name: MP018500; screen number 2000

  • Batch Change Metadata - IPTC creator fields limited by AutoFill list

    I am having an issue trying to update the IPTC creator information (my name, email address, telephone number) on a number of DNG raw files shot on a Nikon D300 and referenced in my Aperture 3.0.2 library.
    The issue is that, despite emptying the metadata "AutoFill List", I cannot enter arbitrary information in the IPTC fields...Aperture keeps inserting my name and contact details as they appear in the Apple Address Book on my computer.
    Is anyone else experiencing this?
    thanks in advance
    Raf

    I can confirm that, on my iMac at least, the IPTC creator fields are locked to the same values as my own entry in my Apple Address Book (marked as "My Card").

  • Standard screen changes-addition of a field in vendor master table

    Hi Champs,
    My requirement is to add a field in LFB1 table.
    I have added the field in the table using append structure, that was fine.
    I need to add the same for input/output on the screen 215 of program SAPMF02K (for the screen of Payment transaction Accounting at company code level).
    The screen enhancement available for vendor master is for adding a new sub screen. But I need my field to be input/output on screen 215 of program SAPMF02K (for the screen of Payment transaction Accounting at company code level).
    The only option left with me was to make changes in the Standard SAP screen as there are no enhancements available to suffice my requirement.
    After taking the access key, if suppose i make changes in the standard screen viz. given a dictionary refrence to the new field created on screen 215. My query is do i need  to do any kind of coding in PBO or PAI of the screen.
    A quick reply would be overwhelming.
    Thanks
    Regards,
    Nishant

    Ofcouse Nishanth, u need to code in PBO and PAI event.
    PAI   -> To read the User input and for doing validations or some thing as per ur requirement
    Hope this helps,
    Shiva kankanala

  • How to change search help for standard field in me51n.

    hi frnds,
              I want to change search help option for 'Advice code' field under Additional DFPS tab in me51n. But i dont know how to change or add search help for standard field. so plz help..
    best regards,
    sudip biswas

    Hi Abhi,
    Try using any one option:
    Create a Search Help in SE11.
    Now Goto SE11 -> Enter Ztable -> Select that field -> Click Search Help and try to assign the created Search help to that field in your Ztable explicitly
    OR
    Create a Zdata element in SE11.
    In Data Element, under Further Characteristics tab, enter Name  Parameters of Search Help.
    Assign this data element to that field in ur Ztable.
    OR
    Create a Zdomain and maintain a Value Table or Fixed Values for it.
    Assign this domain to that field in ur Ztable.

  • How to change standard field name?

    Hello Experts,
                  I have copied the whole VA11 program to ZVA11 program here i want to change the name of the standard field name can i know how to change. Please can anyone share the procedure.
    Thnks

    Hi,
    try this u can change the name.
    enter  CMOD transaction code and  in menu bar
    GOTO-->TEXT ENHANCEMENTS->KEYWORDS---->CHANGE.
    in popup screen (next screen) enter the data element as
    BANDDT it will display the field name now u cna change what you like.
    regards.
    sriram.

  • Implications of changing standard field names

    Hi
    We want to rename some of the fields in IMA11 transaction as the purpose for which the fields are being used by us is different from what the standard field names convey.
    Before changing the names, I would like to know if there will be any adverse implications of making that change including impact on upgrades/service packs etc;
    Appreciate all inputs on this.
    Thanks
    Sriram

    Thanks for the reply. These fields whereever they are appearing in other transactions and reports, we are going to use for same purpose and so if they appear with changed names at all places, it is ok with us.
    We are only changing the Field Label and nothing else.
    Want to know of any side effects from others who might have done such changes.
    Also any impact on upgrades.
    Thanks
    Sriram

  • Change Screen Attributes of Standard Fields on ME22N

    Hello Fellows.
    I'm facing a problem trying to change a screen attribute of a ME22N standard field at Item Detail:
    My requeriment:
    I need to change the Delivery Completed Indicator (MEPO1313-ELIKZ) from Delivery Tab in ME22N, to Display Only, everytime it's flagged on (marked).
    So, something like this:
    - Call ME22N
    - Delivery Completed Indicator marked?
      - Yes: Change it to Display Only
      - No: Leave it openned.
    I was able to change it to Display Only changing it's atrribute at SPRO - Customizing, but I need it only at certain conditions.
    Any idea?
    Thank's.

    Thank you for your reply Weston.
    Since I don't have too much OO skills and I'm new to BADI's, any document explaning how to use a BADI?
    I heard about this BADI, that it can only change custom fields attributes. Have you sure I can use it for standard one's?
    Thank's.

  • Standard field label change and drop down

    Hello,
    I need to change a text field label and create a drop down for a input down field. The problem is that they are standard fields in sap. I am not sure if by code i can do this change.  Because I tried doing the change through cmod to change the field text and  append for the drop down in the domain, but for some reason it did not work. Any help would greatly appreciated.

    >
    David Rivera wrote:
    > Hello,
    >
    > I need to change a text field label and create a drop down for a input down field. The problem is that they are standard fields in sap. I am not sure if by code i can do this change.  Because I tried doing the change through cmod to change the field text and  append for the drop down in the domain, but for some reason it did not work. Any help would greatly appreciated.
    What is the program?
    You can change the field text in CMOD but you cannot do a dropdown in CMOD.
    Dropdown is for the screen element and you need to change the screen for this and need to populate the field. Find if there is any user exit for your requirement.

  • Changing the name of standard Field

    we have ECC6.0 with three countries using. Now i want to change the Standard Field name on an infotype ,i know how to change the name of the field. but my question is if i change the name of standard field it gets reflected for all the 3 countries, but i wanted to change for only one country?
    how can i achieve this?

    infotypes are Country Specific so pls check V_T582L once
    and check the screen numbers of the infotypes for various infotypes useing PE03 P0002 feature
    and check those module in V_T588M  and after this
    go to Tcode CMOD and do the rest of the thing u want to do
    hmm...... All the best

  • User-exit or BADI For ME31L Standard Fields Change

    Hi all,
    Any one knows user-exit or BADI to change the standard fields when using ME31L (Create SA)? Like Currency, Tax code.... Many Thanks.

    It seems I have to modify the standard program....In ECC 6.0, there is a BADI : Processing Options for Enjoy Outline Agreement, but it seems not work for ME31L...

  • Adding an asterix(*) in the standard field in the shopping cart screen.

    Hi all,
          In the Delivery address of the shopping cart screen, I need to add (*) in a field text, saying that it is mandatory field.
    So, I need information that can help me change the standard field text, to add(*) in prefix.  can you please help me find the information to add the same.
    Regards,
    Abhinay.

    Hi Abhinay,
    if you are in SRM 7.0 , then you can  do it through the below configuration else  you will have to modify the relevant HTML template.
    SPRO->IMG->SAP Supplier relationship managemnet->SRM Server->Cross Application basic setings->extension and Field control(personalization)-> configure field control->configure control of field of substructure->Metadata for Fields of Substructures and Table-Like Enhancements
    In your case if this is delivery address field , then choose  Bus. object set type as  07 ,  Business object as BUS2121 ,  set level as Item ,  set subtype as 00000027.
    you have to  finnd the field name and select that and make the option as Field Visisble, Fiels enable 'Field required' tick.
    As far as i know  it will make a red asterick in the screen but you will have to  write that check in DOC_CHECK_BADI to throw error message.
    Thanks
    Iftekhar Alam

  • MM - Material master data - move standard field to another view

    Hi everyone,
    ÉCC 6.0 - release 7.0.
    I've been adding many custom fields in Material master data MM01/02/03. Now I got a problem because we have to use a standard field in another view.
    The field MARA-HERKL is set up to 'SV'(attribute V_130F-PSTAT):
    Warehouse management = S
    Sales = V
    I want to add 'K - Basic data' in this field's attribute at OSMR Tcode , but this attribute is disactivated. I can not change this value.
    I've check this note 306966 that mention: You cannot create new entries and delete entries in client 000. This client contains only the entries delivered by SAP which are used for distinguishing customer-specific fields and SAP standard during the maintenance of the other clients.
    Is there any problem whether I delete this field and afterwards create it with the new values?
    I'm not in client 000. So, I want to just make sure I will do a legal change.
    thank you in advance,
    Alexandre

    None tips, Closed.

  • Map a custom SRM field to a standard field in R/3

    Hello All,
    We have created a custom field in SRM and it needs to be transferred to one of R/3's
    standard field. it has to be done in both the classic and extended classic scenario.
    For the extended classic scenario I tried using the BADI BBP_ECS_PO_OUT_BADI
    but this is not getting called in the creation of local purchase order neither
    does it transfer the changes made to r/3
    As for classic scenario I tried using the BADI BBP_CREATE_BE_PO_NEW ~ FILL_PO_INTERFACE1
    but the structure cs_po1_document-IT_POITEM does not get filled up with the item_guid
    which needs to act as a reference field to read the table.
    At the backend i tried using the bbp_po_inbound_badi and tried to change the value in the
    debuggung mode. But it didn't carry the value to the field either.
    Thanks in advance,
    Prasanna

    1. The BADI BBP_CREATE_BE_PO_NEW will only be called in the classic
    scenario wherein the purchase order is directly created in the backend
    R/3 system.
    For extended classic scenario, kindly use the BADI BBP_ECS_PO_OUT_BADI
    instead.
    Please be sure that you have filled  BBP_CREATE_BE_PO_NEW  with these lines:
    CS_CTRL_ATT-BE_DOC_TYPE = 'SRM'.
    CS_CTRL_ATT-BE_STORAGE_CAT = 'DMS_C1_ST'
    Please also check the settings in the customing of the backend (DC10, DC20, DC30).
    2.  Please create test data in BAPI_PO_CREATE1 in backend system according to note 539978 As in the note described, please 
      - set the Parameter FBGENDAT 'X' in the backend system for the
        RFC user of the SRM system
      - execute the report FBGENDAT in the mode 'A'.
        after activating this report, test data will be created by every
        BAPI_PO_CREATE(1) call.
      - once you have a new entry in the SM13 of the backend system,
        please deactivate the generation of test data in report FBGENDAT.
    Please check the Data transfered from SRM.
    3, There are some field with will be cleared during MM processing when
    you run the BAPI_PO_CREATE1 with the data transfered from SRM.
    Examples : 
    Classic scenario.
    In this case you create service purchase order.
    For service purchase orders fields WEMPF and ABLAD(GR_RCPT and UNLOAD_PT in BAPI) are not filled when creating the document. It is absolutely not possible to have this unloading point/ Recepient on item level service documents. The account assignment is entered on service level and it is then used to determine the account assignment on item level.  So even if you were able to pass from SRM the unloading point/Recepient on item level in service documents it would be overwritten from the account assignment of services. This functionality won't be available in standard R/3.
    Please see note 118008 for more information.
    Extended classic scenario.
    As soon as you pass delivery address The system clears field EMLIF (supp_vendor in the BAPI interface). Do not pass delivery address and you will be able to have Vendor in the purchase order. Due to the fact that delivery address exist, a lot of fields in lt_item are cleared, including supp_vendor.
    Call stack:
    8 SAPL2012 FORM PROCESS_ADDR_TABLE
    7 SAPL2012 FORM CREATE_ITEM_ADDR
    6 SAPL2012 FORM PROCESS_NON_INTEGRATED_COMP
    5 SAPL2012 FUNCTION BAPI_PO_CREATE1
    Please see code in subroutine PROCESS_ADDR_TABLE:
                    CLEAR imt_item-kunnr.
                    imt_itemx-kunnr = bapi_yes.
                    CLEAR imt_item-emlif.            !!!!!!!!!!!!!!!!!!!!
                    imt_itemx-emlif = bapi_yes.
                    CLEAR imt_item-lblkz.
    If you have the fields cleared in MM process , it is not a SRM-EBP-POR issue , but a MM-PUR-PO-BAPI  The BADI BBP_CREATE_BE_PO_NEW will only be called in the classic scenario wherein the purchase order is directly created in the backend R/3 system. For extended classic scenario, kindly use the BADI BBP_ECS_PO_OUT_BADI instead.
    I hope this information will help you .
    Summer Wang
    Edited by: Summer Wang on Nov 24, 2009 2:50 AM

  • IDOC trigger using Z change pointers for standard SAP table

    For IDOC trigger, is using custom change pointers on standard SAP master data tables, a good idea? A seasoned abaper told me "it will mess with the standard" and further told to go with scheduled job.
    So, for example, say that my data for table T001K is updated via transports in PRD and I need to transfer this updated data via IDOC to an external system. Since there is no standard message type for this data, I will create a new one. Further, I will create a new change pointer for table T001K (it already has six fields with their data elements activated for Change Documents). Then I link the message type and the new change pointer. And so on an so forth. I have followed the procedure given here:SAP Tips: A to Z of Custom Change Pointer
    Now, the question is, will this be a good idea to capture data and trigger IDOC? Or a batch program with calls to standard FM to read CDHRD/CDPOS be a more suitable option.
    I need to know if a near instantaneous data transfer (and an effecient one as far as the system performance and reliability is concerned) can be acheived. If there is any other way of doing this, I am not aware of it!
    Any one has any input/experience on this?

    Hi Viktor,
    I think the batch program approach would be a good solution as the by this way you are taking matter into your own hands rather giving control to the SAP framework because you may have to test out the other approach as to how the standard SAP framework is behaving for custom change pointers.
    Thanks,
    Ravi

Maybe you are looking for

  • ITunes trying to start, then gives an error and closes.

    Hello When I click on iTunes, I get: "+iTunes has encountered a problem and needs to close. We are sorry for the inconvenience+" When I click on Don't Send, I get: "iTunes.exe has generated errors and will be closed by Windows. You will need to resta

  • Change vendor account group

    Hi All, Is there anything I need to check before changing vendor account group (with different number ranges) in XK07. User has selected account group wrongly and also posting done for those vendors. I think there would be no effect in open items. Th

  • Invoice canceling

    Hi Gurus, I created a sales order(OR) for service item, ie sales-billing, i made a mistake in the figure and wish to cancel it. I created sales return (RE), Credit Return for the invoice, and cancel credit memo. I got the error: No billing documents

  • Pages export options on a PC

    I'm thinking about trying Pages on my iPad, but I don't have a Mac desktop or laptop. I'd convert, but I use too many large CAD packages that are PC only... but having a Word Processor, even a simplified one, on the iPad would be handy. Anyway, I've

  • Getting error massage in youtube while open video clips Error: BVDCORE.videoFormats is undefined

    Error: BVDCORE.videoFormats is undefined massage appear in youtube while opening any video clips