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

Similar Messages

  • How to remove field in Change Office and 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 ,
    I dont know why no one is replying to this question..
    Eagerly waiting for your valuable suggestions..
    Thanks & Regards,
    Mahesh.M.R

  • 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

  • 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

  • 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 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 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

  • Remove fields from ODS objects with data

    Hi
    Is there a smartway to delete the infoobjects from an ODS without deleting contents? These fields are just added to ODS, and activated the ODS. But, now we donot want them and want to delete these objects from ODS. Any ideas???
    Thanks

    Hi,
    If it will not be possible for you to reload the data to the ODS after deleting, you can try to create a copy of this ODS, move the data from original to copy, delete data in original, make changes and reactivate, and then move data back from copy to original.
    Hope this helps...

  • How to prevent user from changing a field on a Form.

    I have a form and a report on the same page. The form is used to set criteria for the report. So after the criteria is entered on the form a button is clicked, which passes the criteria to the report. The form also displays some additional data based on the criteria, i.e. I do a query on the form.
    The problem I'm having is preventing the user from changing the additional data which is displayed. I tried all the wizzard options; i.e. not updatable, not insertable etc. but the user can still change the data.
    The only options seems to be writting some Java code for one of the triggers, but I haven't written any Java before.
    So I was wondering if anyone has a non-Java solution for this problem or an example of a Java program I could use to solve the problem.
    Thanks for any help
    Larry

    Hi,
    Suppose you want Empno, Sal fields of Employee table as Query only and all other fields user updateable then
    uncheck all the three check boxes
    Mandatory , Updatable , Insertable under validation options for those fields.
    When you run the form, these fields appear as text items in query mode and will appear labels once the querying done.
    Hope it works
    Madhav

  • 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 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.

  • How to remove myself from/leave a team?

    Hi
    I'm using Visual Studio Online in my software development classes. The problem is that the "Accounts list" on my Visual Studio Online portal is crowded with projects from past years. A clean-up is needed.
    I found this solution (https://social.msdn.microsoft.com/Forums/vstudio/en-US/80057697-38d7-4161-8564-13c630943484/vs-tfs-online-how-to-remove-myself-from-a-team-?forum=TFService), but the problem in order to apply it is that I have no more contact with
    a lot of those students + most of their accounts are expired.
    How can I solve this?
    Thanks in advance!
    Evert
    PS: my apologies for any linguistic mistakes... English isn't my mother tongue.

    Hi Evert,
    Based on your description, seems you're the owner of the Visual Studio Online account. If you want to remove your account from the teams that expired, then you can delete the teams directly in team project administrative page of team web access.
    If you only want to remove your account from the teams, then you can click the team and remove your account in administrative page.
    Best regards,
    We are trying to better understand customer views on social support experience, so your participation in this interview project would be greatly appreciated if you have time. Thanks for helping make community forums a great place.
    Click
    HERE to participate the survey.

  • How to remove FaceTime from iPad

    How to remove FaceTime from iPad

    Me too is having problem with facetime,it started when i was watching on my iswifter browser, then someone call on facetime, when i tried to answer it,it was working fine,but after a connection lost,i tried calling my friend again, and suddenly it wasn't working anymore, i call a lot of times but she said there is no call in her ipad,nobody is recieving my call on facetime since then,and also i cant recieve any from them,everytime i place a call,i cant here it ringing, but after maybe 50seconds i can here to sound tot-tot then the facetime will have a display of connection lost call back!  I tried everything possible to fix it,even reset my network connection,change apple id,mute un mute,force stop... Turn on turn off facetime but nothing is change,until this very moment im still looking for answers!! I was looking for answers how do i uninstall it and then install it again mybe it'll work!!

  • How to remove block from trusted web site. I did the obvious by pasting the web address in the allow content area. What are the other ways

    I am a cityville game player on facebook and for some reason today I am unable to send out blasted on the game when if fact this was never a problem. Finally I went to internet explorer and the same problem happen, but internet explorer let me know that the content was blocked. All I had to do was unblock it and that was easy and know I can blast out. However trying to remove the block from fire fox is a issue. I went into to tools and removed every block and it still want work right. Therefore, how to remove block from trusted web site. I did the obvious by pasting the web address in the allow content area under tools options. What are the other ways

    Hello,
    Thank you for your post.
    I am afraid that the issue is out of support range of VS General Question forum which mainly discusses
    the usage of Visual Studio IDE such as WPF & SL designer, Visual Studio Guidance Automation Toolkit, Developer Documentation and Help System
    and Visual Studio Editor.
    Because your issue is about ASP.NET website programming, I suggest that you can consult your issue on ASP.NET forum:
    http://forums.asp.net/
     for better solution and support.
    Best regards,
    We are trying to better understand customer views on social support experience, so your participation in this interview project would be greatly appreciated if you have time. Thanks for helping make community forums a great place.
    Click
    HERE to participate the survey.

  • How to find the server hosting office communication ?

    Hello
    How to find the server hosting office communication ?
    Thanks,
    Dom
    System Center Operations Manager 2007 / System Center Configuration Manager 2007 R2 / Forefront Client Security / Forefront Identity Manager

    Hello,
    I have:
    DG URL Internal;https://OCS.ad.xxxxxx.xxxx.xxx/GroupExpansion/Int/service.asmx;--;
    DG URL External;;--;
    Quality Metrics URI;;--;
    URL Internal From Server;https://OCS.ad.xxxxxx.xxxx.xxx/Abs/Int/Handler;--;
    URL External From Server;;--;
    Voice mail URI;sip:[email protected];opaque=app:voicemail;--;
    MRAS Server;;Not Configured;
    GAL Status;https://OCS.ad.xxxxxx.xxxx.xxx/Abs/Int/Handler;--;
    Controlled Phones;TRUE;--;
    PC to PC AV Encryption;AV Encryption Enforced;--;
    Focus Factory;sip:[email protected];gruu;opaque=app:conf:focusfactory;--;
    Telephony Mode;Telephony Mode Disabled;--;
    Line;;--;
    Line Configured From;Auto Line Configuration;--;
    Location Profile;;--;
    Local Log Folder;C:\Users\me\tracing;;
    MAPI Information;MAPI Status OK;MAPI Status OK;
    Inside User Status;TRUE;;
    Auto Update Download Started;--;--;
    Auto Update Download Completed;--;--;
    Last Auto Update Request;--;--;
    Pairing State;Communicator cannot connect to your desk phone because the USB cable is not plugged in. Make sure that you connect the cable.;Enabled;
    I see my email on the sip line but no server... what do I miss?
    Is it by the URL?
    Thanks,
    Dom

Maybe you are looking for

  • Query ALARM not working

    Hi everyone I've created a query and set it as an alarm for specific users it is active and it has not being poping up the message on the Messages7alert Overview form of their sessions I was wondering if there is any limitation for the messages Servi

  • Display BLOB File (pdf format) from database inside Oracle Form (6i)

    hi all. Apologies for a primitive question owing to the fact that i m new to development. I have a requirement to display a pdf document with in an oracle form. i want to know is there any such control for that? or any hint how to go about it? thanks

  • Problem printing CFChart data

    I'm having a problem printing a page with a graph generated by CFChart. If I render the graph as a jpg or png and attempt to print it using normal browser/javascript functionality (self.print), only an image placeholder is printed containing the mess

  • Macbook Pro (A1260 / MB133LL/A) won't boot, fans click.

    Having a problem with my old A1260 - When I hold down the power button, the fans click, but the system won't turn on. Opened it up and can visually see fans ticking slightly, but they do not turn on all the way. Tried with full battery, without batte

  • Oracle Pre Built Integration 11.2 configuration issue

    I installed Pre Built Integration 11.2 in Oracle AIAFP 11.1.1.6. After installation I tried to configure by using "Deployment Configuration Wizard" and following the below steps mentioned in the Oracle document 4. Navigate to <AIA_Instance>/bin and r