Change subtype in infotype 22 (education)

Good morning,
I implemented the infotype 22 education. I have only one kind of "Educational establishment", and for it I have severals "Education/training" entries.
The infotype 22 have the subtype in relation with "Educational establishment" so if I use for the infotype 22 the "Time constraint" " Record must have no gaps, no overlappings" I can't have different "eductaion/training" for one employee because the sistem for the same "Educational establishment" close the record before and open a new record with new validity.
I would like understand if possible change the subtype from "Educational establishment"  in "Educational establishment" + "Education/training"  to permitt to insert severals  "Education/training" for the same type of school.
Thanks you.
Marco

With the time constraint "3" in the infotype pa022 is possible to have this situation:
CID     ENDDA     BEGDA     SLART     AUSBI
1     31.12.9999     01.09.2011     1     3
1     31.12.9999     01.09.2011     1     3
The same SLART AND AUSBI can exist for the same period.
Actually If I change time constraint "1"  can exist just only record for one kind of SLART because the subtype have the key just with field SLART, there isn't the fiel AUSBI in the key.
So the question is:
I would like to use the time constraint "1" but the system have to permitt to have different record like below, so permitt to have the same key SLART+AUSBI for different period.
CID     ENDDA     BEGDA     SLART     AUSBI
1     02.09.2011     01.09.2011     1     3
1     31.12.9999     03.09.2011     1     3
It is possible?

