Regarding Creation Absence Schemes.

Hi Everybody,
I am triyng to create a new absence scheme using the wizard in R12. After completing all the steps it gives me error
ID &ID for the flexfield segment Plan Name does not exist in the value set 1290SET. (VALUESET=PQP_ABSENCE_PLANS_VS)
can anyone please help me in getting out of this error..
thanks in advance.

I could not find the PQP fast formulas in my
instance. and yes i am implimenting for UK
legislation.These formulas are automatically created when you do Plan Design - Import (from file pqgbgapl.ldt) concurrent program followed by plan design copy. You can see all the formulas in that file.
In the payment details i do not understand which
element name prefix and rate type to put.Element Prefix: When you create an absence scheme it will automatically activate Benefir Plans and hence rates and create new elements. The new elements created will have the same prefix what you will give in the Element Prefix. e.g. if you give Prefix "PRE_" then an element will be created named as "PRE_OSP Absence" (if you are creating OSP scheme). This element will then be attached to Benefit Standard Rates.
Rate type: While create OSP/ OMP schemes you calculate how much %age of full salary your absence element will account to like full pay or half pay (you define this in BANDS UDT). So if you want to derive it from say two elements, Basic Element and Allowance Element, you will give the same rate type which is attached to Basic Element and Allowance Element.
e.g
Basic Element 1000 Rate type is RT_TYP
Allownace Element 250 Rate type is RT_TYP
Bonus 500 Rate type is RT_TYP_OTH
Let say you want half pay
then you give rate type as RT_TYP for your element. It will calculate (1000+250)/ 2 as value of your absence element. You can define rate types in a pqp lookup. I dont remember the exact name but I think it PQP_RATE_TYP.
Let us know if you still have some doubts. My suggestion is go through the above metalink note to understand the full setup.
Regards
Gaurav

