Portal Query: Enhancing infotype 77(Additional person) with screen control

Here is an interesting one. I am on EP7 and we have a customized infotype 77 development. The population of one of the infotype fields dictates the appearance of sub screens and other fields in the backend.
When i use the web dynpro iview and select edit enhanced fields, i see all the options and can see all the bespoke fields added in R3. However this is not what we need, we want the decision of which fields to appear decided dynamically the way it happens in the backend.
The other option I have is to use PZ56 as sapgui for html, but there is no function group for additional personal info in V_T588M_ESS.
Hence I am stuck, any suggestions or inputs will be granted points.
Regards,
Sumeet

I forgot to add, it is additional personal data for infotypee 77 in gb we have enhanced, i.e equal opportunities.
The population of military status decides which fields to appear.

Similar Messages

  • Enhancements:Search help addition to standard screen-field

    Hi Guys,
    I am trying to add search help to the standard screen field inco2 in transaction va02. for this I am trying to add inplicit enhancement point in include MV45AFZZ.
    I right click over the yellow line and create enhancement implementation in local object. the moment I choose my enhancemetn implementation and press enter, it gives me dump, Please nebody tell me where am I going worng, or Is my approach correct.....Please suggest.......
    thanks in advance

    Hi Anil,
    Can you please tell me how to approach for adding search help to standard screen field INCO2 in transaction VA02.

  • Stop Query if it does not match with Condtions & Control the result count

    Dear All,
    I have requirement in my Environment, I have to stop the Queries which compromises these conditions
    1. If Query is running more than specified threshold (if it running more than 2 mins).
    2. If Query is fetching huge data (rows more than 1000 for example)
    Please note we have done enough study on resource governor, it works on compile time, we need to control the queries during run time. Also resource governor does not restrict the resources if they are free.
    Answers are appreciated.

    Hello,
    I would not advise you to do such things in your environment.2 mins is very less time how could you be so sure a 2 min query is bad. And your second point is totally baseless it wouldtake a query a fraction of secondto read 1000 rows.My answer would be please
    dont implement.
    If you want to test below query might achieve the first requirement, I have not tested it please treat this query as hint and optimize or add anything if required.
    If you schedule this query through agent for every 2 mins or 5 mins .It can achieve.But some query takes more time to rollback than to finish scheduling this would lead to unstable environment
    USE MASTER
    IF EXISTS (SELECT * FROM TEMPDB.SYS.ALL_OBJECTS WHERE NAME LIKE '#KILL_CONNECTION')
    BEGIN
    DROP TABLE #KILL_CONNECTION
    END
    CREATE TABLE #KILL_CONNECTION
    SESSION_ID INT
    ,TOTAL_ELAPSED_TIME BIGINT
    ,START_TIME DATETIME
    INSERT INTO #KILL_CONNECTION
    SELECT
    SESSION_ID
    ,TOTAL_ELAPSED_TIME
    ,START_TIME
    FROM SYS.DM_EXEC_REQUESTS
    WHERE TOTAL_ELAPSED_TIME > 7200 AND SESSION_ID > 50
    DECLARE @SESSION_ID BIGINT
    DECLARE @CMD VARCHAR(1000)
    DECLARE KILL_CONNECTION CURSOR FOR
    SELECT SESSION_ID
    FROM #KILL_CONNECTION
    OPEN KILL_CONNECTION
    FETCH NEXT FROM KILL_CONNECTION INTO @SESSION_ID
    WHILE @@FETCH_STATUS = 0
    BEGIN
    SET @CMD = 'KILL ' + @SESSION_ID
    EXECUTE (@CMD)
    END
    CLOSE KILL_CONNECTION
    DEALLOCATE KILL_CONNECTION godrop table #Kill_connection
    Please mark this reply as the answer or vote as helpful, as appropriate, to make it useful for other readers

  • Additional subtypes in Screen Control

    I have 3 subtypes in added in the custom infotype.The 3 additional screens are just copied from the existing screen.
    The problem is the 1st subtype worked. but the 2 subtypes captured the 2000 single screen. I asked the functional to config it and it seems correct when i checked in T588. Is there any config that I can check? My function even tried to use the same screen for all 3 subtypes. But it didn't fix the the screen.
    Need your professional advice.
    Thanks in advance

    Hi,
           Go to your screen painter -> Click on the tab strip control ->In the bottom attributes , change the Tab title to 7 -> This will create two more tabs
    Now click on the newly created tab push buttons -> Give text and Fct code ( if required )
    <b>if required</b>
    Create sub screens and drop it inside this two new tabs. eq ( sub_scr1 and sub_scr2)
    In your PBO and PAI of the screen you will have  CALL SUBSCREEN , add this 2 subscreens there.
    <b>or</b>
         Directly add the fields you required in the tab strip.
    Regards,<b></b>

  • Can't see the ESS Additional Personal Data link within Personal Information

    Hi All,
    For some reasons, I can not see the Additional Personal Data link within the ESS Personal Information iView. I have checked the Homepage framework and the existence of the iView in the PCD and everything appears to be fine.
    Do I need to assign any additional infotype to my id or give myself specific authorisations to see this link?
    I would really appreciate if you could provide an answer to my query.
    Thanks,
    Vibhu

    Hi,
    I think mostly you have maintained the data in PA30 Transaction and had data in Info type 0105.
    After this try to check with your EA-HR patch and SAP HR patch in the services. If  both are not maintained at the same patch levels such type of problems will occur.
    Regards,
    kishore.

  • Enhance infotype 0077 screen number 2008

    Hi,
    I want to enhance infotype 0077 screen number 2008.
    Using PM01, i created enhance single screen record with infotype 0077 with version 08.
    But the additional field appear on screen number 2000 instead of screen number 2008.
    How to add the additional field to 2008 instead?
    Thanks.
    Best regards,
    Xiang Li Heah

    Hi Volker Binder,
    Try "Infotype Screen Control" in T588M.
    T588M is a table and there is no column name called "Infotype Screen Control", can you provide further infomation on this?
    Hi Sheetal,
    My requirement is to add sexual orientation field into IT 77.
    The added field need to be display/edit on PA30 (screen number 2008).
    Using PM01, i created single screen enhancement  on IT 77 with version 08 (GB).
    Using PA30, by selecting different employee, the additional fields display on screen number 2000 but it is not display on screen number 2000.
    Many thanks.
    Best regards,
    Xiang Li Heah

  • Infotype Screen Control (T588M) not working for additional fields to contro

    Hi,
    I have a requirement to enhance IT 0002 with fields LNAMR, FNAMR and CNAME. Also field preferred language.
    I have included LNAMR, FNAMR & CNAME as additional fields in the Include Screen 2040 elements, lay editor and maintained table T582c where i have assigned enhancement to the standard screen. These fields are getting displayed in infotype 0002
    But the issue is Infotype Screen Control (T588M) is not working for these fields to control the display or hide.
    Has any of you come across this issue? what could be the reason for this issue? Please suggest ASAP.
    Thanks in advance.
    Regards

    Hi Experts,
    Please help with your inputs and suggestions.
    Regards

  • Enhance infotype 2003

    I want to enhance infotype 2003.
    I'm going through PPCI transaction, i've created structure CI_2003 with a new field.
    I've created modulpool ZP200300, and i've inserted a new entry in table T582C.
    But when i check the infotype via PA30 my new field is not shown,
    Any ideas???

    Unfortunately you cannot enhance the Time Infotypes.. pl take a look at this
    Re: Add new field to 2001 infotype

  • HR ABAP Query - Simulated infotypes 2501 and 2502

    Dear all,
    I am developing a report based on Simulated infotypes 2502 (Quota Statuses) and 2501 (Employee Time and Labor).
    Since my report provides an overview of all the reporting quota types and reporting time type to the end-user, I need to extract data from both the infotypes ( 2501 & 2502 ) simultaneously.
    I created a report with (Logical Data Base) LDB PNP and the HR report category is also set as required. In other words the attributes is set as same as in standard report (RPTBAL00).
    In the declaration part of the program I mentioned the source code as.
    INFOTYPES:
    *-----Infotypen
    INFOTYPES:
    0001,     "Org. Zuordnung
    2001,     "Absence type.
    2002,     "Attendance
    2500,     "Personal Work Schedule (Simulated Infotype 2500)
    2501,     "Employee Time and Labor (Simulated Infotype 2501)
    2502.     "Quota Statuses (Simulated Infotype 2502)
    In the START-OF-SELECTION.
                          GET PERNR                                      *
    GET pernr. (break point set at statement)
    Here my problem is when I execute the report for multiple employees data from simulated Infotype 2501 is deriving wrongly. The data for the first employee will always correct. From the second employee onwards date fields BEGDA and ENDDA will be 00000000. After a detailed debugging (setting break point at GET PERNR statement) I found that the problem is occurring only with Infotype 2501 values and not with Infotype data 2502.
    I also note that  this will happen only when I use both 2501 and 2502 at same time in the declaration part
    INFOTYPES:
    2501,     "Employee Time and Labor (Simulated Infotype 2501),
    2502.     "Quota Statuses (Simulated Infotype 2502)
    Question is How to correct this date field values obtained through GET PERNR for Infotype 2501 when using both infotypes 2501 and 2502 simultaneously.
    Per requests for testing this is:
    I.     Your system should be configured for reporting time types.
    II.     Time evaluation should be run for at least one time to transfer data to simulated infotypes.
    III.     Persons with less understanding of SAP HCM may have to take help of a functional consultant.
    Please help me in with your valuable suggestions:

    Thanks a lot for all your suggestions,
    I have tested with this still the same problem persists.
    From the second employee onwards the value of P2501-begda and P2501-endda is 00000000.
    Step 1: create a new program  zhr_test.
    Step 2: Assign PNP as the logical data base in the report attributes.
    Step 3: Use XXXX2001 as report category.
    Code for TEST 1: normal test case
    REPORT  zhr_test.
    TABLES :pernr.
    INFOTYPES:
        2501, "Employee Time and Labor (Simulated Infotype 2501),
        2502. "Quota Statuses (Simulated Infotype 2502)
    START-OF-SELECTION.
    GET pernr.
    BREAK-POINT.
    Code for TEST 2: suggeated by Venkat.O
    REPORT  zhr_test.
    TABLES :pernr.
    INFOTYPES:
        2501 MODE n, "Employee Time and Labor (Simulated Infotype 2501),
        2502 MODE n. "Quota Statuses (Simulated Infotype 2502)
    START-OF-SELECTION.
    GET pernr.
      rp_read_all_time_ity pn-begda pn-endda.
      BREAK-POINT.
    In Both the cases, infotype 2501 records  begda and endda values will be 00000000 from second employee.
    You can test only if you have simulated infotypes configured in your system, atleast one time the time evaluation would have been run.
    Thanks
    Cibin

  • Enhanced Infotype (IT0002) field in HRMD_A07 IDoc

    Hi All,
    I have enhanced SAP standard infotype 0002 (via PM01) to include one new field(NWFLD1). The infotype functions perfectly well with the new field(NWFLD1).
    I would now like to see this new field in the IDoc that is generated via change pointers. At present the IDoc (HRMD_A07) does not reflect the new field.
    [I guess I'd need to incorporate this new field in an IDoc segment and then assign this new segment in the Tech. attributes for IT0002 and maybe also use some BADI/UserExit to transfer the values].
    What steps do I need to take to achieve this?
    Many Thanks in Advance.
    Sanjay
    PS: I have no problems with custom infotypes which work almost 'out of the box' when I create a new IDoc Segment and specify that as the 1st IDoc segment in the Tech. attributes for the custom IDoc via PM01.

    Hello Sanjay,
    I have a similar issue as of yours.
    I had to add 2 custom fields to the standard IT0002.
    I have created a new segment and attached to the extension and maitained the same in T777D.
    But as of now no data is getting populated for that new segment.
    I guess I also have to do some develoment but not sure where and how?
    Thanks in advance for the answer.
    Naveen.

  • Can we enhance the Sender SOAP Adapter with our own modules?

    Hi All,
    Can we enhance the Sender SOAP Adapter with our own modules on the Module Tab Page in the Module Processor?
    I believe the answer is no. However, whatever may be the answer, I would like to know that is there any specific reason for that.
    Please help me in this regard.
    Thanks,
    Yogi.

    Hi,
    I think, we are mentioning the URL of the adapter channel directly in the configuration. SO there is no place we can customize this flow..just a thought
    Because in the file adapter etc, After Adapter Engine picks up the data and before it goes into integration engine module is processed..
    http://help.sap.com/saphelp_nw2004s/helpdata/en/fc/5ad93f130f9215e10000000a155106/content.htm
    https://www.sdn.sap.com/irj/sdn/go/portal/prtroot/docs/library/uuid/f013e82c-e56e-2910-c3ae-c602a67b918e
    Rgds,
    Moorthy

  • Is it worth using select query on infotype tables

    Hi Experts,
    I might be posting in the wrong column, but i just need to know is it worth using a select query on Infotype tables (PAxxxx)?? or should we prefer using the function modules for data fetching?
    If select is not suggested, what is the reason for that?
    Rgds
    Prateek

    Hi ,
    Its not said that u cant write select on PAXXXX tables . Yes of couse LDB are there to fetch the data but it depends on
    the requirement when to write a select and when to consider using in LDB .
    Generally when you are looking at say 8 to 10 tables of infotypes with free selection , then LDB is suggested to fetch the data .
    if you are looking to fetch the data for say some tables for a restricted selection (where clause) then select is used .
    If i want to write a program using select only then fetching data from infotypes tables for large no of records will lead to
    more time consumption which becomes easier in LDB as they are fetched in hierarchy level based on keys .
    Normally it will be a combination of LDB and select querys  in the development scenario
    Br,
    Vijay.

  • Way to modify the employee's information (enhanced InfoType) in MSS?

    In MSS General Information/ Related Activity area, the manager can modify the employee's information (Addr. Family Member, etc.), as it is a standard module.
    Now we have an enhanced InfoType in ECC backend, and want to make it can be modified by the manager through MSS like the other information(Addr. Family Member, etc.).
    Is there a way to realize this?
    Thanks very much.
    ps. We don't have the NWDI environment. EP 7.0  SP10.
    Weiming

    General notes
    1. You really should have error checking after most lines
    2. You don't need to get the field ids every time.
    Something is wrong in your implementation or description. Or both.
    You are attempting to get an object from the array. Then you modify the data in it. Then you set it back into the array.
    You don't create a new object anywhere.
    So which is it? Is the array empty or is it populated with objects and you are just setting the data in each? The code suggests both (obviously illogical.)

  • How to do query enhancement in my case

    BW Expert,
    I want to get the number of employees in average. So, in this case I have to add all the number of employees by month, then divide the total number of months.
    In this case I have to create variable and provide a popup windows, after I enter the begin month and end month and year information, system will automatically calculate the the number of employees by each month with entry year and add together, then divide the total number of entry months.
    The question is how to create customer variable and do query enhancement in my case. Pls info. Thanks!
    Edited by: hi ni on May 8, 2008 5:12 AM

    I haven't done this yet, but soon I'll need to coordinate a laptop and a desktop machine. So don't take my word for anything!
    It sounds as though you have Aperture set up so that the laptop machine's library is on the external drive -- not just the images that make up the heart of the library. Is that right? The alternative would be to tell Aperture its library is on the laptop, but have the library reference master images on the external drive. Previews -- if you have Aperture set to create and/or maintain previews in any or all projects -- are in the library, which is on the computer whether or not you have the drive containing the masters with you.
    (Am I going wrong yet??)
    But I'm still not clear, when master images are referenced, where Aperture stores versions, adjustments, metadata; in the library or with the referenced images?
    Anyway, it seems as though this arrangement should allow you to import new images into a project in the laptop's library while on the road. Then I don't think you even have to export and re-import the project -- when you're hooked back up to the external you just "relocate masters" for the new project onto the external drive.
    Somebody please straighten me out if I've got all this wrong.

  • How to enhance IT 1001 additional data screen.

    Hi Folks,
    I want to enhance IT1001 additional data screen, (I want to add two fields on the screen), the table of it is HRPAD34 and it also contains CI include, But When i try to enhance it through PPCI T-code, I'm unable to do it, Can any buddy suggest how to enhance screen  of additional data of IT1001.
    Thanks
    Teja.

    try this link u will get enhancing infotype....
    <link to blocked site removed by moderator>
    Thanks,
    Amol
    Edited by: Thomas Zloch on Feb 6, 2012

Maybe you are looking for

  • Null and Empty Values

    Hi All, Is there a parameter which allows me to translate automatically the instruction select * from table_a where col_a = '' in select * from table_a where col_a is null Thanks

  • How do you delete duplicate songs from your iPhone that do not show up in your iTunes library?

    everytime i purchase songs on itunes and sync them to my iphone 4, the songs downloads twice. one as the actual song, and the second one doesnt do anything. when you click on it, it just skips to the next song and doesnt play anything. also this seco

  • Create PDF from Web page using Acrobat X - Page Order

    I have a structured web site that is in fact Program Help The web pages are structured as follows: index.html - Main Topic Index page with links to all topic subject index pages topic/index.html - Topic Subject Index Page with links to all subject pa

  • I used find my iphone yesterday (my daughters iphone6)

    I used the "Find my Iphone" app (have been using to keep track of my daughter) and I check her frequent locations as well...so far in the frequent locations until last week they had all been pretty accurate but there is one location that puts her not

  • Solaris 10, local zone & vcs

    Hi, Anybody tried running vcs from within a solaris 10 sparse local zone? We currently have two T2000' s each running Solaris 10 6/06. I've installed Veritas Foundation Suite 4.1 on each and configured vcs. The cluster is functioning with failover en