Similar Messages

  • Creating subtype for Infotype.

    Hi ,
    I have created a customInfotype following the steps below:
    1) Go to Transaction PM01.
    2) Enter the custom Infotype number which you want to create (Should be a 4 digit number, start with 9).
    3) Select the 'Employee Infotype' radio button.
    4) Select the 'PS Structure Infotype'.
    5) Click on Create... A separate table maintenance window appears...
    6) Create a PS structure with all the fields you want on the Infotype
    7) Save and Activate the PS structure
    8) Go back to the initial screen of PM01.
    9) Click on 'All' push button. It takes a few moments.
    10) Click on 'Technical Characteristics'. Infotype list screen appears
    11) Click on 'Change'(pencil) button
    12) Select your Infotype and click on 'Detail' (magnifying glass) button
    13) Give 'T591A' as subtype table
    14) Give 'T591S' as subtype txt tab
    15) Give your subtype field as subtype field
    16) Save and come back to PM01 initial screen
    17) Click on 'Infotype Characteristics' ... Infotype list screen appears
    18) Click on 'Change' (pencil) button
    19) Click on 'New Entries'
    20) Enter your Infotype number and short text
    21) Here we have to set different Infotype Characteristics as per the requirement. (Better open another session with some standard Infotype's infotype characteristics screen and use as the reference to fill yours)
    22) Save your entries.
    23) Now the Infotype is created and ready to use.
    24) If you want to change the layout of the Infotype as per your requirement...
    25) In the PM01 initial screen...Select 'Screen' radio button and give 2000 as the screen name, then click on edit.
    26) In the next screen.. Select 'Layout Editor' and click 'Change'.
    27) Screen default layout appears...here you can design/modify the screen..change the attributes of the fields..etc.
    28) Save and activate. (Don't forget to 'Activate at every level)
    In thread Infotype the following method is given to create subtype for Infotype.
    <b>Subtype Creation :</b>
    Transaction PM01 Goto Subtype Characteristics. Click on Append and then subtype. Enter the name and description of subtype on screen.
    Then goto technical Characteristics and maintain the details of subtype there. I.e name of subtype i.e. component name defined in PSnnnn. Subtype table is T591A.
    Subty.text tab is T591S and time const tab is T591A.
    But I am having no option to create subtype from PM01.
    Please guide on this.
    Thanks&Regards
    Ananya
    Message was edited by:
            Ananya Mukherjee

    Hi,
       What you are trying to do is to modify a Standard ( delivered by SAP ) object. This would obviously not be allowed all that easily. You will have to contact SAP and obtain what is known as an access key. You would then be able to modify the object. This stipulation makes it explicit that SAP is not responsible for any problems that you may encounter by changing the standard functionality.
    There is, however, an exception to this. We have something called user-exits in sAP. These are the places in the code where SAP has given the customer an option to include some custom functionality within the standard functionality. That is because SAP thinks that these are the points where customer-specific functionality is most likely.
    Hope you can now see the point. If you want to modify PM01, you have to either search if an appropriate user-exit is available, or you have to contact SAP to obtain the access key.
    <b>Reward points</b>
    Regards

  • Creation of subtype for Infotype 128

    Hi All
    What is the IMG path for  creation of subtype for Infotype 128?
    Regards
    Ritu

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

  • Change Logs for Infotypes !!

    Hi,
    How do i activate Logs for an Org Infotype ? Can I do this for Custom Infotype too ?
    Thanks in Advance !!
    Naveen

    Hi Naveen,
    Please refer the following steps in SPRO
    Position Budgeting and Control ->Automatic Commitment/Budget Creation ->Basic Settings ->Activate Recording of Financing Relevant Infotype Changes ->Define Relevant Object Types for Change Log
    Here, you can define the object types for which you want to monitor the changes
    Position Budgeting and Control ->Automatic Commitment/Budget Creation ->Basic Settings ->Activate Recording of Financing Relevant Infotype Changes ->Define Infotypes Relevant for Change Log
    Here, you can define the infotypes that you want to monitor.
    Finally, make sure the change log is activated at the below step
    Position Budgeting and Control ->Automatic Commitment/Budget Creation ->Basic Settings ->Activate Recording of Financing Relevant Infotype Changes ->Activate Change Log for Infotypes
    I hope this helps you.
    Regards,
    Swapna.

  • Finding changes in HR infotypes by date.

    Hi All,
    I am required to develop a report giving * changes in HR infotypes by date.
    *I have made use of two Function Modules, HR_INFOTYPE_LOG_GET_LIST and
    HR_INFOTYPE_LOG_GET_DETAIL. I am able to correctly get the table giving
    output of first function module HR_INFOTYPE_LOG_GET_LIST. However, when I am
    passing each record of table retrieved as output of first function module to
    second function module, it is taking a lot of time to process and finally
    gives a dump at the SELECT SQL statement that is responsible for retrieving the data from PCL4 cluster.
    Regards,
    Ameet

    Hi,
    Thanks for the reply.
    Yes, thats true. My requirement is based on report RPUAUD00 infotype audit report.
    Based on this report and Functional Specification given to me, I am required to make use of two Function Modules mentioned earlier.
    I have written a code given below:-
    DATA: t_change_list TYPE pldoc_key_tab,
    w_change_item TYPE pldoc_key.
    CALL FUNCTION 'HR_INFOTYPE_LOG_GET_LIST'
    EXPORTING
    TCLAS = 'A'
    begda = p_aedtm
    endda = p_aedtm
    TABLES
    infty_logg_key_tab = t_change_list
    DATA: t_before TYPE prelp_tab,
    t_after TYPE prelp_tab,
    w_before TYPE prelp,
    w_after TYPE prelp.
    LOOP AT t_change_list INTO w_change_item.
    CALL FUNCTION 'HR_INFOTYPE_LOG_GET_DETAIL'
    EXPORTING
    logged_infotype = w_change_item
    TABLES
    infty_tab_before = t_before
    infty_tab_after = t_after.
    ENDLOOP.
    Now, when I loop at t_after into its corresponding workarea, just to know the records populated by means of following code.
    LOOP AT t_after INTO w_after.
    CASE w_after-infty.
    WHEN '0001'.
    WHEN '0007'.
    etc..........
    ENDCASE.
    ENDLOOP.
    It gives me dump when report is run, and the dump error screen locates this error at point select * from PCL4.....
    I hope that my problem is more clear to you now. Please help me out to understand what would be causing to give the dump.
    Also I want to ask in case I dont want to use standard PNP selection screen. Inspite of that I want to use the only three select options viz Changed By, Changed On and PERNR from the RPUAUD00 infotype audit report. How can I achieve this. Is there a way to do this.
    Regards,
    Ameet

  • Function Module to change start of infotypes when hire date changed in HCM

    Hello Guys,
    I have a scenarion where in i need to change the start of the infotypes(Ex IT0001,2,7,41.105 etc) for an employee in the program with new hire date. For this already one BDC is there with PA41 recording but for some scenarios it is not working. I am searching for a FM to overcome the issue. Coudl any one pls help me if you have the same problem eralier.
    Early help appreciated......
    Thanks,
    Preetham

    This way we need to change all the infotypes with this FM in the program which are there in PA41 to change the date,  I am looking a direct FM whicn can do the functionality of PA41 in instead of BDC.
    Thanks ...

  • How to Deactivate Subtypes for INFOTYPE 0105.0021

    Hi Seniors,
    Can anybody tell me how to deactivate the assignment of subtypes assigned to infotypes.
    I have 7 subtypes of Infotype 0105 and 5 for 0021 out of which 3 are not required by clients both in 0105 & 0021,now i have to remove the assignment made to the Infotypes but i am wondering about the customiizing steps and Tables to be maintained please help.
    Waiting for some valuable responce.

    Hi Woody,
    Thank you very much for the update,it really worked but would like to ask you 1 more guideline to delaet the subtypes of 0041-date specifications.
    There are certain specifications which are not available in 0041 but still poping up automatically ,
    i have checked the settings in T548Y but no help it doesnt have the options but in maintaing 0041 the options coming up .
    Can you guide me on this.
    Thanks in advance.

  • LOgged Changes in Customer infotype

    Dear All,
    We have built a custom infotype for holding the bonus data.  Some infotype data is stored in a custom table apart from Infotype table.  We need to report/ log the changes to the data that is stored in the custom table.  I am unable to find out how this can be achieved in table T585A, b or C.
    Thanks in advance.
    Regards,
    Lakshmi

    Hi Ram Manohar,
    Thanks for your quick response.  But the requirement is to report the changes in the infotype using the standard transaction S_AHR_61016380.
    I have done the configuration updations in Table T585A, B & C but the data which is in custom table is not getting reported during running the log report.
    Can you pls let me know how to go about this.
    Regards,
    Lakshmi

  • PA -       Log  Changes done to infotypes

    I want to Log Changes in Infotypes
    For exg, if any changes are done in any infotype I want to log it and when I run a report I should see all the changes which are done in SAP system
    For exg this report - S_AHR_61016380 - Logged Changes in Infotype Data..
    I have logged this infotypes, but when I report I don’t see any changes in any infotype I do,
    If you could help me on this would be gratefull

    Hi Fahad.  When you say that you have logged the infotypes, do you mean that you have gone into the configuration and added them to the report?  If you go to transaction SM31, look at view V_T585A.  This will show you all of the infotypes that are currently set up for the logged changes report.  If you go to the change view you should be able to add infotypes.  View V_T585B will show you which field groups have to contain a change for the infotype to be included on the report.  If you have field group 01, the field name should be *.  This means that any field that is changed for the infotype will result in the change being included on the report.  View V_T585C will give you the field group characteristics.  The document type for the field group can be either 'S' (short) or 'L' (long).  We have all of ours set to short.  Perhaps your changes aren't showing up on the report because you're missing an entry in one of these views.  I hope this helps.
    - April King

  • Changes in custom infotypes not captured in badi 'HRPAD00INFTY'

    Hi
    I have created a custom infotype 9038 and my requirement is, any changes in the infotype have to be logged in to a custom table. Any changes in standard infotypes are getting captured in badi 'HRPAD00INFTY' - method 'IN_UPDATE' and i am able too update my custom table.  But changes in custom infotype 9038 is not triggering the badi 'HRPAD00INFTY'.
    Could any body suggest which tables should be maintained to trigger the badi or do we need to do any configuration using SPRO?
    Thanks and regards
    Badri

    I created the interface which is running successfully.
    Now i did some changes in target table(data base level).
    I reversed the updated table in model section. Till here its ok
    The table which is updated in the model section is not automatically updated in the interface.
    I have to drop the existed datastore in the interface and and re do the entire process of bringing the updated datastore, mapping,etc..
    Please tell the any alternate way.
    Regards
    suresh

  • Data uploading in Subtypes of Infotypes ( LSMW )

    Hello Friends,
    I am creating LSMW for uploading data in Infotypes 006, 0021 and 0185.
    These Infotypes also includes different subtypes.
    1) Address(006)
        Subtypes : 1 (Permanent Address),   2 (Temporary Address)  and   4 (Emergency Address)
    All the subtypes have same technical field names and same table.
    --> So when I upload data in permanent Address, it is taking same address in temporary and emergency address too.
    2) Family member Details (0021)
         Subtypes : 12 (Mother) ,  11 (Father) and  1 (Spouse)
    --> All the subytpes have a field First name. Its technical name and table is also same for all the subtypes.
         So when I upload data for Mother(12), it takes same name for all the other subtypes.
    3) Personal IDs
         Subtype : 2 (PAN No.)  and   3 (Gratuity)
    So I am facing problem in uploading data in subtypes of Infotypes. Please suggest any solution.
    Thanks & Regards,
    Shivani
    Edited by: Shivaniphogat on Nov 14, 2011 11:25 AM

    In recording of Family Details, it is showing 3 different first names for mother, father and spouse under same technical name (FAVOR).
    But in 3rd step: Maintain source field, we can give a field technical name only once.
    In 5th step: Field mapping, we can do mapping only once because there is only one technical field against which we can map.
    I am facing the same problem for all the fields.

  • How do I create subtypes for infotype 0015

    hi Gurus
    kindly guide
    How do I create subtypes for infotype 0015
    regards

    For example, I want to create a subtype "Additional Monthly Payamentt" of infotype 0015.
    subtype of an infotype
    infotype 0015
    under this I want to create a subtype of it
    hope it'll help now

  • Infotype 22 Education / Country code 33 Russia  - Configuration help

    Hello All Techies,
    Hope you are well.
    I want to know how to Configure Infotype 22 Education for country Russia.
    What is the relation between OKSO and OKIN ?
    And as the new released SAP Note 1092443
    How to go ahead?
    Any inputs on this will be highly appreciated
    Thanks and Regards
    Jaydeep Jadhav

    OKIN (ОКИН) - National Classification of information on population (Oбщероссийский классификатор информации о населении)
    OKSO(ОКСО) - National Classification of specialties according to education  (Общероссийский классификатор специальностей по образованию)
    Generally you don't need to setup OKIN because SAP provides standard values
    1) Dictionary for Education establishment
    IMG node: Enter Schools and Colleges
    Maintenance view: T7RUSCHOOL
    no standard dictionary exists
    You have two ways to set this dictionary
    1.1) Ask business users to send you educational data and then upload the data into T7RUSCHOOL
    after Go-live a company should have a responsible person to update T7RUSCHOOL table.
    advantages
    dictionary can be set property without trash data
    disadvantages
    complex procedure (more than one person is to be involved)
    time delay in updating dictionary
    1.2) Set flag INSERT_SCHOOL for report MP002200 under IMG node: Determine Special Parameters
    This allows to insert new Education establishment via infotype maintenance
    advantages
    dictionary can be updated online
    disadvantages
    quality of dictionary can be very low because of trash data (maintenance interface is not perfect and users should property insert new entries)
    2) OKSO dictionary
    standard dictionary exists. I can send you the file if you want.
    to upload OKSO data use IMG node: Load OKSO Data (transaction HRPADRU_T7RUOKSO)
    also is possible to set automatic insertion of OKSO data via
    flag INSERT for report MP002200 under IMG node: Determine Special Parameters
    with the similar advantages and disadvantages like in the point one
    Best

  • Change a PD Infotype

    Hi All,
    Is it possible to change a PD infotype and regenerate it after you have created it?
    I have created an infotype (9510) in PPCI but now there is a request to add an additional 10 fields to the structure.
    Is it possible to change this structure and regenerate the infotype?
    Many Thanks for any help,
    Colm

    Thanks for your suggestion, however unfortunatly if I try to enhance a PD infotype I get the following message.
    Infotype 9510 can not be enhanced
    Message no. PG383
    Diagnosis
    Infotype 9510 cannot be enhanced because it is not intended to be so by the system.
    Individual standard infotypes are not intended for enhancement with the enhancement concept.
    System Response
    The enhancement is not possible.
    Procedure
    Check whether the PS structure of the infotype (PSnnnn) contains the Include CI_Pnnnn. In this case, an enhancement should be possible and if there is an error, you should contact SAP.
    If the infotype is not a standard infotype but instead a customer infotype with a number of 9000 or more, then it is not intended for enhancement.
    In this case, the infotype must be intended for enhancement:
    Insert CI-Include in PS-structure,
    Include subscreen_T582c in the screen for individual maintenance and the accompanying flow logic.

  • Subtype in infotype 8(basic pay)

    Hi experts..
    I have one question.What is purpose subtype in infotype 8.
    Thanks in advance.

    The subtype on Infotype 0008 is used to specify the Payment type. pl read the following <a href="http://help.sap.com/saphelp_erp2005/helpdata/en/3a/1a5204304e11d2958f00a0c9308b52/frameset.htm">SAP Help</a> for additional info on the Basic Pay infotype.
    Arya

Maybe you are looking for

  • Find the sales order number with  delivery document

    hi: i want to quickly look for the delivery document  related the sales order ,now i find it via se16 in talble vbfa. please help me provied with means. best regards.

  • Post import of 10g Website archive, resources are not found in path

    Hi All, I am trying to import WCM sample site into newly installed 11gR1 (11.1.1.7.0) using site studio back up and restore utility. http://www.oracle.com/technetwork/middleware/webcenter/content/wcm-sample-site-131561.zip Post importing the site, wh

  • JTable help - trying to copy/paste a row in a JTable

    Hello, Geez, JTable is such a pain..... I am trying copy a range of rows within a JTable using an Abstract Table Model). I need to use this Abstract model as I have a custom String Tokenizing routine which accesses a flat text file which is my "table

  • How to add 2 days to a date field?

    How to add 2 days to a date field if a Saturday was selected on a different date field? Thanks

  • Resizing a photograph for print (aspect ratio)

    Hi, I am hoping someone can help me with something that seems like it should be very simple, but I can't seem to figure out. When I import my pictures from my DSLR into Bridge and then open in Photoshop the image size is varies, but typical size is 1