Creating a subtype

Hi Friends
Can u plz advise how to create a subtype.
I know the process which is as follows:
SAP Easy Access Menu - Tools - Business Framework -> BAPI development -> Business object builder
Transaction SWO1
However, here i dont know what should i put in in the fields : Object Name, Description, Program, Application.
Please advise

Goto SPRO> Personnel Management>Personnel Administration>Contractual and Corporate Agreements>Objects on Loan--> "here define the loan sub type"
VV_T591A_0040___AL0 - table name

Similar Messages

  • Error while creating a subtype  for object bus2005

    hi experts,
    i am trying to create a subtype for BUS2005
    when i create IFSTATUS under interfaces for the created subtype of BUS2005
    and try to REDEFINE it i am getting an error
    "Composite Definition not allowed for local elements"
    (i am saving this under local object.)

    Hi,
    I have the same problem.
    Could You tell me witch is the correct origin?
    Thanks a lot!
    Bye
    Laura

  • SQL Developer Data Modeler-  Creating super/subtype relationship

    The User's Guide does not tell you how to create super/subtype relationship.
    To create super/subtype relationship in a logical model, you must already have the two candidate entities; one to be the supertype, the other subtype.
    - on the logical model diagram, right click the candidate subtype and select Properties
    - on the Entity Properties dialog box, select the candidate supertype from the Super Entity drop-down list, then OK
    Depending on whether you enable or disable the Box-in-box Presentation on your logical diagram, the subtype would be shown inside or outside its supertype entity, respectively

    Hi Peter,
    When I examine an XML file for a relation converted from version 2.0, the XML elements "nameOnSource" and "nameOnTarget" are missing in the converted 3.0 EA1 versionthey are not loaded during "open" of older design. If you define them they will go into XML file.
    Philip

  • Problem whicle creating Page Subtypes

    In the documentation, its written that in order to create a subtype,
    Designing Basic Asset Types - 11g Release 1 (11.1.1.8.0)
    On the Admin tab, expand the Asset Types option.
    Under the Asset Types option, select the asset type that you want to create subtypes for.
    Select the Subtypes option.
    I am not able to see the Subtypes option. I was trying to create page subtypes, so I am searching 'Add New Subtype' button under Asset Type -> Page node.
    Can anyone tell me what am I missing? This is the screenshot which I am able to see:
    http://img46.imageshack.us/img46/7489/1v78.png

    Hi,
    If you could expand the existing 'ContentQuery' basic asset from FSII site, you can observe the 'Sub Type' option you are looking for. But, I'm not sure why only this asset type have it. I don't see any related code in it's ADF also. I will try to find out what makes 'ContentQuery' eligible for 'Sub Type' creation. Request you to post the answer if you could break through this mystery.
    Thanks,
    BSR

  • Re: How to create new subtypes for OM  Custom infotype

    Hi Gurus,
    I  facing  problem when creating for Subtypes in  OM , i need create Infotyes with Subtypes in OM.Check below steps how i created
    1. I create Structure in se11. HRI9119
    2. In PPCI , i create infotype 9119
    3.In SM30 , I Maintain table T777i, here i selected my infotype (9119), then i clicked on infotype per object type and assign subtype (9229, 9339) to the my infotype .
    4. After that, in same screen, i selected my infotype and assign TIME CONSTANT to my all subtype and infotypes.
    After this , any think required to maintain , Plz tell me.. i didn't find my subtype in PP01.
    Thanks and Regards ,
    Venkatesh.M

    Hi Venkatesh,
    The new subtype has to be maintained in table V_778U.Also you need to relate the new subtype to object type in table T777Z and miantain the time contraints.
    Please refer following path in IMG for further information
    Personnel Mgt > OM > Basic settings > Data model enhancement
    Hope this helps.
    Regards,
    Malathi V.

  • How to create IT0128 subtype-02 record using HR_INFOTYPE_OPERATION

    Hi All,
    Can anyone suggest how to use HR_INFOTYPE_OPERATION to create/insert a record in IT0128 for an employee from an ABAP program.
    Some background:::
    Note that the field - "Short Title" which is mandatory in this Infotype. And it uses a Q-structure for its processing. Also it stores this field using a combination of text object, text id, language and text name.
             Text object = HRMESS
             Text id  =  HR_P
    Goto SE16 of an employee and check PA0128, you will notice above fields. The actual value is stored somewhere in system memory using a combination of above 4 fields.
    When i try using my program, it gives me an error "Make an entry in all required fields" (so not able to find how/what should i pass for field "Short Title").  Can anyone suggest how should i use HR_INFOTYPE_OPERATION to create an IT0128 record for subtype 02.
    Appreciate any help asap!!
    Best Regards,
    Abbasi Sadikot
    PS: Please dont post your reply if you dont have any idea of what this is.

    Hi
    HR_INFOTYPE_OPERATION -> calls -> HR_MAINTAIN_MASTERDATA -> this Func. Mod. then creates a batch and calls ->
    -> IF DIALOG_MODE EQ '0'.
    ->    CALL DIALOG 'HR_MAINTAIN_MASTER_DATA' USING BDCDATA MODE 'N'
    ->         EXPORTING
    the SY-SUBRC value after this should be zero. But it isn't. Can anybody suggest something. Or have any idea as what could be going wrong ??
    Here is my program by which i am trying to create IT0128 subtype-02:
    REPORT  ZABTWTEST                                 .
    data: it0128 like p0128 occurs 0 with header line.
    data: return like BAPIRETURN1.
    it0128-pernr = '20123001'.
    it0128-subty = '2'.
    it0128-begda = '20090101'.
    it0128-endda = '20090131'.
    it0128-SPRSL = 'EN'.
    it0128-OBJCT = 'HRMESS'.
    it0128-TXTID = 'HR_P'.
    it0128-OBNAM = '<internally assigned name>'.
    append it0128.
    CALL FUNCTION 'BAPI_EMPLOYEET_ENQUEUE'
      EXPORTING
        number              = '20123001'
        validitybegin       = '19000101'   .
    loop at it0128.
    CALL FUNCTION 'HR_INFOTYPE_OPERATION'
      EXPORTING
        infty                  = '0128'
        number                 = '20123001'
        VALIDITYEND            = it0128-endda
        VALIDITYBEGIN          = it0128-begda
        record                 = it0128
        operation              = 'COP'
        TCLAS                  = 'A'
        NOCOMMIT               = 'X'
      IMPORTING
        RETURN                 = return   .
    endloop.
    CALL FUNCTION 'BAPI_EMPLOYEET_DEQUEUE'
      EXPORTING
        number              = '20123001'
        validitybegin       = '19000101'   .
    write return.   .
    Kindly correct me if i am wrong anywhere.
    Regards,
    Abbasi

  • How to Create a subtype..Hi Experts,

    Hello SAP Minds,
    How to create a subtype for an infotype..? can any body tell the procedure to create a subtype..?
    Thanks in advance.
    vamsi.

    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

  • How to simultaneously create IT0128  subtype-02 for using PA70

    Hi,
    I can use the PA70 to create It0128 subtype-01 for multiple employees, but not for subtype-02.
    Appreciate any help asap!!
    Regards,
    Vaughan LO

    Hi
    HR_INFOTYPE_OPERATION -> calls -> HR_MAINTAIN_MASTERDATA -> this Func. Mod. then creates a batch and calls ->
    -> IF DIALOG_MODE EQ '0'.
    ->    CALL DIALOG 'HR_MAINTAIN_MASTER_DATA' USING BDCDATA MODE 'N'
    ->         EXPORTING
    the SY-SUBRC value after this should be zero. But it isn't. Can anybody suggest something. Or have any idea as what could be going wrong ??
    Here is my program by which i am trying to create IT0128 subtype-02:
    REPORT  ZABTWTEST                                 .
    data: it0128 like p0128 occurs 0 with header line.
    data: return like BAPIRETURN1.
    it0128-pernr = '20123001'.
    it0128-subty = '2'.
    it0128-begda = '20090101'.
    it0128-endda = '20090131'.
    it0128-SPRSL = 'EN'.
    it0128-OBJCT = 'HRMESS'.
    it0128-TXTID = 'HR_P'.
    it0128-OBNAM = '<internally assigned name>'.
    append it0128.
    CALL FUNCTION 'BAPI_EMPLOYEET_ENQUEUE'
      EXPORTING
        number              = '20123001'
        validitybegin       = '19000101'   .
    loop at it0128.
    CALL FUNCTION 'HR_INFOTYPE_OPERATION'
      EXPORTING
        infty                  = '0128'
        number                 = '20123001'
        VALIDITYEND            = it0128-endda
        VALIDITYBEGIN          = it0128-begda
        record                 = it0128
        operation              = 'COP'
        TCLAS                  = 'A'
        NOCOMMIT               = 'X'
      IMPORTING
        RETURN                 = return   .
    endloop.
    CALL FUNCTION 'BAPI_EMPLOYEET_DEQUEUE'
      EXPORTING
        number              = '20123001'
        validitybegin       = '19000101'   .
    write return.   .
    Kindly correct me if i am wrong anywhere.
    Regards,
    Abbasi

  • How to create a Subtype?

    Hi All,
    I want to know the steps required to create the Subtypes for my Infotype as i need to create some extra feilds also in the already existing infotype?
    Thanks
    Regards,
    Nidhi

    You can create subtypes for infotypes in T591A Table.
    Goto SM30 and give view name as V_T591A.
    Maintain the subtypes and it's time constraints if the time constraint of Infotype is 'T'
    also Check the Infotype Attributes in SM30, V_T582A
    to create infotype with sub type:
    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
    if you want to enhance an infotype ,go to pm01 then in single screen..here make CI include

  • How to create new subtype to 0713 Termination?

    Dear all,
    I want to add a new sub type to 0713 Termination. I know that using PM01 to create subtype for Infortype but I don't know how to do this .
    And when I Open Table T5F99T0 , I  don't saw any Subtype on this .
    Please help me to do this step by step.
    Thanks you so much
    Huyen Nguyen

    Hi,
    Go to the table view-V_T591A & enter the infotype-0713.The creation of subtype screen will display.Here you can create the sub-type of the defined infotype.
    Snita...

  • How to create new subtypes for OM infotype 1002?

    Gurus,
                I have a requirement to create four new subtypes (to different texts ) for OM infotype HRP1002.
    Let me know the procedure to achieve this.
    I looked in subtype table T591A and T591S, but couldn't find any subtype (even the standard ones like 0001,0002,0003 etc) for 1002 infotype.
    Thanks,
    Amit Jain

    Hi Amitkumar Jain,
    I am also facing same problem, i need create Infotyes with Subtypes in OM.Check below steps how i created
    1. I create Structure in se11.    HRI9119
    2.  In PPCI , i create infotype 9119
    3.In SM30 ,  I Maintain table  T777i,  here i selected my infotype (9119),  then i clicked  on infotype per object type and assign    subtype (9229, 9339) to the my infotype .
    4.   After that, in same screen, i selected my infotype  and assign TIME CONSTANT to my all subtype and infotypes.
    After this , any think required to maintain , Plz tell me.. i didn't find my subtype in  PP01.
    Thanks and Regards ,
    Venkatesh.M

  • HR: Infotype Create Button Subtype Screen

    Dear Experts,
                        I am working on an infotype in which there are some subtypes. I want a code when user click on create button there should open subtype values to select. Means that without subtype infotype entry screen should not be displayed.
    I have write a module in PBO that; a search help should display first; which show subtypes values, when user click on create button.
    There is a problem in it; right after search help infotype entry screen appears without clicking execution button. How to overcome this problem.
    Thanks and Regards,
    Sohail

    Hi,
    you can maintain table t588m using sm30 but when you use spro you can read some help first
    use following steps SPRO -> SAP Reference IMG (F5) -> Personnel Management -> Personnel Administration -> Customizing User Interfaces -> Change Screen Modifications ... and you are at the right place to read some help and do what you need.
    Good luck
    Malgorzata
    Message was edited by: Malgorzata Jaworek

  • Delegated a object and create a subtype

    Hi:
    I am making a Workflow in MM for sending mails.
    And I need to aggregate a method.
    I am using the BUS2012, and I make a copy of that one ZUS2012
    I know that I have to delegated the object ZUS2012 to the BUS2012, but I don’t how to do that. I am working in the transaccion SWO1 in the menu Settings &#61664; Delegate
    In the Object Type I put BUS2012 and in delegation type ZUS2012, but it says: “ Select a valid delegation type”
    Why is this mistake happening?
    And other question is Do I need to make a subtype of my BUS2012? If the answer is yes, where should I save it, because I am trying to save it in mi package ZWF and it says: “ SAP OBJECT SOBJ ZUS2012 cannot be assigned to package ZWF”.
    Thanks’ for the help.
    Best Regards,
    Jessica

    Go to SW01
    Press settings
    delegate -
    delegation type = ZUS2012 - in ur case.. this would delegate ur Z type BO to BUS2012
    When u created ZUS2012 - did u create it with the proper super type ?
    Next question...
    you need to make subtype depending on what u wanna do if u r going to add custom stuff... then create.
    I dont really think you should have a problem is savin it within any package... somethin is not corrrect with ZWF. Try some other package
    Hope this Helps...

  • 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

  • BUS2001-'created' event not triggering

    Hi experts,
    I have created workflow for project release which is using BUS2001-delegated to zbus2001. im using the " Created" event but which is not trigeering the workflow and i tried checking manually using tcode "SWUE" its triggering. i Dnt know why its triggering while creating project in Tcode:- Cj20n... is there changes need to do in SWEc for standard event..
    regards,
    Roops

    Hi Roop,
    Can you let me know y you have created a subtype and delegated? Bcs according to your scenerio you dont require any custom business object, since you are using standrad event.
    Can you let me how you are triggering this standard event and y you have configured in swec?
    swec is for change documents.
    Please elobarate the question.
    Regards,
    Vijay.

Maybe you are looking for