Action. Condition definition.

Hello everyone,
I am sorry for 'stupid' question, but I have nobody to ask except you.
When we define Condition expression (Schedule or Start) is it possible to use arithmetic operators ('+', '-' etc.) to add days, weeks to Data type? If yes, how?
Kirill.

Hello Arun,
Thank you for replay.
It seems that Date rules trigger only once at document creation moment (Irrelative of checkbox 'Determinate date only once' value. What does this checkbox mean at all?).
For my case I have to calculate overdue date bounded with date when document get some status. E.g. Overdue date = Status 'X' Date + 2 weeks.
As workaround, Status 'X' Date could be replaced with 'Last change document date'.
Kirill

Similar Messages

  • Action Condition by Sales Org / Dist Channel for Opportunity Management

    Hi,
    i need to set action condition by Sales Org / Dist Channel for Opportunity.
    i tried using object BUS2000111 but can't find any parameter referring to Sales Org/Dist Channel.
    any lead really appreciated.
    JD

    Hello Jushan Djuwardi,
    Can you please tell me how you solved this question.
    Thanks.

  • Unable to Transport the Date rules in action condition

    Hi Experts,
    I am unable to Transport the date rules in the action condition in my actions to the Quality system from development system. the screenshot for development system- and the quality system are attached.
    I tried to include the Action condition twice in the transportfrom Development  but somehow the date rule is missing in the
    action condition aftre  transpor to the quality systemt.
    The date rule has been transmitted sepaartely into the Quality system and is available there. Please help me in this
    Thanks,
    Rohit

    hello
    did you get to solve this problem? I'm having the same issue and havent been able to figure it out yet on how to solve it
    thanks

  • Action conditional on random number

    Hi,
    I would like to execute actions conditional on some random number.
    E.g. I have
    Action #1
    Action #2
    Action #3
    My Automator app should in the end randomly execute one of those 3 actions.
    In php I would code as follows:
    $r=rand(1,3);
    if ($r==1)
    action1();
    else if ($r==2)
    action2();
    else
    action3();
    How can I do this within automator?
    Thanks,
    Tassilo

    ok, thanks.
    so it is 100% sure that I cannot start some specified action depending on a (random) variable?
    another question:
    sometimes my automator app gives an error dialog "watchmedo encountered an error".
    this blocks the app to be restarted automatically (I schedule my apps on a repeated basis), as the app still open.
    how can I suppress error dialogs like this? or can I quit the app once an error is encountered?
    those error dialogs (which only go away by clicking OK) kill the possibility to restart the app automatically ...
    thanks.

  • Condition Definition Logic group/alone

    Hi All,
    can some one help me to understand the logic for condition definition within one query .........
    1 - one condition with different parameter........
    Exmp...
    Within one condition 1
    Parameter 1 -- Amount <
                    2 -- balance =>
    2 - two different condition......
    Exmp ..
       condition 1 -- amount <
                     2 -- balance =>
    Regards
    SSMS
    Edited by: SSMS on Nov 20, 2008 5:24 PM

    SAP's detailed explanation on Conditions -
    http://help.sap.com/saphelp_nw04s/helpdata/en/43/b57138c1afbd20e10000009b38f889/content.htm
    Abhijit

  • Extend container in action condition

    Hi,
    We need to extend the container in the action conditions (CRM).
    We have to take an attribute of a customer (for instance status of customer, for example VIP), and we need to add this field to the conditions of the action to be taken into account.
    I found the badi CONTEXT_EXTEND_PPF, but I do not know how would I do to add a new field to be taken.
    Thanks in advanced, because we need to treat the service orders of VIP Customers different from the rest.
    Fernando

    Hi Fernando
    That is correct the note I gave you is for Business Objects.
    What is your exact requirement.
    My assumption was when a transaction is created for a VIP customer then an action must be trigerred.
    If this is true then you need to do the following.
    1. using EEW create a field .
    2.Populate this field from the customer master into the transaction.
    3.Implement the note 816456.
    4. the field will then appear in the action condition table.
    You can trigger the action then for VIP customers.
    If this is not the scenarion then please let me know.
    Hope this helps.
    By the way please reward if this helps.
    Thanks

  • Processing types in an action condition

    Hi
    Can I have two processing types for an action condition.
    Like a Method Call and a Send email.
    Thanks
    Tarang

    Hello, Tarang.
    Yes, you can set a number of processing types for an action. For this go to an action defenition, then navigate to Processing Types and there choose 'New entry', in the field "Assignment" choose processing type using value help and enter details.
    Hope this will help.

  • Action manager definition

    Hello there,
    I am getting an error message after copying ABAP program RELEABL3 to Z*.
    The error message is:
    "Action Manager definition report' ZRELEABL3 id 0001 status 0000LIST not available."
    Do anyone know how to create Action Manager for specific program.?
    Thank you in advance.

    Hi,
    Copy all the GUI Status 0001LIST also.
    Open the program RELEABL3 in SE80 and find out which are all the objects you have missed.
    Copy them and activate.
    Regards
    Subramanian

  • Text Entry Box--Advanced Actions--Conditional Statement--Double quotes in literal input value

    Hello forums,
    I'm new to the forums (and Captivate in general), but I'm having a real problem carrying out a tutorial design and I think you may be my only hope.  Let me explain what I want to do and the difficulty that I'm having:
    I'm an instruction librarian at a university, and I'm designing an interactive tutorial for English 100 students to complete in order to become familiar with how to search the library catalog.  What I've done is taken a screenshot of the catalog search page, made it the background of a slide in Captivate (vers. 6), and placed a text entry box over the search bar in the screenshot.  The idea is for the students to conduct a simulated search by choosing one of three suggested search string formulations, and depending on the search string they enter, the tutorial will jump to a slide featuring a screenshot of what the actual search results would look like.  The idea is to emphasize the use of keywords over full-sentence phrases, and the use of double quotation marks to enclose multi-word search terms.
    So I've set the action for the TEB to "Execute Advanced Actions" and then created some IF/THEN statements in the "Advanced Actions" pop-up window (with action type set to 'conditional'). The script is such that if the student enters the first search option (how does sleep affect college students) in the TEB, the tutorial jumps to 1 slide, if they enter the second option (college students AND sleep), featuring a Boolean operator (AND), the tutorial jumps to a 2nd slide, and if they enter the third option ("college students" AND sleep) with the double quotes around "college students" and the Boolean operator, the tutorial should jump to a 3rd slide.  This action script works fine for the first two input options, but I can't make it work for the third search option.
    I think that it has something to do with the fact that the third input option features double quote marks, and this seems to throw off the script (I tried a quote-less input value for the third IF/THEN just to make sure that it would work jumping to the 3rd slide and it did), and I'm wondering if anyone has any suggestions as to how I can get around this issue.  Again, I need it to work so that if the student enters "college students" AND sleep, with the quote marks and the Boolean operator, the tutorial will jump to a slide showing the search results if those search terms were used in a real search of the catalog.
    I'd be extremely grateful for any help that anyone here can give me, we've been trying to make our online tutorials more engaging and interactive (and therefore more interesting), and I think this would be a great way to teach students about using quotes in their catalog searches.
    Thank you for your time and consideration.
    Andrew Wilk
    College Library
    UW-Madison

    The tutorial is for a "how to use catalog searching" instruction in an undergraduate library session.  We use boolean operators (AND, OR, NOT) to combine search terms, ex. to search for books about the sleeping habits of college students, I would enter "college students AND sleep."  Because "college students" is a multi-word phrase to describe one concept, I need to put quotation marks around the phrase to prevent the catalog from searching for the individual words separately, so the most correct search becomes ["college students" AND sleep] with quotation marks around only "college students," a user-typed "AND," and the word "sleep" (no q-marks).
    A colleague of mine worked out a pretty cool (if complicated) solution that I'll share if anyone is interested.  Since the q-marks where the problem, we've set it up so that the TEB validates the response for the search string with q-marks around "college students." If they enter it correctly, the tutorial jumps to the corresponding slide. The attempt # is set to 1, and if the user fails to enter the validated phrase (they misspell or use one of the other response options) then the TEB is set to run an Advanced Actions Script in which the other two options are scripted in IF/THEN statements that cause, when the term is entered correctly, the tutorial to jump to their corresponding slides. We've created another tab of IF/THEN statements that say that if the response is NOT equal to one of these response options, then the slide restarts (technically the slide "jumps" back to itself and starts over) and the user gets another chance to start the cycle over again.
    I know this is confusing (I had a really hard time explaining it in words), so if anyone is interested I could make a Jing video when I have some time.
    Thank you for all your suggestions

  • Action Condition

    Hi I have created an action which needs to send an email in case a transaction of certain type has been created in CRMD_ORDER. the BO for Activity is: BUS2000126
    Now I need to write a Schedule and Start Condition:
    1) Check that Customer (Activity Partner) has Business Partner Role = BUP001 (Contact Peron).
    2) Check that Employee Responsible <> Created by (User who created the Activity). So in here as i understand we either have to get a BP ID for a Created By User OR get a Username for a Employee Responsible ID. However, in BO BUS2000126 Function Module BP_CENTRALPERSON_GET (it convert username - bp id and vice versa) is not available. There is only BAPI_BUPA_CENTRAL_GETDETAIL which doesnt serve the purpose.
    Question:
    1) Is there a way to actually write custom logics that will trigger my action? Method etc? or if its not possible->
    2) How can I write this condition using a BO BUS2000126?
    Thanx!

    Hi,
    This can be done in 2 ways.
    First way: You can enhance the BO BUS2000126 to bring the partner data of your activity and create the condition in action.
    Second Way: You can do the condtions(if partenerrole = 'BUP001') in action code and retrive the data using FM CRM_ORDER_READ.
      CALL FUNCTION 'CRM_CONTEXT_GET_ACTUALGUID_OW'
        IMPORTING
          ev_ref_guid = lc_guid.
        APPEND lc_guid TO t_header_guid.
        CALL FUNCTION 'CRM_ORDER_READ'
          EXPORTING
            it_header_guid       = t_header_guid
            it_requested_objects = t_req_obj
          IMPORTING
            et_doc_flow          = t_doc_flow
            et_status            = et_status_read
          EXCEPTIONS
            document_not_found   = 1
            error_occurred       = 2
            document_locked      = 3
            no_change_authority  = 4
            no_display_authority = 5
            no_change_allowed    = 6
            OTHERS               = 7.
        IF sy-subrc <> 0.
          rp_status = 2.
          EXIT.
        ENDIF.
    Best regards,
    Caíque Escaler

  • Action condition through user status as well as date profile

    Hi All,
    My scenario is like action will be triggered through date. I have the scenario like we hv to create the exchange order and after that we hv to create the sales prder. The maximum time gap betewwen the exchange order and sales order is 1 month. If customer does not return the goods within 21 days we hv to send a mail to customer saying "you have another 7 days to return the product" means before 7 days we hv to send a warning mail to customer. Again if the customer send the old goods then we will make a fresh order on the reference on exchange order. Can u tell me how can I achieve this through action peofile. That is condition will be date management and user status.
    Status is opened state. Before 7 days mail will be sent to customer. If customer does not return the product the status will be cancelled.
    How mail will be sending to customer automatically after 21 days to return the products?
    Your help will be appreciated.
    Thanx
    Chinmaya

    Hi Madhu,
    Thanx for ur valuable time. I know the configuration of action profile and sending the mail to customer. But my requirement is suppose I create the exchange sales order today, the customer is supposed to return the product within 1 month. If customer does not return the product within 21 days I should send a warning mail on 21st day. I know to create everything, but my requirement is if I create the exchange order today, how automatically mail will go on 21st day to the customer. I created the action profile, created the date profile. But in action condtion when I am going to give the condition I am not seeing any condition that should executed through Date profile. I can execute the conditon based on user status, system status, priorityetc. But I am not seeing any condition which will be executed through Date profile.
    Can u tell me how can I maintain the condition through Date profile. I have assigned the date profile to the Transaction.I have assigned also status proifle, Action profileetc whatever needed to be done.
    Please help by giving valuable answer in step by step.
    Thanx
    Chinmaya

  • Configure Action conditions based on Ibase

    Hi,
    In the transaction CRMC_ACTION_CONF I would like to define a condition for an action that tests the IBASE component of the current solman document?
    How to define the condition based on Ibase?
    Kindly help me out at the earliest.
    Thx,
    Waseem.

    Hi,
    You can create an action which will call a method that you will develop. This action should be called continuasly, ie you will not schedule any start conditions. In your method you will put your conditions, so the action will be called every time your z fields or your ibase will have certain values. In any other case your action will not be executed. Then, in the z method you developed, you will trigger the program to send automatically mails in the recipients you want to.
    Regards
    Costas

  • Partner Function in Action - Conditions

    I need to use "Employee Responsible = NULL" in one of the Conditions in Actions for the Business Object BUS2000116.
    Is it possible?
    Thanks in Advance,

    Hi,
    Could you please explain about the condition that you have mentioned. What is NULL represents, genrellay when you select Expression1 as Employee responsible you can only assign BP number in Expression 2.
    Murali

  • Scheduled action condition according calendar

    Hello.
    Can somebody tell me how to use in expression (of scheduled condition for action) container value like a Factory calendar day? I need in codition which will manage the appearing in action list my defined action.

    Daniel,
    I'm not sure but you may want to try it out. Deselect the Propose Delivery Date option in the Sales Document type and then try. Maybe the system in proposing the date because of this configuration and is not changing as per customer calendar
    Regards
    Nadarajah Pratheb

  • Problem faced in condition definition in Query output

    Hi Gurus,
    I have a scenario where i have flat file input with Regcode, Weekno, Vehicleno as characteristics. Mileage, idletime as Keyfigures. I have created a report where i need to display the regcode as rows and mileage, idletime as columns.
    But the condition is that value of mileage should be between 0 and 7999 of the  each vehicles for the seperate weeks. I have specified this under condition by selecting the characteristics vehicle no and weekno.and  mileage between 0 to 7999.
    But the problem i am facing is the report gives the summed values of all the vehicles which does not fall between 0 and 7999.
    How to go about ...Guide me...
    Very Urgent...
    Thanks in Advance..
    Regards
    Mano

    Mano,
    Are you saying that it is displaying correct rows but the total is for all values?  If so, select your key figure and look into the Properties section. Change the 'Calculate Results As' to summation.
    Regards
    Gill

