Calling a custom Infotype field in Time Management PCR

Dear All,
I need to read a custom Infotype field in TM PCR to read the individual leave entitlement. In my organization there is no employee group wise or Personnel Area wise fixed entitlements for leave. Leave entitlement varies individual to individual based on the contract. We are planning to maintain the individual annual entitlement in a custom infotype n then call this information in PCR to accrue the prorated quota each month.
Is there any standard operation available which can be used to read a custom infotype field or do we need to create a custom operation or function. If so, kindly let me know how to create them.
Appreciate your early response.
Thanks & Regards
Syed

Syed,
I am not really sure about it. What I can tell you is that there is standar operation TABLE that is use to read fields from infotype. You may use that operation as a base or maybe just create some enhancement on it (I really don´t if that is possible). Check with your ABAP and have a look on operation table.
Regards,
Edoardo

Similar Messages

  • How to make a custom infotype field the time constraint 1?????

    Hello everyone I have this challenging question for gurus to answer it.
    In custom created infotype for OM Ii have that field called ZZJOBID. When infotype was created I assigned the time constraint 1 for that infotype. That time constraint was base on OBJID not on ZZJOBID. Now the problem I am encountering is when I assign the 2nd ZZJOBID  with time span 01011800-12319999 it overwrite the 1st assign ZZJOBID.
    for the requirement reason I have to use PO10( not po03). If I change the time constraint to 3 which let me have the multiple records but I am losing the delimit and other functionality which comes with time constraint 1.

    Suresh,
             you are wright when you say that ' Time Constraint is for the Infotype/Subtype record and cannot be based off a field.' The OM infotype runs on bases of Object such as Organizational Unit, Job, etc... The point I was trying to draw is I am looking for a way that allow me to work via TC PO10 which run on Organizational Unit along with different ZZJOBID (with same begda and endda, if needed).

  • Custom infotype field data in Rem. Statement

    Hi,
    I am trying to display a date in the Rem statement from a field
    in custom infotype.Have given the table and the field and pulled
    the same into the Remu. statement with conversion being Date
    formatting.But the date is not reflecting in the slip.
    Request suggestions on the same.
    REgards
    Madhavi

    Hi,
    You can try the same through custom program.
    When you call the smart form you can pass the date in the data table and display it through payslip.
    Thanks,
    Sutapa.

  • Custom infotype - field length issue

    Hi experts,
    We have a requirement of keeping so much free text fields in the custom infotype. However, the system doesnu2019t allow having these many fields in the PS structure. We got the information from the error description as- The maximum length of PS structures for infotypes is 1000; this is the length of the general infotype header in bytes. Could you please suggest some way to solve this issue?
    Thanks,
    Rahul

    Give a field and try to enter some decription for large text in  that field .
    Create a table for that field and give F4 for that .
    Maintain the text in SO10 and call that text using read_text fn module .
    Try this way

  • Custom Infotype Creation in ORG Management

    Vijay,
    Can you send me the steps so I can assign the points.
    Thanks,
    Parina

    Here are the steps that I followed:
    Enter the transaction code PPCI
    Enter a four digit infotype number (9nnn) and an infotype name.
    Select Field Infotype
    Choose Infotype Create.
    Choose Check environment to maintain the required entry in table T777I (Infotypes per object type).
    Choose the Entry 'T777I' under the list of 'Table Entries' (This list is produced when you choose 'Check' on the First screen of the Transaction PPCI.
    Press the 'Change' button and you will be taken to the 'Maintain Table Views' Transaction (SM30).
    Press the Maintain button.
    From the list of Infotypes locate the custom infotype created and select the entry for that.
    Click on the 'Time Constraint' folder appearing on the left hand corner of the screen.
    The screen for Change View Time Constraint would appear.
    In the object type field put in: O,P,S whatever is relevant to your requirement.Also add the time constraint.
    Save it and double click on the 'Infotypes per object type' folder (on the left hand side again).
    Create a new entry here for your infotype and save it.
    Come back to the Transaction PPCI and you are all set.
    This is all I did and it worked.
    Thanks,
    Vijay

  • Description for value help field for custom infotype field

    Hi,
       I`ve got to include a field in custom infotype. This field has got a value help attached to it. The values to be displayed in the value help are stored in the domain of the field(in the dictionary).
    The requirement is that once I select a value from the F4 help, the description for that value should be fetched and be dispalyed on the screen.
      I`m using the FM "<b>AM_READ_TEXT_ON_DOMAIN_VALUE</b>" to read the description from the domain ,but unable to make it display it on the screen.
      Can anyone suggest me as what should I do for displaying the description in the custom infotype screen.
    Regards,
    Farhana

    Hi anji,
       While using the "GET_DOMAIN_VALUES", I do get all the values from the domain. But I want only description to be displayed when I select a Value for that field.Kindly help out..
    Eg:
    1-Individual
    2-Family
    Then the description should be displayed as Family when I select the value 2 from the value help.
    Regards,
    Farhana.

  • Some Questions on Time Management PCR's and Functions

    Hi Experts,
    I have Confusion while i am reading some PCR's related to Time Management. Please clarify..
    1. "FILLPV T "    why we are using this operation and what is the need?
    2. "OUTTPORIGS" what is the origin statuses and how many origin statuses are there in SAP and is there any table related to this please tell me.
    3. What is the difference between RPTQTA00 and RPTIME00?
    Please help me
    Thanks.

    Hi All,
    Please give me some examples to explain FILLPV. so that it can help me to understand easily.
    and how many ore there origin statuses are there in SAP.
    What is the INTKY operation why we are using that?
    How we can delete the Time Evaluation Results?.
    Thanks.

  • Splitting on customer defined fields in Grants Management

    Hi All,
    I am implementing a grants management solution where funds are drawn down from the sponsor using resource related billing based on payments.  As part of the reporting to the sponsor we are required to report information from the grants management ledger (payment documents) with information from a third party system which triggered the initial expenditure against the grant.  The join between the information is a reference number passed from the interfaced system.
    My solution is to put the reference number in a customer field in the coding block and have updated the GM field movement to populate the field in GMIA.  I would like to put this field in the splittng rules in grants management so that for the reporting to sponsor can be a straight forward join on the interfaced system and the data from payments in GMIA (rather than splitting in the general ledger then joining GMIA, flex GL data and the interfaced system).
    The fields which can be used in splitting in GM seem to be a predefined list.  I have traced this in debug and found a function module GM_SPLIT_T8G40_FIELDS which is defining the list of fields availale and translating the the field name.  Any field for which it cannot find a new field name in this function module is being deleted from the list of valid fields.  Therefore, customer fields are deleted from the available fields for splitting.
    Can anyone suggest a way around this?
    Kind regards,
    Geoffrey

    OK, it's something along the lines of:
    Vendor Invoice posted in GL:
    Entry view:
    CR Vendor                                         1000 GBP
    DR Expense/Customer field A              600 GBP
    DR Expense/Customer field B              400 GBP
    GL View (splitting on customer field):
    CR Vendor/Customer field A                 600 GBP
    CR Vendor/Customer field B                 400 GBP
    DR Expense/Customer field A               600 GBP
    DR Expense/Customer field B               400 GBP
    GM document (not possible to split on customer field)
    Value type 54 CR Vendor                            1000 GBP
    Value type 99 DR Expense/Customer field A  600 GBP
    Value type 99 DR Expense/Customer field B  400 GBP
    Payment Posted:
    GL Entry Veiw
    DR Vendor            £1000
    CR Bank Clearing  £1000
    General Ledger View (split on customer field)
    DR Vendor/Customer field A                 600 GBP
    DR Vendor/Customer field B                 400 GBP
    CR Bank Clearing/Customer field A       600 GBP
    CR Bank Clearing/Customer field B       400 GBP
    GM Document (not possible to split on customer field)
    Value Type 54 DR Vendor            £1000
    Value Type 57 CR Bank Clearing  £1000
    In GM, there is no link back to the values in the customer fields when the payment is made as the field movement from GL to GM is based on the line items and values in the the entry view and not the split general ledger view.  If  the split GL data were used to populate the GM tables, then the data would already be split by the customer field by the time it reaches GM, negating a need to split on the customer field once in GM.
    It still feels, however, that the simplest solution would just be to have the GM ledger split by customer fields.  I have tried raising a customer message with SAP, but this query falls outside of their support remit.
    Kind regards,
    Geoffrey

  • Make the Report RPUAUD00 display a custom infotype field

    Hi Guys,
    I have completed the creation of a custom field in Infotype 0001. However upon running the report RPUAUD00, I cannot see in the detailed output report my custom field created. I'd like to ask If I missed any procedure so I can see that custom field I created in the report RPUAUD00.
    Thanks..

    Hi,
    You need to add the new field in the change document. Find the SPRO path below.
    Tcode SPRO-> Personnel Management-> Personnel Administration-> Tools-> Revision-> Set up change document.
    Br/Manas

  • I have called the customer service number 4 times and got hung up on 4 times

    Well, great customer service! I called to speak with a rep regarding my account. Here are the exact details: Call #1  7/29/15 5:24 Pm hung up on after 2 minute 12 secondsCall #2  7/29/15 5:26 Pm hung up on after 5 minutes 2 secondsCall #3  7/29/15 5:31 Pm hung up on after 26 minutes 17 secondsCall #4  7/29/15 6:41 Pm hung up on after 24 minutes 13 seconds So i have just wasted an entire hour of MY time uselessly waiting for these idiots to resolve an issue. This is the worst I have ever seen. Rediculous!

    tacoman2005 wrote:
    Well, great customer service! I called to speak with a rep regarding my account. Here are the exact details: Call #1  7/29/15 5:24 Pm hung up on after 2 minute 12 secondsCall #2  7/29/15 5:26 Pm hung up on after 5 minutes 2 secondsCall #3  7/29/15 5:31 Pm hung up on after 26 minutes 17 secondsCall #4  7/29/15 6:41 Pm hung up on after 24 minutes 13 seconds So i have just wasted an entire hour of MY time uselessly waiting for these idiots to resolve an issue. This is the worst I have ever seen. Rediculous!You can try online chat here if it helps you:  https://www.comcastsupport.com/ChatEntry/Protected.aspx

  • Understanding Time Management PCR

    Hi All,
    I am trying to understand a  PCR and I am not sure why the below highlighted nodes are kept like this. Can someone please help me out.
    TIA..

    Many Thanks Vivek for answering my query.. I have read your many blogs and was helped immensely guidance given to  freshers (P K agarwal books), kinda follower of yours .
    Coming back to this query.
    I have checked in table there is no entry as attendance type 14/0014. I am almost clear with this PCR but just have a doubt. If we see the below  screenshot, I believe for any  attendance type except 14 there will be addition to Day balance table (ADDDBZD00). In case the Attendance type is 14, it will stop processing the PCR and control go back to schema..
    Regards
    Mohinder ...<I am bad with remebering Names .. thanks for reminding me TIA from Blood diamond >

  • Time Manager's Workplace required fields (BAdI)

    Hello,
    we have a problem with required fields in Time Manager's Workplace. In our process, when time aministrators creates absence ILLNESS, field Certified start is required field. In customizing and in note 415119 is written, that required fields can be customized with BAdI. Our specialist has tried to customize it as written in note but he didn't found how to customize screen enhancement. He also found, screen enhancement is not possible. Does anybody know, hot to fix that problem?
    BAdI, we are using is PT_BLP_USER.
    Thank you very much,
    David

    Hi David,
    To update any customization you made to the PTMW screens, you have to run the following Program on the Production System:
    Transaction SE38 > RPT_TMW_CUST_UPDATE_TCVIEW
    Select the u2018Update TCVIEW tableu2019 block.
    Run the program for the following Screen Areas:
    u2022 EN1: Column settings for Time Events tab in Multi-Day view
    u2022 TN1: Column settings for Time Data tab in Multi-Day view
    u2022 T11: Column settings for Time Data in One-Day view
    u2022 T1M: Column settings for Time Data in Multi-Person view
    Please let my know if this solves your problem.
    Regards
    Renier Loots

  • Time Management: How to call birth year of an employee through PCR?

    Hi Friends...
    This is related to Time Management PCR. Can you help me in calling the birth year(1980 for example) of an employee through any operation? It would help a lot.
    Thank you all in advance

    Hi Friends...
    I agree that we will get the difference of years, months and days with IT0041. There is another option also available from PCR to get the difference between 2 dates. But, we need the birth year only here to serve the following requirement...
    Irrespective of the month and day, if employee is born in 1980, He should get 20 days of quota in the year 2013.
    1981 - 2014
    1982 - 2015
    and so on
    So, here neither months, nor days are going to help. We need to query the birth year..so that we will do BCURYR-XXXXX(Birth year) and if it is 33 years..He will get 20 days -
    this is for example.
    Hope you are now clear with the requirement. Can you please help.

  • Global Variable declaration in Custom Infotype

    Hi All,
    I need to validate a custom infotype field, where i need to check for execution times. I need to override the field value only during first time of the run(PAI logic) and there after user can choose a value of his choice.
    I was looking out for Global variable to check if its first run. Can you please tell me how do i create global variable in custom infotype? The top include specified in the program is not editable, being standard (MPH5ATOP).
    Thanks,

    >
    Sachidanand B wrote:
    > Hi All,
    >
    > I need to validate a custom infotype field, where i need to check for execution times. I need to override the field value only during first time of the run(PAI logic) and there after user can choose a value of his choice.
    > I was looking out for Global variable to check if its first run. Can you please tell me how do i create global variable in custom infotype? The top include specified in the program is not editable, being standard (MPH5ATOP).
    >
    > Thanks,
    The system will generate an include with the naming convention ZP<Custom Infotype number>10(This program will be included in the custom infotype main program ZP<Customeinfty number>00). You can use this include for your data declarations.
    Ex: if the number of the custom infotype is 9010 the generated include name will be ZP901010.
    For more details check the link below
    http://help.sap.com/saphelp_47x200/helpdata/en/4f/d525ad575e11d189270000e8322f96/content.htm
    Regards
    Rajesh:

  • SAP Query on Custom Infotypes

    Dear friends,
       Is it possible to generate SAP Query on Custom Infotypes.
       As I am trying them and while creating Infogroup on my custom Infotype fields, It is not getting generated.
       Could you please suggest how to proceed.
    Thanks in Advance,
    Regards,
    Satya.

    hi,
    I think its not possible to fetch custom infotype fields using SAP Query....ask your abap consultant to write a simple report...that wil do....

Maybe you are looking for

  • Reg: Sale Order short close at Schedule lines level

    Dear Gurus, Requirement is to close all open schedule lines beyond one month. In detailed. User Enters Manual Schedule Lines as per the requirement of the customer say for 6 months. for Eg . Sale order entered on 1st of august to Dec with 500 qty, sc

  • The "general"tab in firefox options doesn't open

    I can't download anymore. Trying to check my settings the "general"tab in firefox options doesn't open. What can I do? thanks in advance, August

  • Can my ZenXtra do th

    two questions: ) when I record a signal from the mic input of my computer via the creative media source player, I can only record 7-60 seconds worth of audio. Is this somehow related to the standard audio recorder that is supplied with Windows XP? Ca

  • How many x in y

    Hi I need to make charge based on 100s or any part thereof. So for 223 I need to charge three times (100 + 100 + 23) etc. How do I calculate this figure of three from 223? I know there is mod but it gives me 223 mod 100 = 23 but not how many hundreds

  • Safari in Lion crashing on opening

    I click on Safari, it bounces in the dock for a few seconds and then I get an error page with "Safari quit unexpectedly" and then all this gumpf in the Problem Report. Does anyone have any idea how to rectify this? Process:         Safari [397] Path: