How to remove fields from Standard Screen

Hi,
    I Have faced one problem in screens(se51). When apply one SAP Note i have to change the screen manually(as per Note ) . My requirement is to remove some text fields and label fields. But I cant delete the Fields.
   Normally just select the object and Press delete Key to remove one object from screen. But here it is not working.
  How can i remove the objects from the screen as per SAP Note.
Thanks in Advance,
WIth Regards,
Neptune.M

Hi,
T.code SHD0 helps you control which fields to appear, suppress and make mandatory in Standard Screen.
refer
https://forums.sdn.sap.com/click.jspa?searchID=4359065&messageID=2961760
Regards

Similar Messages

  • How to remove buttons from standard check in page

    Hi,
    Can any one tell me how to hide buttons from the standard check in page and re-arrange field in UCM. I want to just display Check In, Reset and Quick Help.
    Thanks,
    Abhijit
    Edited by: AbhijijitPr on Sep 6, 2010 2:28 PM

    Hey Tim,
    Even i am facing a similar situation but i have to hide the field on the selection of an option list
    How can i do it through profile and rules?
    Can it be done by using custom includes in the fields?
    if yes how?
    Thanks,

  • How to add field to standard screen of PNP

    hello masters, tell me one thing:
    - it is possible to add a field that isn't part of PNP logical database to the standard screen PNP.
    Could someone help me?
    regards and thanks in advance
    Mário

    Hi Mario,
    I don't know anything about SAP HCM, but: If you work with SE80, you can see the logical database in the object tree. Right-mouse-click to copy the logical database to custom name. Modify as you need. Use.
    Regards,
    Clemens
    P.S.: Before I tried I was always afraid of logical databases.Copying is a lot easier than expected.

  • How to remove fields from view V_QCMBSEG for table BSEG

    Hi
    By mistake have appended 5 fields in standard table BSEG,  after that i have deleted that appended structure from table, while deleting from different views network got disconnected i lost connection from server.
    So process get terminated and those fields left in view V_QCMBSEG.
    Because of this table partially activated.... is there any way to delete it
    Thanks

    its not activating ...its displaying error
    Field BSEG-ZZCHANNEL is still being used as a view field in view V_QCMBSEG
    Field BSEG-ZZPROD is still being used as a view field in view V_QCMBSEG
    Field BSEG-ZZPROJ is still being used as a view field in view V_QCMBSEG
    Field BSEG-ZZRECODE is still being used as a view field in view V_QCMBSEG
    Field BSEG-ZZSTATE1 is still being used as a view field in view V_QCMBSEG

  • How to remove fields from the default user portal page ?

    Hi Travis,
    How do I modify the page that display after submitting the ticket. These plugins are helpful to modify portal's home page only. Please advise if I'm missing anything.
    Thank you

    I like to remove the right hand side ticket history field that displays after user submit a new issue.
    This topic first appeared in the Spiceworks Community

  • How to remove Fields from Change Office & communication Data..

    Hi,
    In ESS->Emp Search -->Change office and communication Data..I have to remove a field "License Plate No" as we are not using it..
    How to do it..
    I have Netweaver studio installed in my pc but i dont know how to use it..
    could any one tell me the steps to do the above task in Netweaver Studio..or there is any other method that can be done..
    It would be great help for me..
    Thanks & Regards,
    Mahesh.M.R

    Hi Ashutosh,
    Thanks for the reply..
    I am using web Dynpro Version..ie ERP 2004 ESS 60.2.
    Appreciate if you can provide me the solution..
    Thanks & Regards,
    Mahesh.M.R

  • How to remove superglue from LCD screen of Macbook Pro?

    I know this sounds ridiculously stupid. Unfortunately, I somehow managed to get superglue on my mom's Macbook screen. Theres two droplet sized marks near the center and I feel really bad. Is there any possible solution below changing the entire screen?

    Acetone, is what breaks down super glue, use it on a q Tip and try to absorb it of the screen (dab),( this may take a few times to get it all) do not rub!   First try it or the lacquer thinner Shootist mentioned, but try it in the corner of the screen first to make sure it will not cause damage. After it is removed use a screen cleaner with a micro fiber cloth such as Clean it, or an eyeglass cleaner that is safe for glasses with treated lenses.  MAKE SURE TO HAVE THE COMPUTER TURNED OFF! Also support the screen from behind and use minimal pressure.  Good Luck.

  • Re: How to remove fields from the default user portal page ?

    Try some of these plugins.
    https://community.spiceworks.com/appcenter/app/plugin_696
    https://community.spiceworks.com/appcenter/app/plugin_1105

    I like to remove the right hand side ticket history field that displays after user submit a new issue.
    This topic first appeared in the Spiceworks Community

  • How to remove # fields from my report

    Hi,
    In our Bex query, fields which have no data are displayed as '#'. because of this many fields are shown '#' since no data for those fields. As this looks odd we want in our report , these fields to be shown as blank ' '  instead of '#'. Is it possible to make those fields leave empty instead of showing up #.
    I have searched all the forum questions found similar questions but could not find a convincing answer .
    Please help required
    thanks & regards
    Krishna

    Hi
    you can use a macro to do this.
    You can find the following link for the proceedure to add a macro:
    http://wiki.sdn.sap.com/wiki/display/BI/SAPBWMacros--BExFormatting+Features
    and you can add a macro like for your requirement:
    Sub DelX()
    Dim c As Range
    For Each c In ActiveSheet.UsedRange
        With c
            If Replace(LCase(.Value), "#", "") = "" Then .Value = ""
        End With
    Next c
    End Sub
    Let me know if the Macro worked for you.
    Regards,
    Krishna Tangudu

  • Remove fields from MSS (60.1.2) iViews

    Hi, I have one issue related to removing fields from standard iViews in MSS 60.1.2. Could this be handled by object and data provider customizing in R3 or do I have to develop an new iView?
    /Regards
    Patrick

    Patrick,
      From what I found , the information comes from the following function module:
    HRWPC_RFC_EP_READ_GENERALDATA
    Returns the following:
    The system determines the contact data according to the following procedure:
           1.      The system reads office and telephone data from infotype Internal Control (0032)
           2.      The system reads infotype Communication (0105)
                                a.      The system reads the e-mail address (subtype 0010)
                                b.      If the Internal Control (0032) infotype does not contain a telephone number, the system reads the telephone number from subtype 0020.
           3.      If the system cannot find the data when reading the infotypes and subtypes, it reads user data.
    The system reads the remaining data from the Organizational Assignment (0001) and Basic Pay (0008) infotypes.
    And does not seem to look at any configuration in the IMG for determining columns.
    Have you considered modifying:
    EEProfileGeneralData.jsp
    which is the name of JSP used for display?
    Hope this helps.

  • How to find table name for the fields from Standard Extractor in CRM system

    How to find table name of fields from the standard extractor in CRM system ?
    e.g. We use LBWE TCode in R/3 system to find table name for the field from Extractor VCSCL(e.g.).
    Likewise is there any way to find table name for the fields from Standard extractor like 0CRM_LEAD_I.

    Hi ,
    Please find the link below for understanding BW CRM analysis.
    http://help.sap.com/bp_biv135/html/bw.htm
    activate the CRM DSs by scenario:
    1) Activate the application component hierarchy (tcode RSA9). Changes made to the application component hierarchy in the CRM system can be transferred to the BW using the "Edit Application Component Hierarchy" (SBIW - Postprocessing of DataSources).
    SAP Note 434886 must be implemented in CRM 3.0 before the application component hierarchy is activated.
    2) Activate the Business Content DataSources (tcode RSA5).
    Select/enter the application component and choose Execute (F8).
    To compare the shipped and active versions, choose the 'Select Delta' pushbutton. If there is no active version of the DataSource, it is selected automatically.
    To activate the shipped version, choose the 'Transfer DataSources' pushbutton.
    3) Management of the versions of the BW-Adapter metadata (tcode BWA5). All DataSources are displayed that are managed by the BW Adapter.
    As in transaction RSA5 (Service API Metadata Activation), the 'Select Delta' function can be used to select the inactive DataSources or compare shipped and active versions.
    You can also go directly to the screen for maintaining DataSources that are managed by the BW Adapter.
    The 'Compare Version' function makes a detailed comparison of the shipped and active versions.
    All BW-Adapter metadata is considered when versions are compared:
    Header information (Table SMOXHEAD)
    Mapping information (Table SMOXRELP)
    Global selection conditions (Table SMOXGSEL)
    Attribute key fields (Table SMOXAFLD)
    Hope this helps.
    Regards,
    csm reddy

  • How to remove items from iPad home screen?

    How to remove items from iPad home screen?

    Press and hold any of the apps and after a couple of seconds or so they should start to shake. Then press the 'x' in the left corner to delete the ones that you don't want, and when you've finished deleting press the home button so as to stop the shaking. If you don't get the 'x' on any of the apps that you've downloaded (you can't delete built-in apps) then check that Settings > General > Restrictions > Deleting Apps isn't set 'off'

  • How to remove text from .swf animation?

    how to remove text from .swf animation? Can no find this text
    in fla file. Flash 8.

    exactly what 'text' are you referring to? text that you typed
    on the Stage using the 'textTool'? simply select the text with the
    'arrowTool' and hit delete.
    If you are referring to a textField that you want to
    eliminate after a certain amount of time, within your animation
    sequence. first copy the text, create a new layer, paste the text
    in place, then where you want to have the text 'disappear' insert a
    'blank keyframe' at that point in the text layer.
    OR place the textfield within a MC and remove it with code.
    OR if the text is dynamic and you wish to use the position at a
    later time, pass a value of null or and empty string to the field
    at the point you wish. And there are other ways still. :) hope one
    of these works for you.

  • Remove Tax from standard order.

    Hi all,
    I have a standard order, Invoice is already created. Customer comes up with Tax exampt certificate, now how to remove tax from the order.
    Pleeeseee Help.
    Thanks,
    Utpal

    One option as suggested is giving credit memo. But I understand that you are facing a limitation for the same.
    The alternative solution could be to pass an FI JV (This will be dobe by FI person).
    Normally such cases will be very few. In that case FI JV is the best solution. If this is repetitive at short intervals, then it is recommended that you configure a separate Credit Memo Type for the same & have a separate pricing procedure in which all condition are manual condition, so that the pricing procedure can be used flexibily. Ofcourse all related configuration for same will be required, which is assumed to be known.
    Regards,
    Rajesh Banka
    Reward points if helpful.

  • How to remove the the standard button APPEND/INSERT/DELETE in webdynpro alv

    Hello,
    how to remove the the standard button APPEND/INSERT/DELETE in webdynpro-abap  alv
    Thanks
    Rakshar

    Use  this.
        data lo_cmp_usage type ref to if_wd_component_usage.
        lo_cmp_usage =   wd_this->wd_cpuse_alv1( ).
        if lo_cmp_usage->has_active_component( ) is initial.
          lo_cmp_usage->create_component( ).
        endif.
        data lo_interfacecontroller type ref to iwci_salv_wd_table .
        lo_interfacecontroller =   wd_this->wd_cpifc_alv1( ).
        data lo_value type ref to cl_salv_wd_config_table.
        lo_value = lo_interfacecontroller->get_model(
        data: lr_std type ref to if_salv_wd_std_functions.
        lr_std ?= lo_value.
        lr_std->set_export_allowed( abap_false ).
    NOte: ALV1 is alv component name
    Regards
    Srinivas
    Edited by: sanasrinivas on Dec 1, 2011 6:11 AM

Maybe you are looking for

  • JDE 8.10 Purchase Order Planning Message (R34A870)

    Hi, We have a JDE 8.10 customer currently implementing ASCP. When purchase orders are released from ASCP, can the JDE inbound process update existing purchase orders in JDE when there is qty/date change? Can it also handle cancellations? If updates a

  • I cannot click in upper page items, such as search on Amazon.

    I cannot click in the search box on Amazon or the top emails on Outlook explorer. Internet explorer is working fine though.

  • Sconadm registration problem

    Hi there, I'm having problems using sconadm to register. My registration properties file contains: userName=XXXXXXX password=XXXXXXX hostName= subscriptionKey=XXXXXXXXXX portalEnabled=false proxyHostName=ourcachehost proxyPort=NNNN proxyUserName=XXXX

  • Expenses not closed after year end

    Dear All:                  I have a query, our last fiscal year ended at 30.06.2009 but upon analysis of some GLs relating to expenses i observed that they were not closed. Principally they should have been closed automatically as the year ended but

  • Mobile IM (AIM) stopped working properly over a week ago. Error messages galore!

    I have a LG enV®3 phone and I've used this program for about a year with only the occasional problem. It's stopped working for a day or two at a time in the past, but never for this long. At first people I were IMing were not receiving messages I sen