Maybe you are looking for

  • IMac shut down suddenly and won't boot back up

    This morning my iMac shut down suddenly.  All I had open was Google Chrome and I was just on Facebook and that's it.  When I tried to boot it back up, it wouldn't load past the startup sound, wherein it would appear to shut back down,or at the very l

  • Can't move email out of inbox

    Hi, I cannot move more than one email (if that) out of the inbox to folders designated "On My Mac" - see first screenshot. Why? Another problem I have run into is that clicking on the '?' on the error message gives me a  blank page in Help Viewer - s

  • How do i connect Apple Tuhderpolt display to PC

    I have desktop (PC) with Ati Radeon 5880, and i would realy like to use Apple Thunderpolt display. (http://www.apple.com/displays/specs.html) How do i connectit Apple Monitor  to PC?

  • Iphone 5 Apple ID lock

    I want to buy an iphone 5 but they are just to expensive and I found one on eBay and the seller wants $250 for it but the phone has one flaw, is locked it needs he previous owners apple id and I want to know if there is any way I can around that ?

  • The report server service is not running on reporting service point server ID: 7403 SMS_SRS_REPORTING_POINT

    Hi, I'm having a problem when I try to install Report Services point, I can browser my report server from my SCCM site but when I install the Reporting point the reports do not load to report server. If I check at my reportserver machine all reports