Read actions set in an order

Hi All,
Is there any function module or program or any table to read the actions set in an order.
For example in my service contract 2 actions (1.send conf letter,2. trigger WF for xyz.. )are set based on the action profile.
now i would like to display those actions for each service contract in my report .
Please help me in this.
Regards,
Suresh.

HI,
You can get the list of Action Definitions form the table PPFTTTCUT if you know the action profile (Enter Language Key as E)
Also if you want to get the action profile from a transaction type refer the table CRMC_PROC_TYPE.
Regards,
PP

Similar Messages

  • Default Action/Effect in an Action Set in PSE5

    I have a Photoshop action set that contains a "main" action that performs some functionality and calls a bunch of "sub" actions. The main action is listed first in the set and is automatically picked up as the default action and executes successfully when installed into PSE6, PSE7 & PSE8 and also works as expected in a German version of PSE5 but in an English version of PSE5, somehow the second action (ie a "sub" action) is being executed rather than the first. Is there any way of configuring the default action or forcing PSE5 to recognize the first action as the action to run? If not, does anyone know what algorithm PSE uses to determine the action to run? The action being run isn't first (or last) alphabetically nor positioned first (or last) in the action set. Any thoughts/assistance would be greatly appreciated. Thanks.

    Thanks for the response. I think I confused things by bringing up the German version... The action was created in a standard English version of PS CS2 then adjusted and resaved in a standard English version of PS7. It was then packaged and tested in English (and non-English) versions of CS3, CS4, CS5, PSE6, PSE7 & PSE8 without any issues. It was also tested in a German version of PSE5 and worked without any concerns but when tested in 2 different standard English versions of PSE5, it appears that the second action in the action set is the one that is being recognized and run, rather than the first action in the set. The first action is named as "Make Patterned Papers" and the other 20 or so actions are named as "code -- (reference number)" in a lame attempt to slightly obscure the functionality from the PS users. The first "code -- (reference number)" action listed after the "Make Patterned Papers" is the one that is being picked up by PSE5 as the action to run. The actions are not listed in alpha/numeric order and the action that is being picked up by PSE5 is not the first alphabetically either. I tried copying all of the actions to a new action set and using this instead, but had the same result.

  • How to delete all Action Sets in the Actions Palette

    I'm in need of a piece of JavaScript code that will delete all the Action Sets in the Actions Palette. I've scripted the logic to load the appropriate Action Set once needed but I don't want to end up with duplicates at the end of processing the batch.
    Any help would be most appreciated.
    TIA, Scott

    > Could someone clue me in; I'm lost?
    getActionSets = function() {
    var i = 1;
    var sets = [];
    while (true) {
    var ref = new ActionReference();
    ref.putIndex(cTID("ASet"), i);
    var desc;
    var lvl = $.level;
    $.level = 0;
    try {
    desc = executeActionGet(ref);
    } catch (e) {
    break; // all done
    } finally {
    $.level = lvl;
    if (desc.hasKey(cTID("Nm "))) {
    var set = {};
    set.index = i;
    set.name = desc.getString(cTID("Nm "));
    set.toString = function() { return this.name; };
    set.count = desc.getInteger(cTID("NmbC"));
    set.actions = [];
    for (var j = 1; j <= set.count; j++) {
    var ref = new ActionReference();
    ref.putIndex(cTID('Actn'), j);
    ref.putIndex(cTID('ASet'), set.index);
    var adesc = executeActionGet(ref);
    var actName = adesc.getString(cTID('Nm '));
    set.actions.push(actName);
    sets.push(set);
    i++;
    return sets;

  • "Error while reading Exceptions" - Message No. /SCMB/ORDER 351

    Hello,
    An error message that we are getting as "Error while reading Exceptions" - Message No. /SCMB/ORDER 351 while entering a Work Order Number in the 'Work Order details' screen in the SNC Web UI. So, please let us know how to tackle this error in SNC.
    Regards,
    PCN

    Hello Pavan,
    This message can occure at multiple places. Most of these are status reading and checking in the /SCA/CL_SVORDER class. The following methods can throw this message:
    CHECK_ITEM_EXCEPTION_STATUS
    You can set a BP at line 20 and debug the STATUS_CHECK function.
    GET_ITEM_EXCEPTION_STATUS
    You can set a BP at line 29 and debug the STATUS_READ function.
    READ_ITEM_EXCEPTION_STATUS 
    You can set a BP at line 31 and debug the /scmb/cl_odm=>get3_by_id method.
    I hope this will help you.
    Regards,
    Richard

  • Unable to set the tab order in a form I am creating

    Hello,
    I have a form that I created a bunch of fields for. I did make some of the fields out of order, but was not concerned as I figured I would set the tab order as I have in the past.
    However, for this set of fields, not mater what I do, and how many times I try to set the tab order manually, it skips over a bunch of fields. Even if I try to let acrobat automatically set the tab order, it still doesn't work.
    These fields have been made from scratch as well as, copy and pasted to make sure their properties were all the same, other than a unique name. I can't figure this one out.
    Has anyone ever had this happen to them before?
    thanks!!
    babs

    Hi everyone...thanks!!
    I did check the read only issue first, and that wasn't it... and I made sure they were just text fields and never started out as radio buttons...
    At one poin,t a bad param error popped up..... ah ha!!
    So, I exported the file back to postscript (deleting all the fields first)
    and then made new ones and it worked fine...
    Must have been a corrupted file ;-)
    Thanks for the help!!!!
    babs

  • How can I save the order of photos in albums? Even though I have set as album order they revert back

    How can I save the order of photos in albums in Elements 11? Even though I have set as album order they revert back to original order.

    Could you confirm that when you re-open the sorted album, the display order on the top bar just over the browsing space is still in 'album' order ? That order may have been changed to a date order. For me, I get the order of the last album I opened, not necessarily the 'album' order of the present album.

  • How do you create action sets in PSE9?

    I'm trying to figure out how to create my own automated action sets in PSE9. When I go into the Action Player section in the right hand panel, there is a "Tip" that states the following:
    "Tip: Photoshop Elements includes some action sets for you. You may also add your own actions. Please consult the Help file for information on creating and adding your own action sets."
    I cannot find any reference in the Help files for how to do this. Can anyone help with this?
    Thanks in advance, Jay

    Read this in the pse 9 help manual:
    http://help.adobe.com/en_US/photoshopelements/using/WS39F39829-C3F4-4c75-BD7C-8D155CC40C5F _WIN.html
    We'd all like to be able to record actions and such in elements. If you want someone
    from adobe to see your request/complaint, use this form and they will read it:
    (the more people complain about or request a feature, the more likely it might be implemented)
    https://www.adobe.com/cfusion/mmform/index.cfm?name=wishform&product=72
    MTSTUNER

  • Final Issue Indicator not set in maitnenance order after ECC 6.0 upgrade

    Hi,
    We encounter this problem after upgrading to ECC6.0 from SAP R/3 4.6C
    Final issue indicator (RESBD-KZEAR) is not being set in maintenance order (IW33) for sub-component non-stock items in General Data page
    Would be great if anyone could guide in this regard
    Detailed Scenario:
    1) Maintenance Order is created (IW31) is created in plant A
    2) For non-stock items, reservation created by maintenance order creates a purchase requisition
    3) Account Assigned STO (against maintenance order) is created from purchase requisition
    4) Transfer Posting done from Plant B (351 movement) for complete qty
    5) GR at Plant A done (101 movement) for complete qty.
    6) Final Issue Indicator is not set in General Data page eventhough the complete quantity is delivered.
    Thanks
    Edited by: muthukumarv on Apr 2, 2010 8:59 PM
    Edited by: muthukumarv on Apr 2, 2010 9:00 PM
    Edited by: muthukumarv on Apr 2, 2010 9:03 PM

    Hi,
    Please check in the STO if the "Delivery completed" indicator is checked or not?
    If Yes, then search some correction notes of SAP and get it implemented or raise OSS message with SAP to get the Final Issue indicator to be set in maintenance order.
    If No, then ask your MM consultants to investigate that. They can check the config of "Goods Receipt" Or check if the total quantity GR has been done Or some Under delivery/ Over delivery tolerance has been maintained.
    Thanx.
    Nilmoni.

  • How to set default sorting order in ADF Table

    Hi,
    I want to set the default sorting order as ascending in adf table. Please help me regarding how can we do it.
    Using JDev 11.1.1.5.0

    Hi Frank,
    Thanks for the quick reply.
    I have done binding of table with list of pojos.
    The Class for which Data control is created is as:-
    public class DemoDC {
        private List<TableEntity> tableList =
            new ArrayList<TableEntity>();
        public List<TableEntity> getTableList() {
            return tableList;
        public void setTableList(List<TableEntity> tableList) {
            this.tableList = tableList;
    where TableEntity is a pojo which has all the columns as its attributes.
    Now when i do the above steps , after clicking on pencil icon and seecting the iterator name in the iterator tab (DemoDC-> tableList) , and selcting the 'sort criteria' tab when i select a column and try to set the sort order  I get error as ' Iterator can not be created for the selected node ' .

  • How to get and set the column order in SharePoint list forms

    Hi,
    I want to read the column order of the SharePoint list forms in SharePoint 2003 sites using any of the available web services and need to set the same order
    in the newly created list in SharePoint 2010.
    I am able to read the fields from SharePoint 2003 and creating the list with same fields in SharePoint 2010, but the column order is not maintaining in
    list forms.
    Also, I need to created the views from 2003 site to 2010 site.
    Please help me...
    Thanks in advance...

    Hi,
    Please try to use the following code to programatically change the order.
    SPList list = web.Lists["Example List"];
    if (list.ContentTypes.Count > 0)
    SPContentType ct = list.ContentTypes[0];
    string[] names = {"Example_x0020_One", "Example_x0020_Two", "Example_x0020_Three"};
    ct.FieldLinks.Reorder(names);
    ct.Update();
    Here is a similar thread for your reference:
    https://social.technet.microsoft.com/Forums/en-US/ce66fd65-2882-4bda-8142-89e116d8b90f/how-to-set-the-order-of-the-fields-in-list-forms?forum=sharepointdevelopmentprevious
    Best Regards
    Dennis Guo
    TechNet Community Support

  • LighterRoom to Photoshop for Action set, need to export?

    Hello,
    I edit my photos in Lightroom 2.0 and use Photoshop CS3 to run a self made action set to batch resize, set color profile, and add trasparent watermark.
    Do I need to export all my photos from Lightroom then run Photoshop to batch process all the exported images. I don't like exporting my photos twice, this is why I ask...
    Thank you
    ken

    That sounds like exactly what I need, I've tried it but the droplet itself crashes every time. Both when an image is dragged/dropped onto the icon in explorer and when used as a post processing option in LightRoom. The image does not even open, Windows just brings up a 'Photoshop droplet has stopped working' message.
    How odd...

  • Need to set the tab order in HTMLB controls

    I readed in another thread that it was not possible to set the tab order in HTMLB controls on BSP forms.
    However it was possible to do a little workaround, by setting the tooltip property, and put in the tabindex in that. Because Browsers do understand the property tabindex.
    Examble:
    <htmlb:inputField id="authorfname1"
    tooltip='tooltip1" tabindex="2'
    value = "<%= authorfname %>" />
    HTML Output would be like this:
    <input title="tooltip1" tabindex="2" class="sapEdfTxtEnbl"
    size="20" name="authorfname1" id="authorfname1" value="">
    <b>It works a little bit differently in my HTMLB controls.</b> Output is like this:
    <input title="tooltip1&quot; tabindex=&quot;2" class="sapEdfTxtEnbl"
    size="20" name="authorfname1" id="authorfname1" value="">
    <i>It doesn't work. " becomes &quot; <b>How do I solve this?</b></i>

    thanks for sharing the info.
    to handle your issue you could do the following
    <% data: replace_string type string .
    clear replace_string .
    replace_string = `<input  tabindex="2"`.
                  %>
                  <bsp:findAndReplace find    = "<input"
                                      replace = "<%= replace_string                  %>" >
                   <htmlb:inputField id="authorfname1"
    tooltip="tooltip1"
    value = "<%= authorfname %>" />
                  </bsp:findAndReplace>
    Hope this helps.
    Regards
    Raja

  • How can I set the tab order in a form?

    How can I set the tab order in a form?

    Sorry. I don't mean page tabs, but the order in which form fields are selected by the tab key. In simple html there is a value called tabindex and I was just wondering if there is a way to assign this order within a portal form. I have basically recreated the form with a custom layout and adjusted the table structure to force the order I was looking for, but it would be a nice add for future versions.

  • Action Set renamed - Now actions won't run

    I had a set of actions named "Kevin's Actions" to "Kevin's Actions CS5" (I have both CS5 and CS3 installed.
    However, when I tried to run actions that had references to an action entitled "Kevin's Actions" it wouldn't run. Seeing the problem I tried simply dropped the CS5 and renamed the action set BACK to the original "Kevin's Actions".
    THE PROBLEM: The actions still won't run.
    Is there a way to get them running again? I really don't wan to have to re-creating them ....????
    Thank,
    Kevin

    Hi guys,
    Below are screen shots of the first action in the set,  the First action it calls out and the error message I am receive. I checked spelling, spacing and capitalization and it all seems clean to me???? You'll probably have to enlarge these to see properly:

  • Illustrator CS4 does not save an action set

    In Illustrator CS4, english, under Windows XP SP3, english, I created a new action set and wrote some actions. It works. Later, I selected in the Actions menu the command Save Atctions... It opened a system' Save window, let me choose a folder and press OK, but does not do anymore else: without any word, it doesn not save a file. It does not hang, let me select folders, edit name... It seems, what Illustrator forgets about action.
    How to nuge Illustrator CS4 to finish saving actions?

    sana,
    You may try to Move the folder.
    Just deleing it may not be enough.
    If that does not help, a reinstallation of Adobe Acrobat/Reader may.

Maybe you are looking for