Changing effective date of tree

Hi guys,
we are dealing with a matter with organization tree. As default, when adding a department into a tree, the effective date of the tree have to be later than the dept's. The matter is our organization change often, new dept added, dept change...
As now, we have to clone the old tree with a new effective date then add the new dept into it. Then we have to run some row security processes. The trouble is here: we have 2 seperated teams for this task, one to create the tree and the other to run the processes. So it wastes a lot of time and the changes often delay.
My question is "Is there any way to change the effective date of the tree or allow to add a dept into a tree with an earlier effective date?
Thanks in advance.

We are using R12 (12.0.6). Please see below errors.
The account code combination XXX.XXXXX.1103019.000.0.0.00000.000 for line 2 is not valid for the GL Date. Using the GL Accounts form, please update the effective dates for this account code combination or use a different account code combination
I set the effective date for the combination is "31-Dec-2011".
Please advice.

Similar Messages

  • How to change the data provider of the tree with the selection of combobox

    This is my XML data in a file named `nodesAndStuff.xml`.
        <?xml version="1.0" encoding="utf-8"?>
        <root>
            <node label="One" />
            <node label="Two" />
            <node label="Three" />
            <node label="Four" />
            <node label="Five" />
            <node label="Six" />
            <node label="Seven" />
            <node label="Eight" />
            <node label="Nine" />
        </root>
    The component using this data source is an `XMLListCollection` which is bound to a spark `ComboBox` and the code for that is:
        <s:Application name="Spark_List_dataProvider_XML_test"
            xmlns:fx="http://ns.adobe.com/mxml/2009"
            xmlns:s="library://ns.adobe.com/flex/spark"
            xmlns:mx="library://ns.adobe.com/flex/halo"
            initialize="init();">
        <fx:Script>
            <![CDATA[
                private function init():void {
                    xmlListColl.source = nodes.children();
    private function closeHandler(event:Event):void {
                    myLabel.text = "You selected: " +  ComboBox(event.target).selectedItem.label;                 myData.text = "Data: " +  ComboBox(event.target).selectedItem.data;
            ]]>
        </fx:Script>
        <fx:Declarations>
            <fx:XML id="nodes" source="nodesAndStuff.xml" />
        </fx:Declarations>
        <mx:ComboBox id="cmbList" dataProvider="{ListXLC}" labelField="STOREVALUE"  close="closeHandler(event);"/>
         <s:dataProvider>
            <s:XMLListCollection id="xmlListColl" />
         </s:dataProvider>
    </mx:ComboBox>
    <mx:VBox width="250" color="0x000000">
                <mx:Text  width="200" color="blue" text="Select a type of credit card."/>
                <mx:Label id="myLabel" text="You selected:"/>
                <mx:Label id="myData" text="Data:"/>
            </mx:VBox> 
    <mx:Tree id="myTree" width="50%" height="100%" visible="false" />
    </s:Application>
    now another of my xml for example this is one.xml
    <?xml version="1.0" encoding="utf-8"?>
    <root>
        <node label="Eleven" />
        <node label="Twelve" />
        <node label="Thirteen" />
        <node label="Fourteen" />
        <node label="Fifteen" />
        <node label="Sixteen" />
        <node label="Seventeen" />
        <node label="Eightteen" />
        <node label="Nineteen" />
    </root>
    and another one is two.xml
    <?xml version="1.0" encoding="utf-8"?>
    <root>
        <node label="twety one" />
        <node label="twety two" />
        <node label="twety three" />
        <node label="twety four" />
        <node label="twety five" />
        <node label="twety six" />
        <node label="twety seven" />
        <node label="twety eight" />
        <node label="twety nine" />
    </root>
    Now I have added my tree just below the list and I have saved counting from 10 to 19 in `one.xml`, 20 to 29 in `two.xml` and so on in different XML file. I have no clue how to connect the XML containing counting from 10 to 19 as the single node in tree at the selection of label one in list and make its visiblity true.this all are dependent on combobox as on selection of item in combobox will lead to change the dataprovider of tree at runtime. i.e on selecting value one in combobox one.xml should be the data provider for tree control. Can anyone help me on this

    This is my XML data in a file named `nodesAndStuff.xml`.
        <?xml version="1.0" encoding="utf-8"?>
        <root>
            <node label="One" />
            <node label="Two" />
            <node label="Three" />
            <node label="Four" />
            <node label="Five" />
            <node label="Six" />
            <node label="Seven" />
            <node label="Eight" />
            <node label="Nine" />
        </root>
    The component using this data source is an `XMLListCollection` which is bound to a spark `ComboBox` and the code for that is:
        <s:Application name="Spark_List_dataProvider_XML_test"
            xmlns:fx="http://ns.adobe.com/mxml/2009"
            xmlns:s="library://ns.adobe.com/flex/spark"
            xmlns:mx="library://ns.adobe.com/flex/halo"
            initialize="init();">
        <fx:Script>
            <![CDATA[
                private function init():void {
                    xmlListColl.source = nodes.children();
    private function closeHandler(event:Event):void {
                    myLabel.text = "You selected: " +  ComboBox(event.target).selectedItem.label;                 myData.text = "Data: " +  ComboBox(event.target).selectedItem.data;
            ]]>
        </fx:Script>
        <fx:Declarations>
            <fx:XML id="nodes" source="nodesAndStuff.xml" />
        </fx:Declarations>
        <mx:ComboBox id="cmbList" dataProvider="{ListXLC}" labelField="STOREVALUE"  close="closeHandler(event);"/>
         <s:dataProvider>
            <s:XMLListCollection id="xmlListColl" />
         </s:dataProvider>
    </mx:ComboBox>
    <mx:VBox width="250" color="0x000000">
                <mx:Text  width="200" color="blue" text="Select a type of credit card."/>
                <mx:Label id="myLabel" text="You selected:"/>
                <mx:Label id="myData" text="Data:"/>
            </mx:VBox> 
    <mx:Tree id="myTree" width="50%" height="100%" visible="false" />
    </s:Application>
    now another of my xml for example this is one.xml
    <?xml version="1.0" encoding="utf-8"?>
    <root>
        <node label="Eleven" />
        <node label="Twelve" />
        <node label="Thirteen" />
        <node label="Fourteen" />
        <node label="Fifteen" />
        <node label="Sixteen" />
        <node label="Seventeen" />
        <node label="Eightteen" />
        <node label="Nineteen" />
    </root>
    and another one is two.xml
    <?xml version="1.0" encoding="utf-8"?>
    <root>
        <node label="twety one" />
        <node label="twety two" />
        <node label="twety three" />
        <node label="twety four" />
        <node label="twety five" />
        <node label="twety six" />
        <node label="twety seven" />
        <node label="twety eight" />
        <node label="twety nine" />
    </root>
    Now I have added my tree just below the list and I have saved counting from 10 to 19 in `one.xml`, 20 to 29 in `two.xml` and so on in different XML file. I have no clue how to connect the XML containing counting from 10 to 19 as the single node in tree at the selection of label one in list and make its visiblity true.this all are dependent on combobox as on selection of item in combobox will lead to change the dataprovider of tree at runtime. i.e on selecting value one in combobox one.xml should be the data provider for tree control. Can anyone help me on this

  • What are the effects of changing master data in bw

    hi gurus
    we have changed a plant (#1234) master data it was under comapany code(12) now it is under comapny code(59) on the r3 side, now there is data in the cubes already which was loaded before the change, and we still want to use it, but since master data has changed and reloded, what will happen when i run reports on the old data,
    secondly i know i can use time dependant objects but my question is what will happen if i dont use it. will the old data run fine under the new comapny code?  and what other things will this change effect.

    ok whats confusing me is that suppose we have this record in the cube
    Comp Code       Plant     kf
       16                   9823     45
    comp code & region is an attr of plant and this is the new master data
    plant     comp code  region
    9823        39              CA
    and this is old master data
    plant     comp code  region
    9823        16              TX
    now when the user tries to drill down by region on that transaction record what will he get for region

  • Different Effective Date in One BOM with only ONE Change Number

    Hi gurus
    here is my complete question?
    Is it possible to realize this function that Different Effective Date in One BOM for different BOM items with only ONE Change Number?
    Thanks for your information/help in advance.

    Dear Zhao,
    Using One change number it's not possible to define a different valid from date for the BOM changes of a single material BOM.
    In case if the same change number is used for making different material's BOM component,then a different valid from date for
    each BOM can be defined,but at any given point not for each component/item level of the same BOM.
    Check and revert back.
    Regards
    Mangalraj.S

  • ECM : Effective Date change via the portal - ECC 4.0

    Hi ,
    We did configure V_T71ADM10 , so the Effective Date cannot be changed , it look like each time we scroll down in the portal, or we complete the Amount or Percentage in the Plan for one persone , the ECM page is refreshed , and an new "Effective on" date is calculated and decremented by 1 Day  . ... DATE - 1 day , DATE - 1 day , ......
    Anyone run into the same problem ?
    Regard's
    Christophe.

    Hi Deb,
    Check this wiki link for creating different type of iView in Portal including Transaction iView.
    http://wiki.sdn.sap.com/wiki/display/EP/CreationofDifferentTypesofiViewsinEP7.0
    Regards,

  • How to change the data type in the table ESLL for the field USERF2_NUM ?

    Hello Friends,
    I have a requirement in which one of the change is to convert the data type of the field 'USERF2_NUM' in the table 'ESLL'  from 'QUAN' to 'CHAR'. 
    How do i do it if i have an access to change it..........i think i should also check the impact of the change if done.
    Kindly tell me as my requirement starts with this small change.
    Regards,
    Rajesh Kumar

    Thanks for the reply Sowmya.
    I would like to know 2 things.
    1. Is it ok to change the data type of the field 'USERF2_NUM '  which is in the table ESLL. from quan to char.
    2.  The table ESLL  already has entries. if we change the data type from QUAN to CHAR what is the  effect on the existing entries of the table .
    Kindly reply me back.
    Thanks & Regards,
    Rajesh Kumar

  • How to change value date from posting date to net due date

    Hi Gurus,
    My client wants to change value date from posting date to net due date. currently posting date is considered as value date but in future client wants to change value date to net due date of documents.
    1. what configurations need to be maintained to change value date from posting date to net due date.
    2. Will these changes effect automatic payment run.
    Thanks and Regards,
    Suresh

    Hi Suresh,
    In Future
    While posting the documents you can mention the value date as due date of the documents.
    For already posted documents
    You can change the value date to net due date.
    If the value date is display mode i.e. if you are not able to change the value date in FB02 (Document Change Mode), use OB32 transaction and make value date field as eidtable (BSEG-VALUT).
    In OB32 transaction enter all the required fields like Account type, transaction type, company code and finally activate the Field can be changed check box.
    But not sure, whether we can change the value date to previous date or not?
    This would help you..
    Regards,
    Praisty
    Edited by: Praisty on Jul 28, 2009 9:56 AM

  • Inserting rows in cursor and breaking up when effect date matches

    Hi
    I have created a table cadreinc (empno varchar2(8), pay number(5), da number(5) , scale varchar2(11), effectdate date , flag varchar2(1)) with values as shown below.
    04485816      12800     4200     09300-34800      1-Jan-2006     Y
    04485816      13000     4200     09300-34800      1-Jul-2006     Y
    04485816      13450     4600     09300-34800      27-Sep-2006     Y
    04485816      13675     4600     09300-34800      1-Jul-2007     Y
    04485816      14200     4600     09300-34800      1-Jul-2008     Y
    04485816      14650     4600     09300-34800      1-Jul-2009     Y
    I just want to manipulate data into another table by using this data and i want the result as
    04485816 12800 4200 09300-34800 01-jan-2006
    04485816 12800 4200 09300-34800 01-feb-2006
    04485816      13000     4200 09300-34800 1-Jul-2006     
    04485816 13000 4200 09300-34800 1-aug-2006
    like data reproduced on every month and get changes in value based on the effect date.
    how to write pl sql program for this??
    I have tried some what like
    DECLARE
    EMP VARCHAR2(8);
    PAY NUMBER(5);
    GP NUMBER(5);
    SCALE VARCHAR2(11);
    INC date;
    PAD VARCHAR2(11);
    FL VARCHAR2(1);
    CURSOR A IS SELECT EMPNO,VIPAY,GRADEPAY,VISCALE,INCDATE,FLAG FROM CADREINC;
    BEGIN
    <<i_loop>> FOR I IN A LOOP
    INC:=I.INCDATE;
    FL:='Y';
    <<j_loop>> FOR K IN 1..12 LOOP
    INSERT INTO CADREFIX ( EMPNO,VIPAY,GRADEPAY,VISCALE,INCDATE) VALUES
    (I.EMPNO,I.VIPAY,I.GRADEPAY,I.VISCALE,I.INCDATE);
    I.incdate:=LAST_DAY(I.INCDATE)+1;
    EXIT j_loop WHEN pay>i.vipay and inc=i.incdate and fl='Y';
    --EXIT WHEN INC='01-JUL-2010'; 
    END LOOP;
    -- i.INCdate:=LAST_DAY(I.INCDATE)+1;
    EXIT i_loop WHEN pay>i.vipay and inc=i.incdate and fl='Y' ;
    END LOOP;
    COMMIT;
    END;
    but unable to get the desired results. The pay comes for every 12 months instead of upto effect date.
    Please help.

    Hi,
    Welcome to the forum!
    Whenever you have a problem, please post a little sample data (CREATE TABLE and INSERT statements, relevant columns only) from all tables involved.
    Also post the results you want from that data, and an explanation of how you get those results from that data, with specific examples.
    If you're asking about a DML statement, such as INSERT, the CREATE TABLE and INSERT statements should re-create the tables as they are before the DML, and the results will be the contents of the changed table(s) when everything is finished.
    Always say which version of Oracle you're using.
    See the forum FAQ {message:id=9360002}
    Here's one way to do what you want in pure SQL. Since I don't have your table, I'll use scott.emp to show the way:
    WITH     data_by_month     AS
         SELECT       TRUNC (hiredate, 'MONTH')     AS hiremonth
         ,       COUNT (*)                  AS cnt
         FROM       scott.emp
         GROUP BY  TRUNC (hiredate, 'MONTH')
    ,     got_repeat_num     AS
         SELECT     hiremonth, cnt
         ,     MONTHS_BETWEEN ( LEAD (hiremonth) OVER (ORDER BY hiremonth)
                          , hiremonth
                          )     AS repeat_num
         FROM    data_by_month
    SELECT       ADD_MONTHS ( r.hiremonth
                     , c.column_value - 1
                   )                 AS report_month
    ,       cnt
    FROM          got_repeat_num  r
    CROSS JOIN     TABLE ( CAST ( MULTISET ( SELECT  LEVEL
                                                  FROM        dual
                               CONNECT BY     LEVEL     <= r.repeat_num
                         AS sys.odcinumberlist
                    )  c
    ORDER BY  report_month
    ;You can use a query like this in an INSERT or MERGE statement.
    If you need to use PL/SQL, then you can use an INSERT or MERGE statement, with a sub-query like the one show above, in PL/SQL.

  • How to pull the job with the latest effective date in PSFT?

    Hello,
    I am running the PSFT 9.1.1 connector workforcefullsync.
    I ran into a problem when the user has multiple job records. Each time that the user job is updated, a new job record is created. So, when the data comes from PSFT, for a user, we have multiple jobs records with different effective date (For example <EFFDT IsChanged="Y">1996-10-21</EFFDT>). OIM is only interested in the latest EFFDT.
    Question 1: is it something that we can set on the PeopleSoft side, so that only the job with the highest EFFDT is sent to OIM?
    Question 1b: is this is not easy to accomplish from the PSFT side, can I use transformation in the connector to only pull the job record with the highest effective date?
    Question 2: if the EFFDT shows a date in the future (HR wants to disable a person in the future), does OIM ignore this change until the sysdate is after that EFFDT date?
    Thanks
    PS: workforcefullsync worked fine if the file contains only 1 job per employee. When the xml files contain multiple job records, I got the error:
    ERROR QuartzWorkerThread-1 OIMCP.PSFTER - oracle.iam.connectors.psft.common.handler.impl.PSFTWorkForceSyncReconMessageHandlerImpl : handleMessage
    ERROR QuartzWorkerThread-1 OIMCP.PSFTER - 1
    ERROR QuartzWorkerThread-1 OIMCP.PSFTER - Description : 1
    ERROR QuartzWorkerThread-1 OIMCP.PSFTER - java.lang.ArrayIndexOutOfBoundsException: 1
    Edited by: user12049102 on Mar 22, 2010 12:06 PM

    Hello,
    When the PSFT team sends a message over to OIM to disable a user with today's date, the user got disabled fine in OIM. A reconciliation event is created.
    When the PSFT team sends a message over to OIM to disable a user with a future date for EFFDT, let's say 3/31/2010, no reconciliation event was created.
    Does OIM store this information somewhere so that it will process it later on?
    It's a good thing that OIM does not disable the user who has an EFFDT in the future, but we don't want that record to be forgotten.
    Please help.
    Thanks

  • S_AHR_61016380 - Change master data

    Hi Experts,
    I have a query......In the standard report S_AHR_61016380 the report gives the data of employee whose master data have been changed and by whom it has been changed.
    Now on double clicking the data it gives the indepth information as to who has changed the data / date/old value /new value etc...
    Now my user says that they would be running the report every month which will be for all ees which is very difficult to see each line item individually...and even on generating the data into excel it does not refleft the data inside.
    Kindly suggest how is that possible or what is the alternate solution for the same.
    Regards,
    Ritika

    This report is  to double check the previous values and compare the current values and how exactly the payroll is effecting the master data.
    But if the client wants to check every employee and monthly then they have to check individually.There is no other go
    Best Regards,

  • HRXSS_PER_BEGDA  - Implementing Custom Effective Dates with a BADI

    What am I missing?
    We have a need to implement different effective dates based on infotype.
    ( For example, we want changed to IT 210 (US - WithHolding) to be effective
    on the first day of the current (unprocessed) pay period).
    IT 6 (address)  anf 9 Bank will also have there own date logic.
    To this end, we implemented BADI   HRXSS_PER_BEGDA through the config, 
    as ZHRXSS_PER_BEGDA with an implementation class
    of ZCL_IM_HRXSS_PER_BEGDA  .
    To keep it simple, as a first test,  we left the business logic out and just hard coded a date  as follows:
    method IF_EX_HRXSS_PER_BEGDA~DEFAULT_DATE.
      if INFTY = '0006' .
        begda  = '20071001' .
      endif .
    endmethod.
    ( an external breakpoint confirms that the code is reached)
    I would have thought that this would have set the start date to 10/01/2007 .
    When I chang an address through the portal, the effective date, both displayed on the ESS side, and as saved on the backend, is always [today].
    What am I missing?
    ...Mike
    We're running :
    NW 2004S, ESS 1.0 SP09 Web DynProVersion
    with ECC6.0 ERP2005 on the R/3 side

    HI Michael,
    I have similar problem that you described here. I have implemented the BADI - HRXSSPER_BEGDA to default the start date of dependents' infotype (0021) to a date in the past based on employee's hire date. However, the start date is always shown as current date. I have used a simple code as
    IF INFTY = '0021'.
    BEGDA = '20090901'.
    ENDIF.
    I shall be glad if you help me resolve this issue. Thanks a lot.
    Regards,
    Shakir

  • Change format date for Calendar Prompt!!!

    Hello there,
    For a date prompt when I choose *"Calendar"* in my control, the default format shown by the calendar is d/mm/yyyy.
    I want to save the value of my date prompt into a Presentation variable with the format yyyy-mm-dd. What conversion function can be used to achieve this?. In oracle the easiest way is TO_CHAR(dateHere,'YYYY-MM-DD') but when I apply this in the Edit Formula of the prompt it gives me an error.
    I know the date format for a Calendar object can be changed in the configuration file, but I want to avoid this, because I might affect other users.
    Please help.
    Thanks
    Edited by: PabloC2 on Feb 18, 2009 1:36 PM

    yes, I restarted presentation server and oc4j.
    but has no effects.
    date prompt has strange behaviour...
    for Administrator user
    in English locale
    default format YYYY-MM-DD
    after change date by calendar, it has M.D.YYYY format
    in my locale
    default format YYYY-MM-DD
    after change date by calendar, it has YYYY.M.D format
    for other users
    in English locale
    default format YYYY-MM-DD
    after change date by calendar, it has YYYY.M.D format
    in my locale
    default format YYYY-MM-DD
    after change date by calendar, it has YYYY.M.D format

  • Skills Profile - Enhance Web DynPro to handle Effective Date

    We are working with the ESS BP on ECC 6.0 and have a requirement to enter an Effectivity Date for the start of a qualification.  The trouble is that the existing function for updating the qualification profile (XSS_SKL_APPLY_QUALI_PROFILE) does not allow for a beginning date to be passed in.  Instead it uses the current date (Sy-Datum) which is set on initialization of the SkillsApplication (via FM XSS_SKL_INITIALIZE_DATA).  I have tried to enhance the structure for the qualification profile (structure RHXSS_SKL_EMPLOYEE) but it is marked as Can Not be Enhanced by SAP.
    Does anyone have any thoughts on a good way to add this functionality?  I'd hate to throw away all of SAP's work with the SkillsApplication and write one from scratch just for this small change, but it's looking like that might be my only option.

    The following describes the changes required for adding the effectivity date to the Standard Skills Profile Web Dynpro Java screen.
    ABAP Changes
    1.  Get modification keys for hte following structures and change the enhancement category of the strucures to "Can Be Enhanced Deep".
         RHXSS_SKL_EMPLOYEE
         RHXSS_SKL_PROF_UPD
         RHXSS_SKL_QUALIPROFILE
    2.  Add appends to each of the structures in step 1 for feidl ZEFFDATE
         RHXSS_SKL_EMPLOYEE - ZZEFFDATE type BEGDATUM
         RHXSS_SKL_PROF_UPD - ZZEFFDATE type String
         RHXSS_SKL_QUALIPROFILE - ZZEFFDATE type BEGDATUM
    3.  Enhance the following function modules for setting/getting the values of ZZEFFDATE
         XSS_SKL_APPLY_QUALI_PROFILE
         XSS_SKL_CONFIRMATION_DATA
         XSS_SKL_GET_PROFILE_OVERVIEW
         XSS_SKL_GET_QUALI_DETAIL_DATA
    4.  Enhance the following Includes using the Modification Assistant or Enhancement Framework for setting/getting
        LRHXSS_SKL_INTERFACEF01
        LRHXSS_SKL_INTERFACETOP 
    Java Changes
    Track:  Make a new track for the ESS Component.  A quick SDN search should produce for you a Cookbook for setting this up in the NWDI
    DC:  esssklsap.com
    1.  Reimport the Skills model to get the ABAP changes into WebDynpro
    2.  Create a new Application (zSkillsApplication in my case)
    3.  Modify the Application properties to tell the framework manager to use the CcSklConfiguration  component for navigation configuration
         Properties
         sap.authentication = true
         sap.xss.configurationComponentDC = sap.com/ess~skl
        sap.xss.configurationComponentName = com.sap.xss.hr.skl.CcSklConfiguration
    4.  In the Interface Controller of Component CcSklConfiguration, modify the navigation Graph as follows
    navigationGraph =
       new NavigationGraph(
        new NavigationPath[] {
         new NavigationPath("",IFPM.EVENT_START,"OVERVIEW"),
         new NavigationPath("OVERVIEW",IFPM.EVENT_EDIT,"DETAIL"),
         new NavigationPath("OVERVIEW",IFPM.EVENT_ADD,"SELECT"),
         new NavigationPath("OVERVIEW",IFPM.EVENT_REVIEW,"REVIEW"),
         new NavigationPath("OVERVIEW",IFPM.EVENT_REMOVE, "OVERVIEW"),
    //begin replace ERICV - Go Straight to Review&Save
    //     new NavigationPath("DETAIL",IFPM.EVENT_ADD, "OVERVIEW"),
         new NavigationPath("DETAIL",IFPM.EVENT_ADD, "REVIEW"),
    //end replace ERICV - Go Straight to Review&Save    
         new NavigationPath("DETAIL",IFPM.EVENT_BACK, "OVERVIEW"),
         new NavigationPath("DETAIL",IFPM.EVENT_SELECT, "SELECT"),
         new NavigationPath("SELECT",IFPM.EVENT_EDIT, "DETAIL"),  >
    5.  In the Component FcSklBusinessLogic, make the following changes:
            a.  Perform the context mapping of the new ZZEFFDATE field in the Interface Controller and Standard Controllier
            b.  Modify the insUpdSkill method of the Component Controller to populate the Effective Date
    try {
       wdContext.nodeApply_Quali_Profile_Input().bind(
        (Xss_Skl_Apply_Quali_Profile_Input) model.createModelObject(Xss_Skl_Apply_Quali_Profile_Input.class));
       Xss_Skl_Apply_Quali_Profile_Input input = new Xss_Skl_Apply_Quali_Profile_Input();
       Rhxss_Skl_Employee insUpdVector = new Rhxss_Skl_Employee();
       insUpdVector.setSkill_Id(wdContext.currentContextElement().getQualiId());
       insUpdVector.setExist_Profcy(wdContext.currentContextElement().getProfDropDown());
       //Begin Insert ERICV - Add Effective Date to Skills Qualification
       insUpdVector.setZzeffdate(wdContext.currentContextElement().getZzEffDate());
       //End Insert ERICV - Add Effective Date to Skills Qualification
       input.addProfile_Ins_Tab(insUpdVector);
       wdContext.nodeApply_Quali_Profile_Input().bind(input);
       wdContext.currentApply_Quali_Profile_InputElement().modelObject().execute();
      } catch (Exception ex) {
       fpm.getMessageManager().raiseException(wdThis.wdGetAPI().getComponent(), ex);
    6.  In the Component VcSklDetail make the following changes:
         a.  Context mapping of all relevant nodes to get the new ZZEFFDATE field in the context
         b.  Screen modifications to get the ZZEFFDATE on the screen
         c.  Modify the initDetail method of the Component Controller
    if ((sklOutputElement.getExpiry_Date() == null) || (sklOutputElement.getExpiry_Date().equals(""))) {
       wdContext.currentContextElement().setLicenceVisibility(WDVisibility.NONE);
    //begin insert ERICV - set the zzEffective Date
         //convert date to java.util.date
             SimpleDateFormat sdf = new SimpleDateFormat("mm/dd/yyyy");
      try {
       java.util.Date myDate = sdf.parse(wdContext.currentGet_Quali_Detail_Data_OutputElement().getStart_Date());
       sdf.applyPattern("yyyy-mm-dd");
       wdContext.currentContextElement().setZzEffDate(Date.valueOf(sdf.format(myDate)));
      } catch (ParseException e) {
       // TODO Auto-generated catch block
                e.printStackTrace();
    //end insert ERICV - set the zzEffective Date
        //@@end

  • ESS Who's Who removing Change Own Data Link

    Hi,
    Set-up ESS who's who with no issue on EP7 with ECC6.  However I wish to remove the "Change Own Data" link from the page.
    I have reviewed the IMG but cannot find where to change the details.  Also I cannot find Personnel Management >> Employee Self Service, so I'm unsure if we have loaded up our business package correctly.  Thanks

    HI Brian,
    Do the following steps:
    TCode: spro
      SAP Reference Img
        --Cross Application Components
          --Home page Framework
            --Services
              --Assign serives to subAreas
                --Execute - Choose (find entries)  and mark the "EMPLOYEE_SEARCH_CHANGEOWNDATA" field Position as ‘0’ (zero).
    Log off and login portal and see the effect taken place.
    Hope you can do it easily now..
    If your problem gets solved, close the thread and confirm the same
    Regards,
    Mahesh.M.R

  • Effective Date should appear Blank by default on SSHR Separation process

    Navigation : Manager Self Service - Separation - Action Page - Termination Effective Date Options.
    On this page the there is an option button "Change should take effect on the effective date as mentioned below".
    Here by default the effective date appears as SYSDATE.
    The requirement is that the effective date should appear blank by default. We tried using personalization, but its not possible.

    By Separation I'm guessing you're referring to the 'Termination' MSS page where it defaults the Effective Date.
    On this page the controller sets the Effective Date to sysdate - I don't know of any way you can blank this out without extending the delivered controller:
    oracle.apps.pqh.selfservice.common.webui.EffectiveDateCO.class

Maybe you are looking for

  • Questions about 3702i and WSM (WSSI)

    I have several questions about the 3702i AP and the WSM that do not seem to be answered in the data sheets/documentation. Any insight would be appreciated. 1. Is the WSM officially supported on the 3702 AP? The documentation seems to conflict on this

  • HP Solutions Center for my Windows 7 64-bit Home Premium PC?

    Hello Everyone, I was able to succesffuly install my HP 1400 series all-in-one printer with my Windows 7 64-bit Home Premium PC. However, I can not operate the scanning function or configure scanning features  of the printer, since I do not have the

  • Dynamic datagrid column based on rowIndex

    I am passing objects into a datagrid that have a rank variable.  Before I place the objects into the datagrid, I sort upon rank so the objects will show in the datagrid sequentially. What I am wanting to do is be able to drag-and-drop the rows, and I

  • Nesting Template w/ Repeating Regions

    I'm new to Dreamweaver so please bare with me. I am setting up a nested template. On my first level template I have some editable regions and some repeating regions that also have an editable region inside. On the second level template I created some

  • Need help with video!! HELP!

    i've a 30G video ipod.i tried to convert video clips with itunes.i did it but it dosen't have any sound!! only the video that keeps playing.so, HOW TO GET SOUND AND VIDEO TOGETHER???? PLEASE HELP ME WITH THIS!!