User decision title reads: "Decision"

Hi all,
I am having a weird problem. I made  a custom user decision step so I could add some container elements in the description. This all works very nicely. But when the decision is executed the title at the top of the screen reads: "Decision" instead of the title of the work item which also uses some container elements. The title is shown correctly in the BWP. Does anybody know what I did wrong here? It is working correctly for another task I created similarly.
I am on SAP ECC 6.0.
Thanks in advance for the help!
Gert.

Hi Dheepak,
thanks for the reply. You seem to be pointing in the right direction. Even though the bindings are all correct, the title comes up correctly in the BWP, there is a problem with them.
The decision step is called inside a parallel part of the workflow and I am using a field from the table entry that this step is looping on. In debugging I now found that it breaks on this container element: &_LT_DIFFERENCES_LINE.FIELDNAME&. The problem is that the method that builds the title only has the main workflow's container and not the elements local to the parallel part, like LTDIFFERENCES_LINE. I have been thinking about a workaround but cannot not think of one that will work.
I'll see if I can update the thread title to add this info.
Thanks,
Gert.

Similar Messages

  • Issue in User decision title in Email Notification

    Hi,
    We have used extended notification to send email notifications for PR, in User decision step I have used the decision title as "Purchase Requisition Decision for &". But when we schedule the SWN_SELSEN as a background job, in SOST email subject is not same as the User decision step title it is as "New work items in your Workflow inbox".
    Could you please let me know how to get the description same as User decision step.
    Thanks,
    Sriram.

    Hi Sriram,
    Please check General settigns of SWNCONFIG. Here check eliment 'SUBJECT_WF_INBOX'. Here its default value is NASWN070, which is nothing but the message of SWN class. Chcek Message No 70 of SWN class which states that ''New work items in your Workflow inbox'' which you are getting currently. Please provide your message instead of the standard one.
    Hope this will solve your problem.
    Regards,
    Smit

  • HT201317 Remove the "By user name" title in Photo Stream

    Is there a way to remove the "By User Name" title displayed in the upper right-hand corner of a shared Photo Stream? I sell stuff online and I would like to use the Photo Stream to post photos of, let's say, a furniture set. However, I'd like to maintain a little privacy by not having my first and last name displayed in the shared Photo Stream page.
    Is there a way to do that, or would I have to change my profile name entirely to something like Furniture Master, so that iCloud displays that instead?

    I don't think Photo Stream is for commercial use.

  • I have recently transferred data from my old PC to my new Mac Book Pro (Mavericks OS). Each transfer creates a new User account (titled 'Owner', 'Owner 1', etc).  I want to merge the files from these transfers into my main user account.  Help?

    I have recently transferred data from my old PC to my new Mac Book Pro (Mavericks OS). Each transfer creates a new User account (titled 'Owner', 'Owner 1', etc).  I want to merge / consolidate the files from these newly created User accounts into my main user account.  Is there a tutorial for this process, or any tips?  Anyone? 

    Four transfers.  After the initial attempt with Migration Assistant failed (after hours and hours of wifi transfer) I did "mini-transfers" of more manageable, smaller bits of files -- my music in one, photos in another, etc.  Since posting my question in this forum, i contacted Apple support, chatted with Angela, and she suggested getting an ethernet-USB adapter for my mac, connecting my external drive with ethernet and transferring files manually -- that is, NOT using the Migration Assistant at all.  She sent me this link to help:  Switch Basics: Migrate your Windows files to your Mac.  I appreciate your response, tho', Csound1! 

  • How can i create a new user with only read rights ?

    How can i create a new user with only read rights ?

    You are asking about a Database User I hope.
    You can look into the Oracle 8i Documentation and find various privillages listed.
    In particular, you may find:
    Chapter 27 Privileges, Roles, and Security Policies
    an intresting chapter.
    You may want to do this with the various tools included with 8i - including the
    Oracle DBA Studio - expand the Security node and you can create USERS and ROLES.
    Or use SQL*Plus. To create a
    user / password named John / Smith, you would login to SQL*Plus as System/manager (or other) and type in:
    Create user John identified by Smith;
    Grant CONNECT to John;
    Grant SELECT ANY TABLE to John;
    commit;
    There is much more you can do
    depending on your needs.
    Please read the documentation.
    -John
    null

  • I have a user on Adobe Reader X.  whenever they open a .pdf file, the form fields do not auto-fill u

    I have a user on Adobe Reader X.  whenever they open a .pdf file, the form fields do not auto-fill until you click in the box.  Is there a setting that can be changed to make the form open properly?

    Sounds like the form fields were filled in on a Mac using Mac Preview. This cannot be fixed in Reader only Acrobat. Ask the person who filled in the form to redo their work in Adobe Reader.

  • User to write/read in file folder

    Hi Gurus,
    We are testing File receiver with NFS protocol and the server is running on UNIX system.
    So Which user will write/read these files in the foder.We could not able to write files even though we have given right access.
    Kum

    So Which user will write/read these files in the foder.We could not able to write files even though we have given right
    access.
    Ask the target-folder admins to provide full access to a user and then use this user in your channel.....user should have 777 access.... in UNIX it is done through chmod 777 ..... for exact notation/ format just make a search on google (the folder-admins would be knowing the format)
    Regards,
    Abhishek.

  • RE: (forte-users) XML Parser - Reading an XML document intothe Document

    Hi Laks
    Here is an example of converting a XML doc to a DOM object.
    The method is ParseXML(pXMLString:TextData, pListType:CSAListInterface).
    Hope this helps.
    Argyris Simakis
    Corporate Services Applications ITB
    Sydney AUSTRALIA
    -----Original Message-----
    From: Narayanan, Lakshmi [mailto:lnarayanoxhp.com]
    Sent: Thursday, April 06, 2000 8:31 AM
    To: 'kamranaminyahoo.com'
    Subject: (forte-users) XML Parser - Reading an XML document into the
    Document Object
    Importance: High
    Hi guys,
    I have been trying to read an XML file and feed it into the XMLParser.
    I have read about the DOM API, and i can work with the DOM API in java
    scripts. How
    will i play with it in TOOL implementation of DOM API. Can anyone guide me
    in this
    process.
    Thanks for your help.
    Laks
    For the archives, go to: http://lists.xpedior.com/forte-users and use
    the login: forte and the password: archive. To unsubscribe, send in a new
    email the word: 'Unsubscribe' to: forte-users-requestlists.xpedior.com

    Hi Laks
    Here is an example of converting a XML doc to a DOM object.
    The method is ParseXML(pXMLString:TextData, pListType:CSAListInterface).
    Hope this helps.
    Argyris Simakis
    Corporate Services Applications ITB
    Sydney AUSTRALIA
    -----Original Message-----
    From: Narayanan, Lakshmi [mailto:lnarayanoxhp.com]
    Sent: Thursday, April 06, 2000 8:31 AM
    To: 'kamranaminyahoo.com'
    Subject: (forte-users) XML Parser - Reading an XML document into the
    Document Object
    Importance: High
    Hi guys,
    I have been trying to read an XML file and feed it into the XMLParser.
    I have read about the DOM API, and i can work with the DOM API in java
    scripts. How
    will i play with it in TOOL implementation of DOM API. Can anyone guide me
    in this
    process.
    Thanks for your help.
    Laks
    For the archives, go to: http://lists.xpedior.com/forte-users and use
    the login: forte and the password: archive. To unsubscribe, send in a new
    email the word: 'Unsubscribe' to: forte-users-requestlists.xpedior.com

  • RE: (forte-users) XML Parser - Reading an XML document intothe D ocumen

    Hi Simakis,
    Your attachments explained the exact start i was looking for.
    Thanks a lot for sharing.
    Thanks
    Laks
    -----Original Message-----
    From: Simakis, Argyris [mailto:Argyris.Simakisdet.nsw.edu.au]
    Sent: Thursday, April 06, 2000 12:35 AM
    To: 'Narayanan, Lakshmi'
    Cc: 'kamranaminyahoo.com'
    Subject: RE: (forte-users) XML Parser - Reading an XML document into the
    D ocument Object
    Hi Laks
    Here is an example of converting a XML doc to a DOM object.
    The method is ParseXML(pXMLString:TextData, pListType:CSAListInterface).
    Hope this helps.
    Argyris Simakis
    Corporate Services Applications ITB
    Sydney AUSTRALIA
    -----Original Message-----
    From: Narayanan, Lakshmi [mailto:lnarayanoxhp.com]
    Sent: Thursday, April 06, 2000 8:31 AM
    To: 'kamranaminyahoo.com'
    Subject: (forte-users) XML Parser - Reading an XML document into the
    Document Object
    Importance: High
    Hi guys,
    I have been trying to read an XML file and feed it into the XMLParser.
    I have read about the DOM API, and i can work with the DOM API in java
    scripts. How
    will i play with it in TOOL implementation of DOM API. Can anyone guide me
    in this
    process.
    Thanks for your help.
    Laks
    For the archives, go to: http://lists.xpedior.com/forte-users and use
    the login: forte and the password: archive. To unsubscribe, send in a new
    email the word: 'Unsubscribe' to: forte-users-requestlists.xpedior.com

    Hi Simakis,
    Your attachments explained the exact start i was looking for.
    Thanks a lot for sharing.
    Thanks
    Laks
    -----Original Message-----
    From: Simakis, Argyris [mailto:Argyris.Simakisdet.nsw.edu.au]
    Sent: Thursday, April 06, 2000 12:35 AM
    To: 'Narayanan, Lakshmi'
    Cc: 'kamranaminyahoo.com'
    Subject: RE: (forte-users) XML Parser - Reading an XML document into the
    D ocument Object
    Hi Laks
    Here is an example of converting a XML doc to a DOM object.
    The method is ParseXML(pXMLString:TextData, pListType:CSAListInterface).
    Hope this helps.
    Argyris Simakis
    Corporate Services Applications ITB
    Sydney AUSTRALIA
    -----Original Message-----
    From: Narayanan, Lakshmi [mailto:lnarayanoxhp.com]
    Sent: Thursday, April 06, 2000 8:31 AM
    To: 'kamranaminyahoo.com'
    Subject: (forte-users) XML Parser - Reading an XML document into the
    Document Object
    Importance: High
    Hi guys,
    I have been trying to read an XML file and feed it into the XMLParser.
    I have read about the DOM API, and i can work with the DOM API in java
    scripts. How
    will i play with it in TOOL implementation of DOM API. Can anyone guide me
    in this
    process.
    Thanks for your help.
    Laks
    For the archives, go to: http://lists.xpedior.com/forte-users and use
    the login: forte and the password: archive. To unsubscribe, send in a new
    email the word: 'Unsubscribe' to: forte-users-requestlists.xpedior.com

  • User rights: only reading

    hello.
    I'd like to create a user with only reading rights, on all a server.
    How to create that user, because I didn't see nothing in the useradd command options?
    Thank you

    That's because it's not an option of the useradd command.
    The easy way I see for going about this is by creating a new group for this user, which isn't used for any other users.
    * The user's homedir is the only place where it'll be allowed to write, with the exception of /tmp.
    * The user can only read (or execute) all other files on the system, since it doesn't own any of these files, nor does his group.
    But this isn't even close to what you want.
    I'm curious if someone knows a real solution :)

  • When I print a weekly calendar from Lightning, the title reads "Week 10". Is there a way to change this to my name?

    I need a little more formatting flexibility from Lightning. When I print a weekly calendar, the title reads "Week 10" in large bold print. Is there a way to change this to my name? I searched through the entries in the Tools/Calendar/Advanced file, but didn't find what I was looking for.
    Thanks in advance!

    guigs2: I appreciate your kind response. But please let me clarify: it's not the calendar's title that I'm trying to change, but the notation of which week of the year the calendar has noted. When printing the weekly task view, the calendar's title is at the top. A subheading is then available to edit as well. But what I'd like to edit is the third heading, which this week reads "Week 10". It's the "Week 10" that I'd like to edit. Is there an entry in a configuration file that I could edit, or ???
    Thank you for your time and interest!

  • Can't run command because user is in read-only mode.

    Hi
    I try to execute any sql statment i am getting this error.
    Can't run command because user is in read-only mode.

    user493528 wrote:
    I am having the same issue with Benthic when I do the With clause.
    I understand this is not related to Oracle but did anyone had issue related to this. I am getting the same error. Is it related to ODBC driver of how Benthic use to connect etc.,? I do not know.
    Thanks
    Gopihttp://www.benthicsoftware.com/support.html

  • Why "Outlook Express" users can't read email from Mail.app ?

    Why "Outlook Express" users can't read email from Mail.app ? Any explanation ? Select a good format,that's a good explanation,but i can't know each time if our recipients use "Outlook Express".

    There are no completely bug free email clients including the Mail.app and Outlook has its share of bugs for such an old/mature email clients and some glaring ones that MS has been aware of for a long time but has chosen not to do anything about since these do not affect exchanging email with other Outlook users.
    Outlook has always had problems with Mail's RTF and the degree depending on the Windows and Outlook versions used by the recipient.
    Check this link.
    http://homepage.mac.com/thgewecke/woutlook.html

  • User Defined function in "Decision between multiple alternatives"

    Hello,
    I am looking to create my own User Defined function in the formula builder of the process type - "Decision between multiple alternatives" in a process chain.
    Could anyone advise please how this can be done?
    Many Thanks,
    Abhijit

    Hi Abhijit,
    Where you want create you own user definefunction in Intergation planning or some where else.
    Please specify your requirement.
    Thanks and Regards,
    Venkat.

  • Server 2003: make user template with read-only access for shared folders

    I have need to make a type of user (like Administrator, Power User, Mobile User, User, etc.) that has read-only acess to shared folders. So when I make a new user and assign the "read-only user" template I wish to have, the user can open files
    in the shared folders on the server, but not edit, save or delete files. Other users can and should remain able to edit, save & delete.
    Before I dig in, is this even possible?

    You could create a Group called ReadOnly, and set that to have Read on the ACLs of the relevant files or folders.
    Make that template user a member of that group.
    As long as they are not also a member of another group that gives them higher permissions, this would work.
    Otherwise set the ReadOnly group to deny Write, which would over ride any other permission set.
    So,
    Folder A
    ACL:
    ReadOnly : R
    Users: Read/Write
    If a user is a member of Users & ReadOnly, they would get read/write to Folder A. As permissions are cumulative.
    If you did the following:
    Folder A
    ACL:
    ReadOnly : R
    ReadOnly: Deny Write
    Users: Read/Write
    The users in ReadOnly would be denied write, as it overrides the cumulative permissions.
    Robert Pearman SBS MVP
    itauthority.co.uk |
    Title(Required)
    Facebook |
    Twitter |
    Linked in |
    Google+

Maybe you are looking for

  • IPod Shuffle 2nd gen and Mac problem/troubleshooting guide

    Ok, warning this is going to be a little long... The problem: Brand spanking new out of the box ipod shuffle 2nd gen won't play songs after ipod assistant setup. Flashing green/orange lights. Also will not update or restore (greyed out). Shows up as

  • How to resolve itunes app purchase issues in India

    I purchased a package from DailyYoga app which I got billed for via itunes, but the package is not enabled on my ipad after 3 days of when the purchase amount showed up in my credit card. I've contacted the DailyYoga folks directly via their website

  • Debug Mode -WebDynpro

    Hi, I configured everything for debugging. I set a breakpoint and it works but where can i go and see returned values?. Also when the breakpoint hits while debugging how do i step line by line or resume or move onto next line. When my debugger hits t

  • Help with Comboboxes inside a repeater

    Hi, I have a problem that I really need some help, if anyone knows how to do it. I have to make in flex a dynamic form that has X questions and each question can be answered 3 times by sellecting Y options in a combobox. As you can Imagine the number

  • I forgot my security questions, and the reset info won't send to my primary email

    how can I get the security reset info sent to my primary email?