OTL:Generate Timecard Tasks based on the Period selected on the Period LOV

Hi,
I want to generate the Tasks' LOV Based on what is selected on the Period LOV. It must only list Tasks that are valid/active for the select Period LOV.
I want to integrate the "validation/condition" in the script to generate the PA_ONLINE_TASKS_V view.
Best regards,
Ernest

Ernest,
OTL renders the LOV through its own rendering mechanism and is a wrapper over OAF LOV component. Hence you won't be able to treat it like a normal LOV as it gets rendered at runtime based on layout ldt file.
But you sure can have the LOV based on a previously selected item inside Timecard matrix. Considering your case, the Period list is not inside the matrix, hence your LOV cann't refer to that. But instead if you are willing to use a package choice list, you can get access to the Start date of the selected time period through bind parameter TIMECARD_BIND_START_DATE. Hence my suggestion would be to use a package choice list and use your VO in the function used for choice list.
Instead if you want to use LOV only, make a hidden package choice list where you default it to the Timecard start date through a custom function attached to it and so you
have a field with start date inside the matrix.
Let me know, how it goes.

Similar Messages

  • STO - Generating an Output based on the Plant

    Hello
    I do have a requirement to generate an Output(EDI) based on the Plant to which the material is being delivered to. The condition record that I have in place(Configured via M/59) is Doc. Type/P.Org/P.group/Supplying Plant/Plant. In the list of available fields, i see both Supplying plant as well as Plant. Access sequence and MN04 condition records have been maintained. Likewise an output device has also been maintained. The Q's i have are -
    1. Have any of you had such a  requirment( to use the Plant)?
    2. Plant is at item level and what should happen if the plant in the STO is different at the item level.
    3. SAP have also provided Material, which again is at the item level. What is the logic behind such?
    Appreciate if you can advice.
    Thanks
    Ajay

    Hi Ajay,
    This is related to PP/MM query pls put in the pp/mm form.
    Regards,
    Anil

  • Want to generate target structure based on the comparing of records source

    Hi Experts
    i hava an issue here
    I want to generate target sturecture
    My requirement is
    Source                                                   Target
    LPLRecordset                                        PurchaseRecordset
    a                                                             a
    b                                                             b
    c                                                             c
    d                                                             d
    Tax(Subrecordset                                 1
      1                                                            2
      2
    If LPL data is coming it need to populate Purchase Record fields... if tax is coming then it need to populate with LPL with Tax ,
    If tax Recordset is coming twice it need to populate Purchase Recordset ..
    Plz hep me in this
    how to populate the target , If possible with eg

    Source                                                 
    LPLRecordset                                       
    a                                                            
    b                                                           
    c                                                            
    d                                                            
    Tax(Subrecordset                                
      1                                                           
      2
    Target
    PurchaseRecordset
    a
    b
    c
    d
    1
    2
    If LPL data is coming just it should populate a,b,c,d
    If Tax data is coming it need to populate whole purchase record but only 1,2
    if tax data is repeating 2 times it should populate whole purchase record twice with only tax data populate in the target
    How to map from source to target
    Reply me back if you have any queies

  • OTL Approvals routing based on the project and task type

    We are implementing OTL with Projects in our system.
    We have about 200 projects each with a different project manager. The requirement is to route billable tasks to project managers and non billable tasks to HR Supervisor. Employees may enter time for both billable and non-billable tasks in the same timecard.
    I tried using fast formula approval style, but it does not split the timecard data based on the chosen project - task. All the time entries are sent to the same approver.
    I tried using 2 time categories(using 2 user defined valuesets). However it seems ELA will not work when have different project managers for projects in the same time category.
    Please suggest a way to implement approvals for this requirement

    The best approach here would be a custom Workflow.

  • Generate an Event based on Counter Trigger

    Hello,
    I have the following part that is already working: a counter (used for period measurement) which is triggered by a digital input. After that I'm reading the data and I'm puting them in a Queue. Here I get an error. The Enqueue Element Vi is providing an error. (Error 1, something with a @  character that is illegal). I've notice that if I disable the trigger for the counter I don't get the error. I'm thinking that this is cause by the delay between the moment in which the Enqueue Block tries to enqueue and the moment in which the counter provides something to its ouptut.
    What I want to do is to Generate an Event based on the Counter Trigger Signal and to put all the reading and Enqueue part in an Event Structure. I've tried to do that using an Export Signal - Property Node, but I didn't manage to make it work.
    If you have any solution for this (with or without events -  I just want to get rid of that error) please let me know.
    PS: I have Labview 8.5.1 and the USB-6210.
    Thanks,
    LostInHelp

    Hello Mike,
    Thanks for your replay.
    I've attached two vi files. In one you can find how I've tried to generate an event based on the counter trigger (test.vi).
    The second one (test1.vi) is the vi where I get the queue error. I've deleted from the second vi the part where the data are dequeue and handled.
    Thanks
    LostInHelp
    Attachments:
    test41.vi ‏50 KB
    test110.vi ‏35 KB

  • Creating new task based om completion of previous task in R17

    Hi All,
    Currently in R16, the workflow of creating new task based on "When Modified Record Saved" for Activity entity is not possible.
    Meaning, for ACTIVITY it is not possible to generate new task based on completion of previous one, for example.
    Will it be different in R17? will it be different in the future? Or we will always need to use web service to have this functionality?
    Thanks
    Guy

    I've looked at both threads, and there simply isn't enough information for me to tell you what is wrong.  Please collect a trace (instructions in General forum) and open a case with CSS.  CSS can provide more in depth analysis than what a forum
    post allows. 
    As a shot in the dark, I have seen the issue outlined in the following KB article cause this exact same error message and symptom,
    http://support.microsoft.com/kb/967902
    Best Regards, Mike Briggs [MSFT] -- posting provided "AS IS" with no warranties and confers no rights

  • OTL Create Timecard

    Dear All ,
    i have customized the OTL Create Timecard page to Include the Country, State and City LOV's in Create TimeCard Page through LDT file .
    when i create a Timecard and enter the values for Project, Task , Type and country ,state, city and SAVE.
    These Project , Task , Type and country ,state, city Value's are getting saved in the table HXC_TIME_ATTRIBUTES Table with Attribute_category ='PROJECTS'. under attribute1,attribute2,attribute3,attribute8,attribute9,attribute10
    These values should also be saved in "PA_EXPENDITURE_ITEMS_ALL" Table (Expenditure Item DFF)after running the standard program "PRC:Transaction Import Program"
    can any body please provide a solution as to how to achieve this to be stored in Table "PA_EXPENDITURE_ITEMS_ALL" (Expenditure Item DFF)
    2) Simillarly the Country ,State and City vlaues that are selected in the created timecard page should default at the FreeText Filed's (Country,State,& City enabled at PAEXPENDFF-ST DFF) in the Details Page,
    after running the PRC:Transaction Program, the country,state and City should be stored in "PA_EXPENDITURE_ITEMS_ALL" Table (Expenditure Item DFF)
    can any body please provide a solution as to how to achieve this to be stored in Table "PA_EXPENDITURE_ITEMS_ALL" (Expenditure Item DFF)
    Kindly request you to help us in this resolution
    Thankyou in advance
    Kiran

    Hi,
    I have already thought of that process. Thanks anyway for taking time to reply my question.
    There are scenarios in which, i think, this approach can create problem.
    * In case employee forgets to register his/her punch out then our dummy value will remain intact and will be treated as final value. This is because there are huge number of employees and it is quite unfeasible to point out which dummy values is left out without update of real punchout value.
    * As this process of transferring data in to Oracle time card will be "real-time", employees and supervisors will be able to see dummy data as end-time. This might create problem in case someone confuses it with real data. Second, if, in fact, such an occurrence has happened then?
    Thank you anyway. Hope Oracle comes out with something to meet this requirement in future.
    Regards,
    Saurabh

  • "Filter the LOV based on the selected conditions" RADIO BUTTON doesn' work

    Hi All, I'm trying to create a cascading parameters mechanism, but I found certain difficulties.
    I need to have 2 LOV connect: the master LOV retrieve a list of User's groups, and the detail LOV has to retrieve only the customer's categories that come from the user's groups selected.
    So, in order to retrieve the values I defined on the Administrator:
    1) one custom folder for the master LOV (list of the User's groups) and another custom folder for the details LOV (list of the customer's categories).
    2) The 2 LOV as item classes
    On Discoverer Plus, following the manual ("About filtering lists of parameter values based on selected conditions ("cascading parameters"), I tried to create thw first parameter based on the master LOV, but I DON'T have the radio button "Filter the list of values based on the selected conditions" enabled !!!...I CAN'T USE IT !
    If this radio button is not enabled, I can't link the master parameter with the detail parameter.....
    Anybody can help to discoverer what I missed during the creation of cascading parameters ?
    Thanks in advance for your help
    Alex

    Hi Manav, thanks for your reply !
    I resolved the problem, linked the two custom folders with a join !
    The radio button didn't work just only the parameter where condition has to be deselected and then re-selected !!
    Alex

  • CProject, task based costing, strat. 10, plan price for the role in ctr acc

    Hello all.
    According to the costing logic described in R/3 library the following strategies are available for costs when using task based controlling. 
    Costs for task
    4.      Different costs which you entered for the task
    5.      Costs per activity unit for the task in Customizing
    Costs for roles
    8.      Different costs which you entered for the project role
    9.      Costs per activity unit for the role in Customizing
    10.      Plan price for the role in cost center accounting
    Do anyone have experience with using strategy 10?  If so, please elaborate. 
    Thanks for your help / Anders

    Hi Sejo,
    Thanks for your reply, Standalone cProjects works, but obviuosly it has to be integrated with ECC and configuration related to accounting in ERP has to be done.
    Scenario is that I have created a Project and before transferring it to ECC(creation of internal order) I should be able to calculate the cost from cProjects, as these are just rough cost based on cost/revenue rate.Later when I calculate cost using internal order from ECC it should overwite.
    Additionally as per the link I have already done the required configuration.
    1.     Activate Integration
    2.     Define Object Links for Accounting Integration
            Default entry: 0FIN_INT_SOC_R3
             defined RFC destination . Is webserver to be defined - required ?
    3.     Make General Settings
    4.     Define Cost/Revenue Rates
            Cost revenue rates are defined here.
            I havent maintained Organisation unit as it takes default 'zero'.
    5.     Replicate Cost/Revenue Rates
            To replicate cost revenue rates from Cprojects to ERP.
    6.     Replicate Accounting-Relevant Characteristics
    7.     Make Settings in ERP System
            Make settings in ERP system related to controlling
            Create and Change Controlling Scenario
            Define Controlling Scenario
            Settings for Easy Cost Planning
    Assign Cost Elements and Activity Types > Activity type must be open for period and must have proper cost element. (can be maintained in tcode: KP26).
    Then also for Task based costing is not calculating and for role based it is showing Negative.
    Please guide me where it is going wrong.Is it related to Organisational Mapping?
    Regards,
    Nitin Ghadge

  • To use two presentation variables based on the period selection in OBIEE

    Dear All,
    I have period prompt in my report, based on the period prompt selection in my report I need to get the start and end dates of the period and apply in the report filter.
    For e.g. Period Name selected in the prompt is "2010 - Q1" (For this Period, Period Start Date = 01/01/2010 and Period End Date is 30/03/2010, which is not going to be displayed in the prompts).
    How can I get the start and end dates of the period into my report filter. I tried using the presentation variable for the period name, but unable to resolve the requirement.
    Your help is highly appreciated.
    Best Regards,
    Rajesh

    Hi Rajesh,
    Create a report A which will give you the period start date and end date and filter it using the period prompt.
    Then filter the main report using the report A start date and end date, using Filter -> Advanced ->Filter based on results of another request .
    Add the report A in separate section on the dashboard along with main report and hide report A section.
    Thanks,
    Vino

  • Read from sql task and send to data flow task - [OLE DB Source [1]] Error: A rowset based on the SQL command was not returned by the OLE DB provider.

    I have created a execut sql task -
    In that, i have a created a 'empidvar' variable of string type and put sqlstatement = 'select distinct empid from emp'
    Resultset=resultname=0 and variablename=empidvar
    I have added data flow task of ole db type and I put this sql statement under sql command - exec emp_sp @empidvar=?
    I am getting an error.
    [OLE DB Source [1]] Error: A rowset based on the SQL command was not returned by the OLE DB provider.
    [SSIS.Pipeline] Error: component "OLE DB Source" (1) failed the pre-execute phase and returned error code 0xC02092B4.

    shouldnt setting be Result
    Set=Full Resultset as your query returns a resultset? also i think variable to be mapped should be of object type.
    Then for data flow task also you need to put it inside a ForEachLoop based on ADO.NET recordset and map your earlier variable inside it so as to iterate for every value the sql task returns.
    Also if using SP in oledb source make sure you read this
    http://consultingblogs.emc.com/jamiethomson/archive/2006/12/20/SSIS_3A00_-Using-stored-procedures-inside-an-OLE-DB-Source-component.aspx
    Please Mark This As Answer if it helps to solve the issue Visakh ---------------------------- http://visakhm.blogspot.com/ https://www.facebook.com/VmBlogs

  • Can we control the PDF file name that is generated by BI Publisher based on the content in the input PDF

    can we control the PDF file name that is generated by BI Publisher based on the content in the input PDF?

    No, there isn't. The way you're using the file is not recommended. You
    should use a review tracker to avoid getting in the way of one another.

  • Assign Task to a specific user based on the value of DDL from the form

    Hello,
    Can any one please advise me on how to assign a task to a specific user based on the value of the drop down list from the form. E.g. user fills the form and before they submit the form they have to select one of the name from the drop down list so the form can go to that person for approval.
    Thanks in advance,
    Han

    I got it works now by using the xpath expression (in workbench) to assign to the selected user from the DDL in the form.

  • Value based on the periodic unit price (only with pr.ctrl S)

    Dear all,
    There is this field in mateial master called "Value based on the periodic unit price (only with pr.ctrl S)" in accounting view 1,
    1 - May I know what is this field about (in between our company using material ledger).
    2 - May I know why the value of this field are different between our company period 6 and period 7 for this year? what contribute to it? and is it something wrong with different value between two different period or absolutely normal?
    Thanks.
    Tuff

    Dear all,
    Does anyone know my question?
    Thanks,
    tuff

  • Value based on the periodic unit price(only with pr.ctrl S) field in MatMas

    Dear all,
    There is this field in mateial master called "Value based on the periodic unit price (only with pr.ctrl S)" in accounting view 1,
    1 - May I know what is this field about (in between our company using material ledger).
    2 - May I know why the value of this field are different between our company period 6 and period 7 for this year? what contribute to it? and is it something wrong with different value between two different period or absolutely normal?
    Thanks.
    Tuff

    Hi Tuffy,
    For your 1st query:
    PUP field in Accounting 1 (if ML is active, Price Determination indicator=3) is the result of Actual Costing Run (CKMLCP) closing entry.
    For your 2nd query:
    In most of the cases the values will be different in Previous Period and Current Period. e.g.Period 6 values are the results of Actual Costing Run (CKMLCP) in 1st week of Period 6 for Previous Period (i.e. Period 5). Period 7 values are the results of Actual Costing Run (CKMLCP) in 1st week of Period 7 for Previous Period (i.e. Period 6).
    The reason for the different values: Price differences, Exchange rate differences, Price/Exchange rate differences from Low lower materials, etc.
    Thanks & Regards,
    ADI

Maybe you are looking for

  • /private/var/audit using up a lot of disk

    Hello, Can anyone inform me as to the importance of the files in the /private/var/audit directory? On my system it is using ~20GB of space on my hard disk. Many of the files are appended with "not_terminated". Can I safely delete these? Thanks!

  • Red checkmark in contact list on website backup assistant

    Some of the contacts in my contact list on the website backup assistant contain a red checkmark.  What does it mean? 

  • Q10 not showing my facebook updates

    Someone please help! I was prompted to load a more recent version of FB, which i did. However now it doesn't show my status updates on my wall that i posted over the last couple of weeks. Nor any of my friends when i go into their walls. But I am get

  • Is my iPad 2 screen dead, or is it worse than that?

    My iPad 2 has suddenly stopped responding. I had put it to sleep by closing the cover, and when I opened it, the screen was black. There have been no drops or other obvious mistreatment. So I held down the power button, ostensibly to shut it down. No

  • Calling JVM from outside

    Hello! A question of possibly not a common nature: are there any ways I can ask a JVM to run a specific Java code. For example, when MS IE encounters an applet, it somehow instructs JVM to start up, provide an environment for applet's intercommunicat