Similar Messages

  • UK Payroll - Local Government Teacher's Absence Scheme

    Hi Gurus,
    I am facing an issue with configuration of Local Government Teacher's Absence Scheme ( UK).
    Please let me know if anybody has worked on this.
    Thanks & Regards,
    Anupama

    Hi Surya,
    The issue is that we are facing is that  the Local Government Teacher's Absence Scheme that is configured  is  currently not taking into account the previous service while calculating occupational sick pay (OSP).
    Actually when an employee joins a new organization having previous local gov. experience, the previous service start date is maintained in IT0041 and according to statutory requirements the total absence entitlemet ( Self certified & doctor certified sickness etc)  should take the previous service date into account while calculating the length of service and on the basis of the length of service the entitlement should be calculated.
    Currently the system is not taking into account the previous service date for length of service calculatioatn for the first four months of service with the new organization, only after four months the previous service is being considered.
    The return value of feature GlOSS ( for calculating seniority ) is EBED3 ( D3 is the date type on IT0041).
    I have checked the config part, everything seems to be fine, request you to please help me with this.
    Thanks in advance,
    Anupama

  • Problem Regarding Creation of Compound field

    Hi all,
    I have a problem regarding creation of a compound source field.
    My source field is say for eg. SF1 and SF2
    Destination Field is a look up flat field say LF which has 2 display fields D1 and D2
    I mapped SF1 to D1 and SF2 to D2
    But when i right click at source and select 'Create compound field' for SF1 and SF2, the compound field is not created automatically.
    Can anyone give me a hint as to why is this happening?
    Regards,
    Roshani

    Hi Roshani,
    Just check for couple of other things, like
    1) I hope its not a qualified table and none of those fields are qualified.
    2) None of the fields are ther currently in the matching set in the next tab.
    3) You didnt map the main filed (look up table filed, which is there as a sub-table name)
    4) There are no more display fields for that table.
    I hope it should be one of the above issues. please check for them.
    Cheers,
    Cherry.

  • Regarding creation of node element

    Hi
    i hav a doubt regarding creation of node element. u can create new node element using method create(cn)Element available either directly from wdContext or from wdContext.node(cn) where cn is any context node.
    can any one plz explain me what's the difference between two.
    does it has any thing to with node being singelton or non-singelton?
    also can anyone explain me the difference between add and bind method.
    thanks.

    hi
    good
    Data Binding Methods
    If a property can, or must be bound to the context, the respective bind and bound methods are available.
    ●     The bind methods bind the value of a property to the context element specified by the path.
    The name of the method is created according to the following pattern:
    BIND_<runtime name of the property>.
    Example: table, property: design, method: BIND_DESIGN.
    &#9679;     The bound methods return the path of the context element to which a property is bound and return NULL if no binding exists.
    The name of the method is created according to the following pattern:
    BOUND_<runtime name of the property>.
    Example: table, property: design, method: BOUND_DESIGN.
    ADD METHOD->
    Two add methods that add an element.
    &#9675;     If only the element is transferred as parameter, then the element is added at the and of a list
    &#9675;     If an index is transferred as well, then this element is transferred at the specified index position.
    http://help.sap.com/saphelp_erp2005/helpdata/en/66/18b44145143831e10000000a155106/content.htm
    thanks
    mrutyun^

  • Regarding : Creation of child nodes in a outlinefield

    Hi,
    I am facing a few problems in creating a child node. I read elements from an array to populate the outline field. The array has exact definitions as to what should be a parent and child respectively. While I am able to create nodes at the parent level, I am unable to create child nodes for any parent. I discovered that the value for the parent node is getting lost. I have tried to use some of the methods to arrive at the parent node, but to no anvil. Could some one suggest how exactly to get the value of the parent node so that the child node can be assigned to the parent.
    Thanks In advance.
    Balasubramaniam Sures
    [email protected]
    P.S : I have seen the examples Simple Outline field and File Browser. No clues from here.

    I take it that you are traversing through the array and loading each
    element into the OutlineField. At the risk of stating the obvious, for
    each element you must also identify it's parent. This is necessary to
    set the relationship from the child to the parent or vise versa.
    If you are already doing this and are still having difficulty, the
    problem may be as simple as setting the IsFolder property of the parent
    node. Unless this is done, it's child nodes will not be visible.
    Van Vuong
    Lead Technical Analyst
    Office: 972.985.5289
    VoiceNow: 972.330.0822
    Internet: [email protected]
    PAGE NET
    From: bala[SMTP:[email protected]]
    Sent: Friday, October 03, 1997 12:32 PM
    To: '[email protected]'
    Subject: Regarding : Creation of child nodes in a outline field
    Hi,
    I am facing a few problems in creating a child node. I read elements from an
    array to populate the outline field. The array has exact definitions as to
    what should be a parent and child respectively. While I am able to create
    nodes at the parent level, I am unable to create child nodes for any parent.
    I discovered that the value for the parent node is getting lost. I have
    tried to use some of the methods to arrive at the parent node, but to no
    anvil. Could some one suggest how exactly to get the value of the parent node
    so that the child node can be assigned to the parent.
    Thanks In advance.
    Balasubramaniam Sures
    [email protected]
    P.S : I have seen the examples Simple Outline field and File Browser. No
    clues from here.

  • RE: Regarding : Creation of child nodes in a outlinefield

    Hi, Balasubramaniam:
    Try to set the isFolder attribute of your parent display node to TRUE.
    This may solve your problem. Also, check isFilled attribute of display
    node, you might find the answer.
    Hope this helps.
    Tien Wang
    Indus Consultancy Services
    http://www.indcon.com
    Phone 201.261.3100 x233
    Fax 201.261.1399
    E-mail : [email protected]
    -----Original Message-----
    From: owner-forte-users [SMTP:[email protected]]
    Sent: Friday, October 03, 1997 5:32 PM
    To: '[email protected]'
    Subject: Regarding : Creation of child nodes in a outline field
    Hi,
    I am facing a few problems in creating a child node. I read elements =
    from an array to populate the outline field. The array has exact =
    definitions as to what should be a parent and child respectively. While =
    I am able to create nodes at the parent level, I am unable to create =
    child nodes for any parent. I discovered that the value for the parent =
    node is getting lost. I have tried to use some of the methods to arrive
    =
    at the parent node, but to no anvil. Could some one suggest how exactly =
    to get the value of the parent node so that the child node can be =
    assigned to the parent.
    Thanks In advance.
    Balasubramaniam Sures
    [email protected]
    P.S : I have seen the examples Simple Outline field and File Browser. No
    =
    clues from here.

    I take it that you are traversing through the array and loading each
    element into the OutlineField. At the risk of stating the obvious, for
    each element you must also identify it's parent. This is necessary to
    set the relationship from the child to the parent or vise versa.
    If you are already doing this and are still having difficulty, the
    problem may be as simple as setting the IsFolder property of the parent
    node. Unless this is done, it's child nodes will not be visible.
    Van Vuong
    Lead Technical Analyst
    Office: 972.985.5289
    VoiceNow: 972.330.0822
    Internet: [email protected]
    PAGE NET
    From: bala[SMTP:[email protected]]
    Sent: Friday, October 03, 1997 12:32 PM
    To: '[email protected]'
    Subject: Regarding : Creation of child nodes in a outline field
    Hi,
    I am facing a few problems in creating a child node. I read elements from an
    array to populate the outline field. The array has exact definitions as to
    what should be a parent and child respectively. While I am able to create
    nodes at the parent level, I am unable to create child nodes for any parent.
    I discovered that the value for the parent node is getting lost. I have
    tried to use some of the methods to arrive at the parent node, but to no
    anvil. Could some one suggest how exactly to get the value of the parent node
    so that the child node can be assigned to the parent.
    Thanks In advance.
    Balasubramaniam Sures
    [email protected]
    P.S : I have seen the examples Simple Outline field and File Browser. No
    clues from here.

  • CUP - Issue regarding creation of New SAP ID in CUP.

    System :  SAP GRC 5.3 SP 12..
    We have requirement where in we need to design a workflow for creation of New SAP ID.
    The Naming convention followed for SAP ID is FIRST LETTER of FIRST NAME and LAST NAME with maximum 8 characters.
    For Eg
    JOHN SMITH would have SAP ID as JSMITH
    JERRY SMITH would  have SAP ID as  JSMITH01
    The requirement here is when user fill the REQUEST FORM for NEW User ID there is field where in the requestor need to put the desired SAP ID,
    Can a validation be set OR Logic be written so that user can put the SAP ID as per the naming convention..?
    Also , any other solution as to how the situtation can be handled in CUP...
    Regards.
    Ajit

    Hi Ajit,
    Yes, you can maintain the user ID in the Active Directory. User id will be now auto populated in the request form, from Active Directory when  we data Source is LDAP -Actice directory. So when user login to end user form to create a request, It's all information( user details + manager details ) will fetched from Active Directory.
    It is not possible to change userid in later stage of approval in the request.
    You can have security as final stage and guide them to create user manually as per naming convention.
    Make auto provisioning OFF in CUP
    Kind Regards,
    Srinivasan

  • Question regarding creation of xml-elements with numerical values

    When i create xml-documents from xml stored in the database (xmltype table based on an xml-schema), i find that numerical values which were stored as 0.395 (with the "." as the decimal separator) are retrieved as .395.
    Is it possible to apply a format mask so that the numerical value is retrieved as 0.395?
    thanks, Bart
    N.b. Note that i select a complete xml-fragment. So my problem seems related to the storage or retreival of 'schredded' XML. I do not use SQL/XML-functions with relational data, in which case i know how to apply a format mask.

    I don't use XSLT, i just query the XML-documents stored in an XMLType column with a simple SQL-statement.
    I have posted a simple example over here Re: Is it possible to influence the creation of empty elements?

  • Regarding Creation of Output types for SAP SCRIPTS

    Hi All,
    I want to create new output types for my SAP Script.
    What is the procedure for creating new <b>Z - Output Type</b>.
    Like <b>ZA01 for Sales Order</b>.
    What is the procedure can any body help me in this regard.
    It is not to use <b>ZA01</b> in <b>NACE</b> & connect Print Program & Layout set against Form Entry.
    It is for creation of <b>ZA01 Output</b> Type itself.
    If anybody knows the procedure please post the steps.
    Also please mention will there be any diffrence in creation from <b>Module to Module</b> (or) <b>Transaction (Vs) Transaction</b>. Just like <b>Sales Order (Vs) Purchase Order (Vs) Production Order</b>.
    Thanks in advance.
    Thanks & Regards,
    Rayeez.

    hi Shaik,
    Steps for output type:
    Go to NACE Transaction
    Select V1 - Sales.
    Click Output type
    In edit mode , click on new entries.
    Give output type as ZA01 with some descp.
    Then enter  , then u need to give the Access seq. as 0010
    Rest proprties are more and less similar to the BA00 standard output type in V1 only.
    After that u need to give the processing routines.
    In that u need to give the Program name
    followed by Form routine name
    In this way u can create the output from NACE tran.
    Let me know if u want anything else.
    Cheers
    Rewrd points, if found helpful

  • Regarding Creation of Custom IDOC

    Hi,
    This is Abdullah Shaik. I want to create an IDOC from the existing IDOC. Some times I need to add some segments to the existing IDOC. Can anybody plz let me know the process how to create the Customized IDOC from the Standard IDOC?
    Thanks & Regards,
    Abdullah shaik.

    Hi Abdullah,
    There are basically two types of IDOCs:-
    Basic IDOCs and Extended IDOCs
    Basic IDOC type defines the structure and format of the business document that is to be exchanged between two systems.
    Extending the functionality by adding more segments to existing Basic IDOCs.
    Creation of IDOC
    To Create Idoc we need to follow these steps:
    Create Segment ( WE31)
    Create Idoc Type ( WE30)
    Create Message Type ( WE81)
    Assign Idoc Type to Message Type ( WE82)
    Creating a Segment
    Go to transaction code WE31
    Enter the name for your segment type and click on the Create icon
    Type the short text
    Enter the variable names and data elements
    Save it and go back
    Go to Edit -> Set Release
    Go thro' this link:-
    http://help.sap.com/saphelp_46c/helpdata/en/dc/6b835943d711d1893e0000e8323c4f/content.htm
    I hope this provides you a solution.
    Regards.
    Praveen

  • Creation of schemas for webcenter

    Hi,
    Using rcu, I am trying to create schemas for webcenter.
    I have installed 11.1.0.6 database and weblogic server for webcenter installation
    on my linux server.
    But after providing database connection details,
    I am getting error invalid service name, but the service name is correct.
    What is the reason?
    Thanks,

    Hi Ritu,
    Goto SM31 -> V_T591A : Infotype : 0128.
    Regards,
    Dilek

  • Regarding creation of IP

    Hi,
    Pls provide me a solution for creation of CCBPM.
    In my whole process we are using 4 webservices and one sap system.
    step1:
    we are getting request from webservice1 to SAP system, here some changes will happen in sap system(SOAP to Server proxy)
    step 2:
    and from SAP system  data will go to webservice2 and here some process will happend.
    from webservice2 again SAP system will get the response.(Client proxy to SOAP)
    step 3:
    Again SAP sytem will send the  data to the webservce3 as a request.
    here(webservice3) some process happend and it will give the reponse to the  SAP system.(Client proxy to SOAP)
    step 4:
    again SAP system will send the DATA to the Webservice4 .
    here(webservice4) some process happend and it will give the respone to the SAP system.(Client proxy to SOAP)
    step 5:
    at last SAP system will give respone to the webservice1 what ever given by the webservice4.
    In sap we are using the proxies to communicate Webservices, i need to call these interfaces using ccbpm.
    pls help me how can i create CCBPM for this process?
    Thanks
    Karthik

    Are the calls (of request-response) going to be sync....or is it that request will be made and then whenever the processing happens the response will be send (async-request and async-response)?
    Assuming that the calls will be Sync:
    Receive(from_WS1) >Send1(to_SAP_sync)>Send2(to_WS2_sync)>Send3(to_SAP_sync)>Send4(to_WS3_sync)>Send5(to_SAP_sync)>Send6(to_WS4_sync)>Send7(to_SAP_sync)>Send8(to_WS1_async)
    IF the response is to be send to WS1 as it is given by WS4 then instead of making Send7 as sync make it Async and then in the receiver determination have two receivers....one will be SAP and other will be WS1....and then Send8 wont be there.
    IF response from WS4 is to be processed in SAP and then that response is to be send to WS1 then the flow will be as shown above......quite a good number of Sync steps!!
    Update:
    Please note that I have not shown Transformation (mapping) steps....they should be included after the first receive or after the sync send steps if required
    The response message of Send1 will become request of Send2 and so on.
    Regards,
    Abhishek.
    Edited by: abhishek salvi on Nov 11, 2009 7:26 PM

  • Regarding creation of LEAD.

    hi,
    can anyone help me in providing an example or standard code for creation of LEAD using BAPI_LEAD_CREATEMULTI ?
    Thanks in Advance,
    shwetha

    hi ,
         When i create a lead using the function module BAPI_LEAD_CREATEMULTI, i am unable to view the lead that is generated. what are the feilds that are to be considerd? can anyone suggest me in this regards with a sample code.
    " USEFUL ANSWERS WILL BE REWARDED"
    Thanks in advance,
    Shwetha

  • Regarding Extended star schema

    Hi Friends,
    In Extended star schema,master data will load separately ,which will connect through sid's to dimension table .
    My question is.. This master data tables can be used other than this cube ?
    Please tell me i am in confusion.
    Thanks in advace,
    Regards,
    ramnaresh.

    Hi
    InfoCubes are made up of a number of InfoObjects. All InfoObjects (characteristics and key figures) are available independent of the InfoCube. Characteristics refer to master data with their attributes and text descriptions.
    An InfoCube consists of several InfoObjects and is structured according to the star schema. This means there is a (large) fact table that contains the key figures for the InfoCube, as well as several (smaller) dimension tables which surround it. The characteristics of the InfoCube are stored in these dimensions.
    An InfoCube fact table only contains key figures, in contrast to a DataStore object, whose data part can also contain characteristics. The characteristics of an InfoCube are stored in its dimensions.
    The dimensions and the fact table are linked to one another using abstract identification numbers (dimension IDs) which are contained in the key part of the particular database table. As a result, the key figures of the InfoCube relate to the characteristics of the dimension. The characteristics determine the granularity (the degree of detail) at which the key figures are stored in the InfoCube.
    Characteristics that logically belong together (for example, district and area belong to the regional dimension) are grouped together in a dimension. By adhering to this design criterion, dimensions are to a large extent independent of each other, and dimension tables remain small with regards to data volume. This is beneficial in terms of performance. This InfoCube structure is optimized for data analysis.
    The fact table and dimension tables are both relational database tables.
    Characteristics refer to the master data with their attributes and text descriptions. All InfoObjects (characteristics with their master data as well as key figures) are available for all InfoCubes, unlike dimensions, which represent the specific organizational form of characteristics in one InfoCube.
    Integration
    You can create aggregates to access data quickly. Here, the InfoCube data is stored redundantly and in an aggregated form.
    You can either use an InfoCube directly as an InfoProvider for analysis and reporting, or use it with other InfoProviders as the basis of a MultiProvider or InfoSet.
    See also:
    Checking the Data Loaded in the InfoCube
    If the above info is useful, please grant me points

  • Creation of Schema in Oracle after checking

    All,
    My sincere apologies to post this here, but I did not find the answer anywhere.
    I have a task to convert some SQL Server Scripts to Oracle.
    The below is the sql server script to create the schema called HRMS after checking whether it is existing or not.
    IF NOT EXISTS (SELECT [schema_id] FROM [sys].[schemas] WHERE [name] = N'HRMS')
    BEGIN
    EXECUTE ('CREATE SCHEMA [HRMS] AUTHORIZATION [dbo];');
    END
    GO
    Can we have any similar kind of solution / statement in oracle. Please help me.
    When I read in the Oracle Docs, CREATE SCHEMA statement is just to bundle multiple sql statements to a single transaction.
    http://docs.oracle.com/cd/B19306_01/server.102/b14200/statements_6014.htm
    2)
    IF EXISTS (SELECT * FROM sys.objects WHERE object_id = OBJECT_ID(N'[HRMS].[TBL_PMapping]') AND type in (N'U'))
    DROP TABLE [HRMS].[TBL_PMapping]
    GO
    This statement is to check whether the table called 'TBL_PMapping is exists or not and, if exists then drop it. Please suggest me a similar approach/ how to achieve the same with in Oracle.
    First need to check whether the table exists or not, if exists then drop it other wise create it.
    I would request for your kind help in this. Thank you very much in advance.
    Thanks,

    968217 wrote:
    All,
    My sincere apologies to post this here, but I did not find the answer anywhere.
    I have a task to convert some SQL Server Scripts to Oracle.
    The below is the sql server script to create the schema called HRMS after checking whether it is existing or not.
    IF NOT EXISTS (SELECT [schema_id] FROM [sys].[schemas] WHERE [name] = N'HRMS')
    BEGIN
    EXECUTE ('CREATE SCHEMA [HRMS] AUTHORIZATION [dbo];');
    END
    GO
    Can we have any similar kind of solution / statement in oracle. Please help me.
    When I read in the Oracle Docs, CREATE SCHEMA statement is just to bundle multiple sql statements to a single transaction.
    http://docs.oracle.com/cd/B19306_01/server.102/b14200/statements_6014.htm
    2)
    IF EXISTS (SELECT * FROM sys.objects WHERE object_id = OBJECT_ID(N'[HRMS].[TBL_PMapping]') AND type in (N'U'))
    DROP TABLE [HRMS].[TBL_PMapping]
    GO
    This statement is to check whether the table called 'TBL_PMapping is exists or not and, if exists then drop it. Please suggest me a similar approach/ how to achieve the same with in Oracle.
    First need to check whether the table exists or not, if exists then drop it other wise create it.Oracle is NOT SQL Server, and doesn't work like SQL Server. It may be acceptable in SQL Server to drop and create tables on-the-fly, but in Oracle it's considered poor database design. There shouldn't be any need to drop and recreate tables at run time, and it would likely drop dependencies from other database objects or triggers, constraints, indexes, grants etc.
    If you need a "temporary table" in Oracle, you create a Global Temporary Table just once and use it for your session. This is a special kind of table where the data in it is only visible to the session that inserts it (multiple sessions only see their own data), and that data is automatically removed upon commit or when the session ends, depending on how you configure the table at the time of creation.

Maybe you are looking for