EAM Portal, Change Notification type in the "Create Notification Request "

Hi all,
I can't change the "Notification Type" in the "Create Notification Request" screen, in EAM Porta. We are going to implement "Maintenance technician Role" in the EAM Portal.
Any information would be appreciated.
Thanks,
Alex

hi young
kindly check in customizing funtions whether the field selections for notification it has been marked as display,
also kindly inform about the detailed process you are doing(T code) while facing the said problem
regards
thyagarajan

Similar Messages

  • Append New Line Item(s) onto the created Purchase Request using Function

    Dear Expert,
    I am trying to append new lines into the created purchase request via Function Module/ BAPI.
    Say, now, the Purchase Request has already 1 line item. And i want to append new line items into
    this purchase request via function module/ bapi.
    Do you know if there is any function module/ bapi exists to do this?
    Thanks.
    Tee

    Hi,
    It's weird.
    I tried on the BAPI_PR_CHANGE, and the return message says that it has successfully changed the PR. But, when i see it via ME53N, it's not being updated.
    Does anyone has sample usage/ code using this BAPI?
    Thanks.
    Tee

  • The user admin is not authorized to make the Create Order request

    Hi,
    I have deployed the PiP and trying to create the order. But i am getting the below error
    The user admin is not authorized to make the Create Order request>
    Please note :--
    I have assigned roles in administrator
    I have assigned permissions in Weblogic.
    Thanks

    Hi,
    Click on the user admin under user and groups , go to the tab Passwords. Give the password for the admin user and save it. Restart the server and try to login.
    Regards
    Marg

  • How to change Font Type of the Title Text of a JFrame?

    Hi,
    I want to set a different Font Type for the Title text of the titlebar of my JFrame.
    Is it possible? Can anyone show me how if it is?
    Thanks.
    Niteen

    Michael,
    Thanks. It works!
    But there was a problem. I was not using the :-
    JFrame.setDefaultLookAndFeelDecorated(true);
    so I have to use it now.
    Is it possible to do it without the default decorated look and feel? Because the default LNF title bar has too much height and I am cramped for space.
    I know that's no excuse. I tried but it doesn't work.. I am using a extended JFrame like this:-
    class Testing extends JFrame
    public Testing()
    setSize(300,100);
    setLocation(400,200);
    Container container = getContentPane();
    /* add components to this container here */
    setVisible(true);
    When I use getComponent() for the container, I get an ArrayIndexOutOfBound Exception.
    When I set the argument to getComponent(0), the font in the title bar is not changed.
    What else should I do?
    Thanks.
    Niteen.

  • Change button missing in the created SC

    Hi Gurus
    User 1 has shopped for user 2, who is having the approval limit and created the Shopping Cart. The SC is in the status of Awaiting approval.The user 1 is trying to change the data in the created SC, but he is not getting the "Change" button.
    Also the user 2 is trying to Change the data in the SC before approving the SC, he is also unable to find the "Change" Button.
    The user 1 is having the Security parameter BBP_WFL_SECURITY value as Low and the user 2 is having the Security parameter BBP_WFL_SECURITY value as High.
    FYI, if the approver rejected the SC, then also the creator is not getting the Change button. And if the SC contains any error to convert to the follow-on documents, then user 1 & 2 are able to get the Change Button.
    please advice.
    Thanks
    Sada

    Hi Sada,
    You can check if badi BBP_WFL_SECUR_BADI is active. After a support package, this badi became active by default. If you do not have your own logic within this badi you can deactivate it.
    The sample SAP code always return "0", which does not allow the user to change the document.
    Kind regards,
    Ricardo

  • Changing Expense types in the SAP Portal for Credit Card Receipts

    Hi Experts,
    We have a situation where we load a credit card file to SAP. The employee will then go review and subsequently send the expense claim to accounting. This is done via the SAP NetWeaver  Portal. Quite often the credit card company will send over details to an expense type called 'other' this was created to ensure that the credit card file loads.  It is the employee's responsibility to change the expense type from 'other' to the appropriate expense type.
    what is desired is to provide the user with an error message in the portal and PR05 that will enforce the user to change the expense type from 'other' to a more appropriate expense type.
    How can this be accomplished?

    Hello Martin,
    You can use a User Exit for this.
    In Web Portal, you can use the BADI TRIP_WEB_CHECK on which you can use the method USER_CHECK_LINE_OF_RECEIPTS.
    In PR05, you can use the Enhancement name: FITR0003: User Exit: Save Trip (PR01, PR04, PR05, TRIP) - before assigning trip number. It is the User Exit EXIT_SAPMP56T_002.
    This will check your receipt before saving.
    Regards,
    Raynard

  • How to change page type after the fact

    In the application builder, I click on an application and choose Details in View.
    I get the list of pages I have in my app.
    The page type column has:
    Interactive Report
    Navigation Form
    Dynamic HTML
    DML Form
    Chart
    Report
    How do I change this column after a page has long been created?
    Specifically, I want to the change "Dynamic HTML" to something else.
    Why?
    Because on this particular page, tabs do not work (error: page not found).
    Buttons created among a regions items do not work (same error, page not found).
    I need to use tab and buttons to go from this page to other pages.
    And I am suspecting the page type may have something to do with my problem.
    Thanks in advance for any pointers.

    Thanks for your consideration!
    For my current app, a clinical management system,
    I'd like to have, say, 1000 items.
    (For other applications I am thinking about, but have no time,
    nor expertise for now, I'd need millions of items,
    each corresponding to a pixel of a graphic.)
    Who cares if the current computers are too slow?
    How about make it a parameter that can be changed
    per app or per apex installation, and default to 100?
    Some forms can be broken up logically, as people have helpfully suggested,
    and I did follow that advise on some pages.
    But other forms cannot be. People have put a lot of thought on designing
    those forms, they are government or legal standards (or at least something more important
    than computer performance), and people have been trained
    with those original forms.
    Consider the hoops I have to jump through to get more than 100 items
    on a page I am currently working on:
    Generate the items (INPUT type="text" and INPUT type="checkbox") using PLSQL
    lots of htp.p('<INPUT ...>').
    a JavaScript function to collect all the values on the page
    and make up an XML string. submits this string to an application
    process, and application process parses the XML string and does insert or update.
    Another JavaScript to populate the items based on the current values of a row,
    using an application process to retrieve the columns of a row.
    There are about 150 items on this particular page.
    All these are ok, because I was aware of the restriction of 100.
    And because I wanted to generate my own HTML to mimic the original
    form anyway.
    Then things started to go weird.
    I need buttons to go back to another page. and I use tabs.
    Buttons to go back from this page,
    when a button is created with "Create a button in a region position",
    it works fine.
    When a button is created with "Create a button displayed among this region's items",
    it does not work, and I get HTTP 404, https://.../apex/wwv_flow.accept, page cannot be found.
    But I need a button to work like the one created with "Create a button in a region position",
    but displayed like the one created with "Create a button displayed among this region's items".
    This is still not too bad. I saw the difference between the two kinds of buttons.
    I copied the HTML code for the button "Create a button in a region position",
    and used a display only item to create a Back button where I wanted:
    '<table class="t15Button" cellspacing="0" cellpadding="0" border="0"><tr><td class="t15L"><img src="/i/themes/theme_15/button-l.gif"/></td>'||
    '<td class="t15C">Back</td>'||
    '<td class="t15R"><img src="/i/themes/theme_15/button-r.gif"/></td></tr></table>'
    Here P145_BACK holds the page number to which I want this page to go back to.
    Then I noticed that the tabs did not work any more. same error, page not found.
    That's is when I got a little frustrated and posted for help on the forum.
    Then I begin to undo my steps, and
    by lucky accident, I noticed that, if none of the checkboxes is checked,
    the tabs work fine. If at least one is checked, I get this error, page not found.
    My current solution is to add a function of my own in the doSubmit(B) function in file apex_3_1.js,
    which unchecks all checkboxes (o.checked=false).
    And now, from this page of about 150 items,
    the tabs are ok, and I have a button that is similar to one
    created with "Create a button displayed among this region's items", except I created myself
    using HTML.
    I think this trick of using a custom function in doSubmit(), that unchecks or even hides
    INPUT type="text" items (o_div.style.visibility = "hidden"; o_div.style.display = "none";)
    should work in general. this function is only invoked when the user clicks the tab,
    or buttons among a region's items.
    Somebody said regarding restrictions on drugs or sex.....
    you will not make people stop, you just make it harder or more expensive.
    Same here and many other things, a restriction is just making things harder.
    People will try to get around it.
    Now that I have a solution, and I am aware of the problem, I'll calm down and
    go back to my own thing for now.

  • Portal Management doesn't show the created portal

    I have some problem with the Portal Management from evaluation version of the Weblogic
    Portal Server 7.0
    I followed the documentation from Bea and created a new Weblogic Portal Domain
    and a new Portal.
    The Portal i created worked but it is not shown in the Portal Management.
    Otherwise i have assigned this portal new portlets and other skins with EBCC but
    they are not available in the portal.
    Can anyone help me?

    This question is best suited to the Orac le9iAS Portal Security and Login Server forum.
    Thanks

  • How can we change Absence Type LOV in Create mode not in search in SSHR

    Hello,
    My requirement is to Restrict Absence Type LOV at the time of applying the leave in Self Service. For that i have used hr_absence_restricted.absences_restricted.
    After changing this package Its working fine at the time of applying leave.
    But in search i want to display all kind of leaves, But its restricting serach Absence Type LOV as well.
    Thanks in advance,
    Sheetal

    Hi,
    have extended contoller instead of VO for the same. Its working fine now.I have Used the code in controller as shown below:
    vo.setWhereClauseParams(null);
    vo.setWhereClauseParam(0,81);
    vo.setWhereClause("ABSENCE_ATTENDANCE_TYPE_ID not in "+strAbsType);
    vo.executeQuery();
    Thanks,

  • Creation and selection of Notification types through Maintenance order

    All,
    When i  create a notification through the order, while giving the notification type in F4 selection, only i could able to see S1,S2 &S3 notification types. Neither i could see the other standard notification types nor the custom notification types configured in the selection. Also we didnt include any notification types in the personal list in selection.
    Can somebody throw ideas about this behaviour ?
    Regards,
    Suresh.

    Hi Riyaj,
    Thanks for your input.
    The custom notification types have been configured for the notification category 01 which is maintenance notification. But the order type through which the notification i am creating is activated with service profile.
    I guess, this could be the reason, if it is, is it any other way to bring the custom notification types as mentioned above ?

  • Notification type  -change -reg

    Hi,
    Can the notification types in the already created notifications changed ?
    example : one notification is created with notification type M1 instead of M2
    Can it be changed
    Normally it will not be i think , in  ECC6.0   any of thsi functionality available ?
    regards
    madhu kiran

    Hi,
    You can only change notification type of a general notification, that is a notification of category 05 (this rules out changing M1 to M2). The customizing must allow notification change - see customizing under 'Overview of Notification Type'. The notification must still have status outstanding for the change to be allowed.
    The exit QQMA0029 is provided to allow some further control during the notification change procedure, it does not assist in making the feature available.
    -Paul

  • Regarding - Notification Type Change

    Hi,
    I want to change my notification type G0 to M1, M1 to G0, M2 to G0  etc.....In SPRO Setting i had made the changes Allowed changes to notification type,
    When i created & saved the Notification, in change mode how to change the notification type, if i want to change it, its their any other settings in spro i hav to do ?
    Regards
    Prakash.B

    Hi
    As far as my experience in this respect is concerned, while remaining with the standard functionality, configure the Notification Types (In Category 05 General Notification) for all the Notification Types you want to change to some other Notification Type. Then configure the Allowed Change of Notification Type. Create Notifications via IQS1 and thereby change the Notification Type via IQS22.
    Hope this would help you out.
    Regards
    Hunain

  • Notification Type change

    Dear Experts,
    Can we change the Notification Type after the Notification has been created. Any method ??
    Regards
    DM

    hi
    it is basically used in simplified notification processing which is used very occassionly with minium  inputs
    for details please refer the following link
    http://help.sap.com/saphelp_47x200/helpdata/en/32/293d381f138268e10000009b38f8cf/frameset.htm
    regards
    thyagarajan

  • Create a Subscription without Notification Mail about the Creation

    Hi,
    we have developed a room extension which automatically creates subscriptions for new room members for all room stores; the target channel is (and should be) the EMAIL channel.
    The problem now is that when a user is added to the room as a member, he gets n+1 notification mails where n = # of room stores: one mail notifying about the room membership (that mail is OK) and one mail per room store notifying about the created subscription; these mails are not wanted.
    Question: Is it possible to create subscriptions per API (it's a service user who creates them and then passes over the ownership to the recepient) using the EMAIL channel but avoiding the notification mails about the created subscriptions?!
    Thanks in advance
    Detlev

    Hi,
    thanks for attending this interesting topic
    "Solution": It's not possible by standard means to reach this aim <i>only</i> in the situation described (but: globally for all subscriptions).
    Reason: <i>createSubscription</i> on the SubscriptionManager implementation calls <i>sendAdminNotification</i> internally, which calls <i>sendByNotificator</i> internally, which again calls <i>send(recipients, channel, notification)</i> on the <i>INotificatorService</i>. All these calls are unconditioned ...
    ... except for: The decision if an admin notification is sent depends on the "Allowed AdminNotifications" (System Admin, System Config, KM, CM, Repository Services, Subscription Service, subscription). Removing "create" will have the desired effect - but globally.
    See http://help.sap.com/saphelp_nw04/helpdata/en/6e/798e04b33b11d5993800508b6b8b11/frameset.htm for further details.
    Thanks for listenting
    hope it helps someone
    Detlev

  • Controlling same Notification Types against few Planner groups

    Dear Experts,
    We have four groups of Maintenance Team (Mec, Ele, Inst & Civ)  which are controlled against four roles to create same Notification types. The control factor is planner group which are linked against their required role and it is working fine to create notification (IW21) for their specific group.
    The problem which we are facing is, change mode of Notification,  Mech planner group team can change the details of Notification in Elec group as
    same Notification types are used by 4 groups. Is there any way to restrict for the change authorization (IW22) in Notification as four teams are following four differernt roles.
    Regards,
    Sahu

    Ajaya,
    Check the values in Authorization Object I_QMEL. (PFCG tcode of the respective Role) See the picture below. Assume this is your role for Civil Notification type (CE). It should look like this.
    Also, try by removing the values in TCD field in other authObjects of this Role.
    One more possibility is
    Some Role other than this specific Role is enabling the user for IW22. This role might have been assigned to all these 3 users. You need to trace this and remove or modify the role.
    This problem is a typical one often seen to be associated with AuthObjects, This can be managed by investigation.
    A last resort method can be to manage this through user-exit QQMA0014. This is possible.
    KJogeswaraRao

Maybe you are looking for