How to select Dependants in IT0167 for Benefits Coverage of Health Plan

Hi
How to add Employee's dependents in IT0167 for Health Plan Benefits Coverage? Are there any specific configuration steps to be included: I have configured the below
Define Options for Health Plan: EMPL (Employee only) & EMFL (Employee+Family)
Define Dependant Coverage Options: EE (Employee only) & EEF (EmployeeFamily)
Define Min & Max No of Dependants: Coverage option EE+F
1         Spouse      1       1
2         Child           1       8
All the other activities in SPRO are completed - but when I trying to enroll employees with Family coverage, I am not able to see the Dependants information in IT0167 in Depents Tab
Please help me to fix this
Regards

Hi,
Please check if you have configured the below nodes:
Benefits
Flexible Administration
  Dependent/Beneficiary Eligibility
  -Define Family Member Groupings
- Define Dependent Eligibility Rule Variants
- Define Dependent Eligibility Rules
- Assign Eligibility Rule Variant to Plan
Hope this helps.
Regards,
Anand Jalan

Similar Messages

  • How to select a max row for each group in SQL ( with distinct code )

    Dear friends, 
    My table is as show in below…  for each ‘grpid’ I want get row with Max tiv value and code should be distinct. Ie in result, code & grpid will come only once.
    grpid
    code
    Tiv
    2
    GB
    9
    2
    IN
    7
    1
    GB
    11
    1
    US
    10
    Result:    ( we are selecting   IN even though for grpid 2
     ‘GB’ has max value )
    grpid
    code
    Tiv
    2
    IN
    7
    1
    GB
    11
    -Sajid

    Thanks for reply..
    please see my  DML+  DL
    CREATE TABLE [dbo].[tab](
    [grpid] [int] NOT NULL,
    [code] [varchar](2) NOT NULL,
    [Tiv] [int] NOT NULL
    ) ON [PRIMARY]
    delete from tab
    insert into tab values (2 , 'GB' ,12)
    insert into tab values (2 , 'IN' ,10)
    insert into tab values (1 , 'GB' ,11)
    insert into tab values (1 , 'US' ,10)
    insert into tab values (3 , 'GB' ,10)
    insert into tab values (3 , 'US' ,9)
    insert into tab values (3 , 'UA' ,10)
    insert into tab values (3 , 'IN' ,8)
    Result:
    grpid      code     
    tiv
    1             
    US          10
    2             
    GB          12
    3             
    UA          10
    Thanks in Advance..
    -Sajid
    CREATE TABLE [dbo].[tab](
    [grpid] [int] NOT NULL,
    [code] [varchar](2) NOT NULL,
    [Tiv] [int] NOT NULL
    ) ON [PRIMARY]
    delete from tab
    insert into tab values (2 , 'GB' ,12)
    insert into tab values (2 , 'IN' ,10)
    insert into tab values (1 , 'GB' ,11)
    insert into tab values (1 , 'US' ,10)
    insert into tab values (3 , 'GB' ,10)
    insert into tab values (3 , 'US' ,9)
    insert into tab values (3 , 'UA' ,10)
    insert into tab values (3 , 'IN' ,8)
    ;with mycte as
    (select grpid,code,tiv , row_number() over(Partition by code Order by Tiv DESC) rn1, row_number() over(Partition by grpid Order by Tiv DESC) rn2
    from tab)
    ,mycte1 as (Select *
    , row_number() over(Partition by grpid, rn1 Order by rn2 ASC) rn3
    from mycte
    WHERE rn1=1
    Select grpid,code,tiv from mycte1
    Where rn3=1
    drop table tab

  • How to Find dependent requirements generated for a period

    Pegged Requirements for the PR's Generated after MRP Run

    Hi Archie,
    We can find out the list of dependent requirements from RESB table.
    We can pass the pegged requirements in RESB and fetch the dependent requirements and purchase requistions created for the same.
    The Planned orders within a particular period can be fetched through table PLAF and the same can be given in RESB and fetch dependent and purchase requisitions.
    If you feel my answer is clear and useful, kindly award me with points.
    Regards,
    Prashanth.

  • How to find dependents who are currently enrolled in a health plan

    How do you programmatically find which dependents are currently enrolled in a health plan?
    I have tried function: HR_BEN_GET_POSS_DEPENDENTS. This never returns which dependents are SELECTED.
    I have tried BAPI_BEN_BUS302901_GET_DEP, but this does not get me any data.
    Please advice.
    Thanks
    Agina

    Hi M_agina,
    I have a similar requirement, can you please help me resolve this,
    Regards
    Manu

  • Dependents from IT0021 are not appearing in IT0167 for Benefits Plans

    Hi All,
    Our client upgraded developement and QA client from 4.6 to 6.0 version. While assigning benefieries to the benefits plans in Dependents tab(IT0167) list of dependents are not appearing. Where in in Production system dependents are appearing, production is still in 4.6 version.
    Regards,
    Karunakar

    Dear,
    It is always required to read the dependent data as on the start date of IT0167. This is because for each plan, there is some dependent eligibility associated and to calculate eligibility, the data come from infotype 0021.
    I would advice you to go through the note 947172. By implementing this note, you will be able to allow employee to edit the existing dependent record instead of delimiting and creating a new dependent record.
    Best Regards,
    Deepak..

  • How to select the correct routing for production order?

    In table PLPO i have 4 different group numbers for a particular routing. I'm wondering how a production order, created in CO01, selects which one to use. Our base quantity is dz/hr. When I create an order for a particular material, it shows up as 290 as the base quantity. The group 1 is 400dz/hr, not 200. Why does the order choose this group number and not the group number 1.
       Here is a screen from PLPO table.
       Here is a screen showing the material master.
       This is an image of the order details within the created order.

    PLPO contains operations
    The planselection would be based on PLKO entries.
    Please check online help to first get a better understanding on how routings are selected.
    Routing Selection - Production Orders (PP-SFC) - SAP Library   
    Automatically Selecting a Routing - Production Orders (PP-SFC) - SAP Library
    Definition of Base Quantity for Operation:
    "Quantity of the material to be produced to which the standard values of the
    operation refer"

  • How to select the production versions for MTO?

    Hi PP Experts,
    In our scenario we have two production versions and also we are in MTO strategy. While creating the sales order is there any option to select the production version (i.e.) before planning for that corresponding sales order I have to choose the production versions.
    Example:
    Material u2013 A  -
    sale order u2013 666001 u2013Prod version - 0001
    Material u2013 A --- sale order u2013 666002 u2013 prod version - 0002
    How to map the above scenario?
    Thanks in advance.
    Regards,
    Vimal

    In our scenario we have two production versions and also we are in MTO strategy. While creating the sales order is there any option to select the production version (i.e.) before planning for that corresponding sales order I have to choose the production versions.
    If the Production version selection is based on Lot size means No problem.
    If both the Production version is same lot size, system will select the first PV only in MRP
    In STD SAP, we can't Give Production Version  in sale order level,
    If you want after MRP run , U can assign Production version in plan order or in production order Manually

  • How to select the right JSP for a locale

    This may be a very stupid question but someone please help me out. I've
    looked at the JSP spec and the Weblogic documentation and even browsed the
    newsgroup and I still can't figure this out. Perhaps I'm just being dense
    (more than likely).
    What we want to do is support multiple locals from one server. My idea is
    that we'd write the JSP in English then hire translation companies to
    convert the JSP to French,German, Japanese, etc.(We've moved all the java
    code out of the JSPs using taglibs/java beans to make this easier). What
    we'd like to do is have all the languages on the server at once and based on
    the local of the client select the right JSP. We'd still like the URL to
    remain constant. What I can't seem to figure out is how to have one URL
    (like http:/www.myserver.com/example.JSP) and have the server select the
    right real JSP for the local (like example-en.JSP, example-fr.JSP, etc).
    I had hoped I could find a deployment descriptor (J2EE or Weblogic specific)
    directive that mapped a URL to a set of JSP based on locale but I don't see
    one.
    How does one make this happen or is the wrong way to do it". If it the
    "wrong way" what is the right way? Any links or example someone can point
    me to would be great.
    Kent

    We use a Servlet "filter" (not the Servlet 2.3 sense, but a 2.2 servlet that
    does a RequestDispatch.forward())
    This filter selects the most appropriate JSP page (using a similar naming
    convention to the one you indicate), then server-side forwards to it. Works
    quite well.
    j
    "Kent Mitchell" <[email protected]> wrote in message
    news:[email protected]...
    So has anybody come up with other solutions that work better. I was
    thinking about having a "main" jsp that all it did was check the local and
    then forward the request to the right internationalized jsp. So forexample
    I'd have the three files:
    someMain.jsp
    someMain-EN.jsp
    someMain-FR.jsp
    The main check the local and forwards to EN for English and FRfor French.
    etc.. Has anyone done anything like this? Is so what were the pros and
    cons?
    Kent
    "Mettu Kumar" <[email protected]> wrote in message
    news:[email protected]...
    Completely Agree. Once you start using TAG's get Internationalized
    Strings
    tools
    are less useful.
    Kumar.
    Kent Mitchell wrote:
    O.K. but doesn't this sort of make JSP editing tools like dreamweaver
    pretty
    much useless because of all the embedded Java code or and I missing
    something.
    "Mettu Kumar" <[email protected]> wrote in message
    news:[email protected]...
    Kent,
    Most common way of doing this is having one jsp where All the
    Textual
    messages in the page are read from properties file based on Locale.
    Kumar.
    Kent Mitchell wrote:
    This may be a very stupid question but someone please help me out.
    I've
    looked at the JSP spec and the Weblogic documentation and evenbrowsed
    the
    newsgroup and I still can't figure this out. Perhaps I'm just
    being
    dense
    (more than likely).
    What we want to do is support multiple locals from one server. My
    idea
    is
    that we'd write the JSP in English then hire translation companies
    to
    convert the JSP to French,German, Japanese, etc.(We've moved all
    the
    java
    code out of the JSPs using taglibs/java beans to make this
    easier).
    What
    we'd like to do is have all the languages on the server at once
    and
    based on
    the local of the client select the right JSP. We'd still like the
    URL
    to
    remain constant. What I can't seem to figure out is how to have
    one
    URL
    (like http:/www.myserver.com/example.JSP) and have the server
    select
    the
    right real JSP for the local (like example-en.JSP, example-fr.JSP,etc).
    I had hoped I could find a deployment descriptor (J2EE or Weblogicspecific)
    directive that mapped a URL to a set of JSP based on locale but I
    don't
    see
    one.
    How does one make this happen or is the wrong way to do it". If
    it
    the
    "wrong way" what is the right way? Any links or example someone
    can
    point
    me to would be great.
    Kent

  • How to select test cases efficiently for a test package?

    Dear experts,
    I would like to ask you if you have found a way administer how to assign test cases to test packages and test packages to testers. For regression tests this assignment remains relatively stable (often the key users).
    Do you know a way to administer this within the solution manager - or do you recommend the old excel table.

    Hello Ragu!
    Thank you for your answer! My question was regarding the organisational side, I didn't get this clear.
    I know how to generate a test package and how to assign a tester to a test package but where do I get the information which test packages I need and which tester to assign to which package.
    Maybe a good option is to assign the tester as a team member on the process step level. Thus the assignments can be listed with SOLAR_EVAL using "Assignments / Test Cases" with option "Display Team Members". This list would help to generate the test packages. The selection of the test cases for the test package has do be done manually because there seems to be no filter for team members.
    Regards,
    Martin

  • How to select a max row for each group in SQL

    Dear Frindz,
    I want select countries with maximum value of 'Value' for a 'grpid'.  Also already selected 'Country' should not be considered for other 'grpid' while checking the maximum. ( ie Country or grpid should not be repeated in the result )
    CREATE TABLE [dbo].[test1](
    [Country] [varchar](4) NULL,
    [grpid] [int] NOT NULL,
    [Value] [float] NULL,
    [Row_number] [bigint] NULL
    ) ON [PRIMARY]
    GO
    SET ANSI_PADDING OFF
    GO
    INSERT [dbo].[test1] ([Country], [grpid], [Value], [Row_number]) VALUES (N'US', 49707, 604456458, 1)
    GO
    INSERT [dbo].[test1] ([Country], [grpid], [Value], [Row_number]) VALUES (N'US', 909, 604456458, 2)
    GO
    INSERT [dbo].[test1] ([Country], [grpid], [Value], [Row_number]) VALUES (N'US', 231, 604456457, 3)
    GO
    INSERT [dbo].[test1] ([Country], [grpid], [Value], [Row_number]) VALUES (N'GB', 5086, 497654945, 4)
    GO
    INSERT [dbo].[test1] ([Country], [grpid], [Value], [Row_number]) VALUES (N'GB', 50147, 405759433, 5)
    GO
    INSERT [dbo].[test1] ([Country], [grpid], [Value], [Row_number]) VALUES (N'GB', 909, 405759433, 6)
    GO
    INSERT [dbo].[test1] ([Country], [grpid], [Value], [Row_number]) VALUES (N'GB', 231, 405759433, 7)
    GO
    INSERT [dbo].[test1] ([Country], [grpid], [Value], [Row_number]) VALUES (N'CA', 49707, 353500201, 8)
    GO
    INSERT [dbo].[test1] ([Country], [grpid], [Value], [Row_number]) VALUES (N'CA', 5086, 353500201, 9)
    GO
    INSERT [dbo].[test1] ([Country], [grpid], [Value], [Row_number]) VALUES (N'CA', 909, 353500201, 10)
    GO
    INSERT [dbo].[test1] ([Country], [grpid], [Value], [Row_number]) VALUES (N'CA', 231, 353500201, 11)
    GO
    INSERT [dbo].[test1] ([Country], [grpid], [Value], [Row_number]) VALUES (N'JP', 49707, 198291290, 12)
    GO
    INSERT [dbo].[test1] ([Country], [grpid], [Value], [Row_number]) VALUES (N'JP', 5086, 198291290, 13)
    GO
    INSERT [dbo].[test1] ([Country], [grpid], [Value], [Row_number]) VALUES (N'JP', 909, 198291290, 14)
    GO
    INSERT [dbo].[test1] ([Country], [grpid], [Value], [Row_number]) VALUES (N'JP', 231, 198291290, 15)
    GO
    INSERT [dbo].[test1] ([Country], [grpid], [Value], [Row_number]) VALUES (N'MX', 49707, 181884714, 16)
    GO
    INSERT [dbo].[test1] ([Country], [grpid], [Value], [Row_number]) VALUES (N'MX', 909, 181884714, 17)
    GO
    INSERT [dbo].[test1] ([Country], [grpid], [Value], [Row_number]) VALUES (N'MX', 231, 181884714, 18)
    GO
    INSERT [dbo].[test1] ([Country], [grpid], [Value], [Row_number]) VALUES (N'BR', 49707, 105147054, 19)
    GO
    INSERT [dbo].[test1] ([Country], [grpid], [Value], [Row_number]) VALUES (N'BR', 5086, 105147054, 20)
    GO
    INSERT [dbo].[test1] ([Country], [grpid], [Value], [Row_number]) VALUES (N'BR', 909, 105147054, 21)
    GO
    INSERT [dbo].[test1] ([Country], [grpid], [Value], [Row_number]) VALUES (N'AR', 49707, 94774929, 22)
    GO
    INSERT [dbo].[test1] ([Country], [grpid], [Value], [Row_number]) VALUES (N'AR', 5086, 94774929, 23)
    GO
    INSERT [dbo].[test1] ([Country], [grpid], [Value], [Row_number]) VALUES (N'AR', 909, 94774929, 24)
    GO
    INSERT [dbo].[test1] ([Country], [grpid], [Value], [Row_number]) VALUES (N'AR', 231, 94774929, 25)
    GO
    INSERT [dbo].[test1] ([Country], [grpid], [Value], [Row_number]) VALUES (N'ZA', 49707, 84560514, 26)
    GO
    INSERT [dbo].[test1] ([Country], [grpid], [Value], [Row_number]) VALUES (N'ZA', 909, 84560514, 27)
    GO
    INSERT [dbo].[test1] ([Country], [grpid], [Value], [Row_number]) VALUES (N'ZA', 231, 84560514, 28)
    GO
    INSERT [dbo].[test1] ([Country], [grpid], [Value], [Row_number]) VALUES (N'CN', 49707, 68966682, 29)
    GO
    INSERT [dbo].[test1] ([Country], [grpid], [Value], [Row_number]) VALUES (N'CN', 909, 68966682, 30)
    GO
    INSERT [dbo].[test1] ([Country], [grpid], [Value], [Row_number]) VALUES (N'CN', 231, 68966682, 31)
    GO
    INSERT [dbo].[test1] ([Country], [grpid], [Value], [Row_number]) VALUES (N'CB', 49707, 65020665, 32)
    GO
    INSERT [dbo].[test1] ([Country], [grpid], [Value], [Row_number]) VALUES (N'CB', 5086, 65020665, 33)
    GO
    INSERT [dbo].[test1] ([Country], [grpid], [Value], [Row_number]) VALUES (N'CB', 909, 65020665, 34)
    GO
    INSERT [dbo].[test1] ([Country], [grpid], [Value], [Row_number]) VALUES (N'CB', 231, 65020665, 35)
    GO
    INSERT [dbo].[test1] ([Country], [grpid], [Value], [Row_number]) VALUES (N'GT', 49707, 42016510, 36)
    GO
    INSERT [dbo].[test1] ([Country], [grpid], [Value], [Row_number]) VALUES (N'GT', 5086, 42016510, 37)
    GO
    INSERT [dbo].[test1] ([Country], [grpid], [Value], [Row_number]) VALUES (N'GT', 909, 42016510, 38)
    GO
    INSERT [dbo].[test1] ([Country], [grpid], [Value], [Row_number]) VALUES (N'CR', 49707, 37116544, 39)
    GO
    INSERT [dbo].[test1] ([Country], [grpid], [Value], [Row_number]) VALUES (N'CR', 5086, 37116544, 40)
    GO
    INSERT [dbo].[test1] ([Country], [grpid], [Value], [Row_number]) VALUES (N'CR', 909, 37116544, 41)
    GO
    INSERT [dbo].[test1] ([Country], [grpid], [Value], [Row_number]) VALUES (N'CR', 231, 37116544, 42)
    GO
    INSERT [dbo].[test1] ([Country], [grpid], [Value], [Row_number]) VALUES (N'SV', 49707, 31103322, 43)
    GO
    INSERT [dbo].[test1] ([Country], [grpid], [Value], [Row_number]) VALUES (N'SV', 5086, 31103322, 44)
    GO
    INSERT [dbo].[test1] ([Country], [grpid], [Value], [Row_number]) VALUES (N'SV', 909, 31103322, 45)
    GO
    INSERT [dbo].[test1] ([Country], [grpid], [Value], [Row_number]) VALUES (N'NI', 49707, 17415843, 46)
    GO
    INSERT [dbo].[test1] ([Country], [grpid], [Value], [Row_number]) VALUES (N'NI', 5086, 17415843, 47)
    GO
    INSERT [dbo].[test1] ([Country], [grpid], [Value], [Row_number]) VALUES (N'NI', 909, 17415843, 48)
    GO
    INSERT [dbo].[test1] ([Country], [grpid], [Value], [Row_number]) VALUES (N'HN', 49707, 12516273, 49)
    GO
    INSERT [dbo].[test1] ([Country], [grpid], [Value], [Row_number]) VALUES (N'HN', 5086, 12516273, 50)
    GO
    INSERT [dbo].[test1] ([Country], [grpid], [Value], [Row_number]) VALUES (N'HN', 909, 12516273, 51)
    GO
    Result:
    Country
    grpid
    Value
    Row_number
    US
    49707
    604456458
    1
    GB
    5086
    497654945
    4
    CA
    909
    353500201
    10
    JP
    231
    198291290
    15
    -Sajid

    Hi Pituach, thanks for your reply.
    in result  Country or grpid should not be repeated... in your result 'GB' and 'US' is  repeating.
      1) select countries with maximum value of 'Value' for a 'grpid'
      2) 'grpid' & country should not be repeated.
      3)  we need to take next maximum 
    value if 'grpid'  not  there a for 
    highest value.
    Result:
    Country
    grpid
    Value
    Row_number
    US
    49707
    604456458
    1
    GB
    5086
    497654945
    4
    CA
    909
    353500201
    10
    JP
    231
    198291290
    15
    -Sajid
    -Sajid

  • How to select the first row for each pair of values ?

    Hi guys, am hoping someone can help me here.
    If I have 4 tables - Building, Dept, Emp, Text
    B D E T
    A 1 Z blah1
    A 1 X blah2
    A 1 W blah3
    A 2 V blah4
    A 2 G blah5
    A 2 H blah6
    B 1 K blah7
    B 1 L blah8
    B 2 E blah9
    B 2 F blah0
    I need a query that will bring back the first bit of text for each pair of building and dept records.
    So the results I would get would be
    A 1 blah1
    A 2 blah4
    B 1 blah7
    B 2 blah9
    blah2 wouldnt be returned, because we have already had a record from the Building A, dept 1 pairing.
    Likewise we wouldnt get blah5 because we have already had a record from the Building A, dept 2 pairing.
    Can this be done in 1 query??
    Thanks all.
    Message was edited by:
    Scott Hillier

    here you go
    SQL> drop table t;
    Table dropped.
    SQL> create table t(B char(1), D integer, E char(1), T varchar2(5));
    Table created.
    SQL> insert into t values('A', 1, 'Z', 'blah1');
    1 row created.
    SQL> insert into t values('A', 1, 'X', 'blah2');
    1 row created.
    SQL> insert into t values('A', 1, 'W', 'blah3');
    1 row created.
    SQL> insert into t values('A', 2, 'V', 'blah4');
    1 row created.
    SQL> insert into t values('A', 2, 'G', 'blah5');
    1 row created.
    SQL> insert into t values('A', 2, 'H', 'blah6');
    1 row created.
    SQL> insert into t values('B', 1, 'K', 'blah7');
    1 row created.
    SQL> insert into t values('B', 1, 'L', 'blah8');
    1 row created.
    SQL> insert into t values('B', 2, 'E', 'blah9');
    1 row created.
    SQL> insert into t values('B', 2, 'F', 'blah0');
    1 row created.
    SQL> select b,d,t
      2    from (
      3  select row_number() over(partition by b, d order by b,d) rno,b,d,t
      4    from t)
      5   where rno = 1;
    B          D T
    A          1 blah1
    A          2 blah4
    B          1 blah7
    B          2 blah9karthick
    http://karthickarp.blogspot.com/

  • How to select the latest date for a field in CR?

    Dear all expert.
    I need to develop a report where it only show the latest date. For example, I had a report, it contain a customer description and bussiness transaction posting date.
    Customer description           BT posting Date
    A                                          03/10/2010
    A                                          15/10/2010
    A                                          23/11/2010
    A                                          24/12/2010
    A                                          30/12/2010
    A                                          15/02/2011
    A                                           20/03/2011
    B                                           20/03/2011
    B                                           02/04/2011
    B                                           08/04/2011
    B                                           11/04/2011
    But in CR, i Just wan it to show me:
    Customer description          BT posting Date
    A                                         20/03/2011
    B                                         11/04/2011
    I just want to show customer with the latest BT posting Date, How can I do that?
    Thank You.

    Hi Alex,
    If you want to show the data only in Detail other than group then you may follow the following :
    --Create a group on Curstomer Descripton
    --Createa fromula : Maximum(,)
    --Go in Section Expert -- suppress condition -- then give a condition like :
      <>  Maximum(,)  //  'not equal'
    This will suppress other dates and give you the latest date on your detail.
    Thanks,
    Sastry

  • How do i get a refund for my student one year plan

    I brought the student plan thinking that my sch will not provide me with the photoshop that i need, but turns out they do provide it, so i do i get a refund for my plans?

    The order is cancelled, you will not be charged.
    Regards
    Rajshree

  • How to select middle rows in HR ABAP

    Hello Masters,
    I am new to ABAP-HR i want to know say suppose we have 4 rows in over-view of an employee in infotype "Organizational assignment"  in PA30, i know how to select the first and the last row but i want to know how to select the middle rows for ex : if i want to fetch the previous desigantion of an employee which is on the 2nd row everytime when i run my program.
    CALL FUNCTION 'HR_READ_INFOTYPE'
       EXPORTING
         pernr                 = a_pernr
         infty                 = '0001'
        begda                  = sy-datum
        endda                  = sy-datum
       TABLES
         infty_tab             = it_pa0001
    EXCEPTIONS
      infty_not_found       = 1
      OTHERS                = 2.
      IF sy-subrc <> 0.
    MESSAGE ID SY-MSGID TYPE SY-MSGTY NUMBER SY-MSGNO
            WITH SY-MSGV1 SY-MSGV2 SY-MSGV3 SY-MSGV4.
      ENDIF.
      READ TABLE it_pa0001 INTO wa_pa0001 INDEX 1.
      IF sy-subrc = 0.
      ENDIF.
    from Index 1 i am able to fetch the last action run on employee but how can i select the 2nd last action run on employee.

    I'm not sure if i am getting your point, but if you use HR_READ_INFOTYPE and BEGDA and ENDDA are set using the current date, you'll only get the active record(s) of your employee. If you want to get all records just don't use BEGDA and ENDDA in the FM and you will get all the records for that employee no matter what dates are they active in.
    All the records are sorted by BEGDA so the last one would be the last action run. If you want to get the previous assignment you can sort the internal table in the opposite order and get the second row.
    sort it_pa0001 by begda descending.
    READ TABLE it_pa0001 INTO wa_pa0001 INDEX 2.

  • How to display the 'language code' for language dependent 'Short text' ?

    Hi,
    I am new to BW.
    Can somebody help me with the following issue?
    I have an attribute 'Material category description'  and I chose short text exists and made it language dependent. I had loaded the master data successfully.
    Now I want to know how to check the 'language code' for this material category description. When I display the data, will the language code display by defalult?
    I had checked the text table using SE11
    It displays the following fields over there.
    /BIC/TS1_MCT_DS   [  /BIC/TS1(InfoObject name)  ]
    LANGU
    TXTSH
    I appreciate your help!
    Thank you
    Sekhar

    Dinesh,
    I went to RSD1 -> info-object -> Master Data/text tab. It shows my language selections there (Short text selected, language time dependent etc.) with everything grayed out.
    In SE16, I could display the data in the following format.
    /BIC/ST_PRID                TXTSH                 TXTMD
    P01                                   umbrella                 rainyday
    P02                                  tent                         waterproof
    etc.
    I want to see the 'language code' as one of the columns in this table.
    Can you help me do that?
    Thank you,
    Sekhar

Maybe you are looking for

  • Dual Monitor and Full screen playback in Color 1.0

    So, I was wondering if somebody could help me out. I have 2 screens, one is a 23" ACD other is a 23" dell. I am going to be color correcting with my Matrox MXO setup on the 23"ACD. Whenever I do full screen playback the waveform monitor and vectrosco

  • How to get the motherboard serial number?

    Hi i am writting an application which will encrypt the motherboards serialnumber and other info to do an activation of my application. inevitably locking my program to a specific PC. Does anyone know how i can get the motherboards serial number? I tr

  • How I read CSV files to XYChart?

    I'm record my process data whit spreadsheet object in .csv files and now I want read data to XYChart object. It is possible?

  • Please help me! Ipod plugged in but not connected

    I plugged in my ipod and when I went to update it after adding songs, according to my preferences no ipod was connected. So, I could not update. I checked the cord, tried another port, restarted my PC. Everything else I try to do, I can't because it

  • Mail keeps populating server info

    Okay, I want to reinstall Mail... wipe the cobwebs out and freshly enter information.  Problem is, it keeps repopulating the information from somewhere before I have a chance to set it up.  I deleted the mail folder in the Library, the mail preferenc