Hide Process object in Confrim End Processing ?

Hi All ,
We need to hide the Process object ,the link shown in the objects and attachements .
Is there any way to hide the Link
the scenario is that . While calling the Txn : ME01 . On successfull Completion of txn Me01 . Confirm end Processing Pop up screen comes up . On this pop up of Confirm end processing .
At the Objects and Attachements .Can we Hide that link or call a trnsaction on it .
Thanks in advace for quick reply
Regards,
Saurabh goel

Hi Arghadip ,
I am already using the sub type of the Business object.
can u please elaborate more on calling the transaction on the that link .. this will be hilghy helpful for me .
this approach will help me alot .
How can we Call the Transaction .. Please explain
thanks in advance
Regards,
Saurabh

Similar Messages

  • How to declare value null to object at the end of jsp page.

    Hi
    I have two doubts.
    1. Im getting request from request.getParameter() method. i stored that value in one object. after process completion i have set null value to object at the end of jsp page.
    2. I declare jsp scriptlet within the javascript. in that jsp scriptlet i set session.setAttribute() values. i want to get the session.getAttribute value after javascript code completion.
    i tried but i got jasperException.
    please help me to solve this problem
    Thank u in advance

    Hai Sundaram,
    when ever u got the param from request at that time only u set the same parameter to null..
    i am not sure abt this is my idea only

  • How to hide the columns at the end user level thru personalization

    Hi all
    how I can hide the columns that are displayed on the portal. Any personalize option for the end user? Any righ click or some thing?
    I am looking at hiding columns not while developing the iViews / Pages, But in the browsers as the end user.
    i can hide the columns what ever i want while creating the iViews for MDM data. but we cant provide the content administrator role to the end user for hiding the columns what ever they want. they want to hide the columns thru pesonalization option at the end user level.
    Can you please let me know whether we can able to hide the columns at the end user level thru personalization ?? is it posible with standard iViews??
    Regards
    Sunil

    Hi Sunil,
    I understood your requirement properly and seems valid and I tried this at my end but i didnt get the solution. Field list is not visible in Personalize option. I dont think it is possible with MDM standard iViews.
    I was thinking an alternative is if some how we manage to give the permissions to end user only on Result Set iView but if it would be possible it will not be a good design.
    Lets wait for some inputs from others.
    Regards,
    Jitesh Talreja

  • How to hide an object in Agentry list screen

    Hello,
    I want to know if it is possible to hide an object in a screen list view.
    For example, I update an object and fill in DeleteStaus field with "L" (mean that object is deleted) and hide it right after I mark it as deleted, then transmit it to Agentry server to get the marked field and in turn transfer it to SAP server.
    Thank you very much.
    Tags edited by: Michael Appleby

    PG Ngu,
    Steve was correct, but his rule was little off.  try it like this:
    NOT
         EQSTR
              Whatever Object -> DeleteStatus Property
              L
    The 'L' above is a constant.  Do not use quotes.  Add this as the include rule on the List Screen.
    Jason Latko - Senior Product Developer at SAP

  • Hide the start time and end time in ESS portal

    Experts,
    We have a requirement to hide the Start time and End time on the header section of the travel request / expense sheet in the ESS portal.  I have searched through the configuration and found several place to hide the start time and end time of segment yet these have no impact on the porta start and end time fields.
    Please Advise.
    Best Regards,
    Martin Weakley

    Hi Martin,
    you can achieve this with administrative personalisation. In portal content navigate to the role where you deltalinked your iView, click "preview". When a new Window for the preview is opened, notice the URL contains "&sap-config-mode=true". Now right click on the fields you want to hide and choose "enter configuration" (or the like, wording is not exact) from the context menue. The WD-UI-Element tree opens where you can directly hide/customize properties of the WD. When clicking save+exist you can also transport the alterations you did.
    maybe this helps or gives you a helpful alternative to the already stated measures in this thread
    regards, Lukas

  • How to hide one object within a group

    Is it possible to show/hide one object within group using the Timeline? I don't need to hide it in output, just need to show/hide it in the Timeline for convenience while working on a slide.

    It's funny that they will let you expand/collapse the group in the timeline window, but not edit visibility. At any rate, I suggest you enter a feature request and/or bug report here: http://www.adobe.com/go/wish
    The more people that bother them about it, the more likely they are to fix it.

  • Is it possible to hide an object on a masterpage dynamically?

    hello,
    is it possible to hide an object on a masterpage dynamically?
    I tried to define a formula in the script editor with FormCalc, but it doesn't work. I made a similiar definition within the content area and this definition is working.
    It is a HCM form and the following formular is defined in the initialization event of the object:
    if( Exists($record.DIM_EMPLOYEE.DATA[*].FIRE_DATE[0]) == 0 ) then
    $.presence = "hidden"
    endif
    Can anybody help me , please?
    Regards,
    Tanja

    Well YES it is possible to hide an object of master page. Couple of things you can try:-
    1. Use quotes around zero. i.e.
    if( Exists($record.DIM_EMPLOYEE.DATA[*].FIRE_DATE[0]) == "0" ) then
    2. Use fully qualified names for the object of Master Page and place the event in form:ready event of the subform instead of master page.
    Also I tried a small example and it worked. Sample Hierarchy is shown below
    form1
    |-- Master Pages
         |-- Page1
              |-- Content Area
              |-- TextField1
    |-- (untitled subform) (page1)
         |-- TextField2
    JS code on the exit event of TextField2
    form1.#subform[0].TextField2::exit - (JavaScript, client)
    if(this.rawValue == "1")
         form1.pageSet.Page1.TextField1.presence = "hidden";

  • Hide "Process Activities" left pane from GP Workflow

    Hi,
    In GP workflow, I wish to remove the "Process Activities" Left Pane from the Guided Procedures Workflow view such that the user can view the screen only.
    To achieve this I have unchecked the visibility of the Contextual Panel as invisible from the Process Instance Page, but still I am able to see it every time in the Workflow. is there anything else I need to do in order to achieve this or any other solution through which I can achieve this functionality.
    I have already checked: How to hide the left side activity pane in Guided Procedures and related threads.
    Helpful answers will be appreciated. Thanks!
    Regards,
    Gaurav Bhardwaj

    Hi,
    Try the following steps:
    1. In the right corner of the screen u will find a option icon (hint:- the image resembles a page). Click on that to get the various actions
    2. Click on Personalize
    3. A new window opens with the layout structure
    4. Select "1 Column Full width" from the dropdown and save
    This will hide the GP activities
    Regards,
    Poojith MV

  • Timer to alternately show/hide 2 objects

    Hi,
    I'm trying to learn how to use a Timer and AS3 to set up 2 objects (for example, 2 squares, each with a separate instance name) that would show/hide alternately for 500 ms each for 30 seconds (30000 ms) total. Easy enough to do using a timeline, but instead, I need to set this up to include using AS3 to add to a companion .as script file (Main.as), which loads and all runs on Frame 1. I first looked at using setTimeout or setInterval, but these don't seem to have enough properties to do what is needed. So, Timer is probably the best choice. I've read the online documents and examples for a Timer, but still can't figure out how for example to alternate one object's 500 ms show with the other's 500 ms hide, then alternate/switch them, and stop the alternating sequence after 30 seconds.
    Any help, example AS3 script would be great help.
    Regards,

    Hi Ned,
    Unfortunately that's what I have been trying, without success. Actually, have gotten fairly stuck in experimenting and am hoping that someone can provide a simple example. The following is some of the "gibberish" that I tried without success.
    private var c1On: uint = 500
    private var c1Off: uint = 500
    private var c2On:uint = 500
    private var c2Off:uint = 500
    private var c1OnTimer:Timer
    private var c2OnTimer:Timer
    c1OnTimer = new Timer(c1On, 30);
    c1OnTimer.addEventListener(TimerEvent.TIMER, c1OnF);
    public function c1OnF(event:TimerEvent) {
    mcsquare1.visible = true
    mcsquare2.visible = false
    c2OnTimer = new Timer(c2On, 30);
    c2OnTimer.addEventListener(TimerEvent.TIMER, c2OnF);
    public function c2OnF(event:TimerEvent) {
    mcsquare2.visible = true
    mcsquare1.visible = false
    c1onTimer = new Timer(c1On, 30);
    c1onTimer.addEventListener(TimerEvent.TIMER, c1onF);  
    //onTimer.start();
    }//end
    public function c1onF(event:TimerEvent) {
    mcsquare1.visible = true
    mcsquare2.visible = false
    }//end c1onF
    c1offTimer = new Timer(c1Off, 30);
    c1offTimer.addEventListener(TimerEvent.TIMER, c1offF);  
    //onTimer.start();
    }//end
    public function c1offF(event:TimerEvent) {
    mcsquare1.visible = false
    mcsquare2.visible = true
    }//end c1onF

  • Newbie Needs Help:Hide/Show Object

    Hi
    I am brand new to using Flash and need some help to set up
    and script a very basic movie:
    it would have 2 white circles at opposite sides of the screen
    that would alternately show and hide,one then the other, every .5
    seconds, for 30 seconds, then stop.
    I have tried every way I can figure out (plus read in
    tutorials) and can not get this to work.
    Being so new to Flash, it would be very helpful if someone
    could provide a step-by-step walk-through. This will help me learn
    as well as be able to create this animation.
    Kind Regards,
    saratogacoach

    Sara,
    I think I understand your dilema correctly. Just to clarify,
    you want these dots to appear and reappear on their own, not with a
    push of a button or an action of any kind, correct? Assuming so,
    here's what you need to do.
    1. Draw the cirles on your stage.
    2. Turn the cirles into movie clip symbols (select the
    cirlce, hit F8 and choose movie clip and name it).
    3. Once the object is a movie clip double click on the circle
    to enter the movie timeline.
    4. Here you will see a blank timeline with your circle in it.
    Now apply a keyframe at the points you want it to appear and
    disappear. Alternate deleting the cirlce and pasting the cirle to
    simulate the dissappear and reappear animation. Once you've done
    this enough to cover 30 seconds worth apply a new layer called
    actions. at the final keyframe on the actions layer pull up the
    actions menu and apply a stop tag.
    Now the movie will start and play for the duration of the
    animation and stop at the end.
    Let me know if this all makes sense and if you need further
    clarifications.
    Good Luck!

  • How to hide Compounding object in report

    Hi friends
    We want to display region in our reports , But when I execute the query region is coming along with county (eg: US/TX , US/CA etc..) ...this is because of country is a compunding object of region...Can any body let me know how to hide country ...We just want to show TX,CA etc..
    regards

    Please search...this has been answered many times here.

  • How can I hide the provisioning tab from end users?

    Hi,
    Can someone tell me if it's possible to hide the "provisioning tab" within FIM? End users do not need to see this.
    I know how to modify RCDCs to hide individual fields, but I'm not sure about entire tabs.
    Thanks in advance

    http://social.technet.microsoft.com/Forums/en-US/74242380-c8ce-4904-863e-f28ae3605c7e/fim-r2-end-user-portal-customization?forum=ilm2

  • Can't hide Flash Object Play Button in PowerPoint 2007

    I am problem encountering an issue using the Shockwave Flash
    Object in PowerPoint 2007. After placing the Shockwave Flash
    ActiveX control into the slide, I can get slide to auto play the
    SWF file without issue. The problem is that there is a "PLAY >"
    button displayed under the Flash movie.
    I can't seem to hide the "PLAY >" button.
    Thanks for the Help!!

    I am problem encountering an issue using the Shockwave Flash
    Object in PowerPoint 2007. After placing the Shockwave Flash
    ActiveX control into the slide, I can get slide to auto play the
    SWF file without issue. The problem is that there is a "PLAY >"
    button displayed under the Flash movie.
    I can't seem to hide the "PLAY >" button.
    Thanks for the Help!!

  • How do you hide Excluded Roles from the End User (8.1) ?

    We have 2 Buisness Roles: Employee and Contractor. They are excluded from each other, meaning if you have one of the roles, you cannot be assigned the other role.
    When a user logs into 8.1 to the OOTB "Update My Roles" WF, they see their Available Roles for selection.
    These available roles listing includes the excluded roles.
    So when a user with the Contractor role logs in, they see the Employee role as an available role.
    If the Contractor user tries to add the Employee role, they will get an error due to the role exclusion.
    I know it is possible to hide the excluded roles from the end user, but don't know how.
    Does anyone know how to hide the excluded roles from users?
    Thanks.

    Hi
    I may have misread your first comment but I totally agree with your response.
    If the user has capabilities over multiple organizations it will show all roles, whether exclusion or not. (Been confirmed that this is how it is designed to work)
    What could be done is when selecting a user is a specific organization, you could have a rule that only shows up the Business roles that are associated with that organization. So although you have the capabilities over all organizations you only see the roles that are available to the organization where the user is your are updating.
    An idea anyway
    Ian

  • How to hide compounded object values in columns ?

    Hello Everyone,
    I have one MD object called depreciation area which has 3 objects in compounding tab called company code, asset and asset sub number.
    When I try to add depreciation area in columns part of Bex query, I see that there are multiple columns comming up for same depr area.  This is possibly because there are multiple entries in the SID table for same depreciation area and different combination of company code, asset and asset sub number.
    I want to avoid this and only display columns with unique depreciation areas i.e one column for each depreciation area.
    I am using BI 7.0.
    Can anyone help me with this.
    Thanks,
    Vijay

    Hi Pravender,
    These three objects are used in rows part also and there are selections given to these objects.  So I cannot restrict them to a set of values, since I am using variable to get input value from.
    Thanks,
    vijay

Maybe you are looking for