R/3 Screen for a custom infotype must resemble same as IT0591.

Hi Guru's,
I am having a requirement to create a custom infotype same as IT0591 in r3. I searched in forum for creating the infotype in such format  and i found that table control using wizard is used to update the repetetive datas. I had created a table with repetative fields and generated the infotype. When i went into r3 side it is displayed as seperate fields, i deleted all fields and using icon table control using wizard i drew a table control and declared a internal table and assigned to it and the code is generated automatically in PBO and PAI but when i compared the same with 0591 it is entirely differrent. Now my problem is how can i bring the same screen in my custom infotype. I dont know where i had missed or i am going in right path... Kindly help me to sort this issue. <removed by moderator>.
Edited by: Giriesh M on Jun 17, 2011 10:36 AM
Edited by: Thomas Zloch on Jun 17, 2011 10:53 AM

In PM01 for the custom infotype select Screen..Edit..Flow Logic.  Three input/Output fields were added to the screen layout.  Since all three fields were in the same table with the same field name, they all have to have unique names in the layout.
Module 9009 was modified to add code to retrieve the text.
  SELECT SINGLE * FROM dd07v
                  WHERE domname = 'ZZHR_FML_ABSENCE_CODE'
                 AND ddlanguage = 'EN'
                 AND domvalue_l = p9009-zzfmlabccd.
select single ddtext into w_fmlstatus from DD07V
                            where DOMNAME = 'ZZHR_FML_STATUS_CODE' AND
                                  DDLANGUAGE = 'E' AND
                                  DOMVALUE_L = p9009-zzfmlstatus.
select single ddtext into w_fmlaleave from DD07V
                            where DOMNAME = 'ZZHR_LEAVE_TYPE' AND
                                  DDLANGUAGE = 'E' AND
                                  DOMVALUE_L = p9009-zzfml_leave_type.
I hope this helps.

Similar Messages

  • Adding description text to the screen for a custom infotype.

    I have created a custom infotype through PM01 with 3 components.  The component types have domains with lists of values (value range).  How do I display the short description from the value range on the screen in PA20 or PA30?
    For example I want to display Continuous Self:
    Text                            Value     Description
    FML Absence Code     FMCS    Continuous Self
    I tried adding an I/O field to the screen referencing DD07V-DDTEXT (where the domain values are stored) but the description will not display in PA20 or PA30.  All three fields would have this same reference and that is not allowed either.
    Can anyone tell me how to do this? 
    Thank you.

    In PM01 for the custom infotype select Screen..Edit..Flow Logic.  Three input/Output fields were added to the screen layout.  Since all three fields were in the same table with the same field name, they all have to have unique names in the layout.
    Module 9009 was modified to add code to retrieve the text.
      SELECT SINGLE * FROM dd07v
                      WHERE domname = 'ZZHR_FML_ABSENCE_CODE'
                     AND ddlanguage = 'EN'
                     AND domvalue_l = p9009-zzfmlabccd.
    select single ddtext into w_fmlstatus from DD07V
                                where DOMNAME = 'ZZHR_FML_STATUS_CODE' AND
                                      DDLANGUAGE = 'E' AND
                                      DOMVALUE_L = p9009-zzfmlstatus.
    select single ddtext into w_fmlaleave from DD07V
                                where DOMNAME = 'ZZHR_LEAVE_TYPE' AND
                                      DDLANGUAGE = 'E' AND
                                      DOMVALUE_L = p9009-zzfml_leave_type.
    I hope this helps.

  • How can we create subtypes for om custom infotypes

    hi,
        I want the detailed procedure how to create Subtypes for Organzational management custom infotypes.
        Pls send me the detailed path how to create Subtypes for Org management.
    thanks & regards,
       Sekhar.

    Access transaction SM30/31 for table maintenance. Enter view name V_778U.
    Select maintain and enter the subtype for the custom infotype.
    Also remember to enter the time constraint for the subtypes mainatined in table T777Z.
    SPRO Path
    Personnel Management --> org management --> basic settings --> data model enhancement --> infotype maintenance --> maintain subtypes.
    Regards
    Ravikumar

  • How do i generate the idoc for the custom infotype?

    Hi Experts,
        I have a requirement to create the custom infotype and generate the idoc for the custom infotype
        whenever the user change or crate the data by PA30, PA40 transaction .
    so please give some help to write a logic for generate the idoc?
    Thanks in advance.
    Venkat

    I have just found out from the Archives, it is not possible to generate a formula line (trend line) in Numbers_08.
    I am currently upgrading to Numbers_09.

  • Error while creating a query for my custom infotype

    Hi,
    I have created a custom infotype with fields currency amount and currency field .
    While I am creating a query for it its giving an error
    Message no. AQ_AD_HOC221 Error when generating the report(see long text )
    I tried to execute the standard program RPUMS40CCI but still I am facing same error .
    I have also maintained table T777i for my infotype but still problem exists.
    Please help.
    P

    Hi
    Check in PM01

  • Need to create maintenance view for a custom infotype

    A custom infotype 90XX is created. The data cannot be modified or created through PA30 in this infotype. Through PA 40 actions only we can create/change the record/data. We have created some 1000 records in it. Now can we create a maintenance view for the infotype so that we can create, delete or change the data in the infotype as and when we want.

    Hi,
    pls chk dat u have maintained the 'Infotype Charecteristics' and 'Technical Attributes' correctly.
    thanks,
    teja.

  • 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.

  • Steps  For creating   Custome Infotype

    Hello everybody ,
    please give me the steps for  creation  custom  infotype

    Hi
    [Check This |https://www.sdn.sap.com/irj/sdn/wiki?path=/pages/viewpage.action?pageId=10974]
    Regards
    Pavan

  • Using Disk Utility for backup - target drive must be same size as source?

    Hello. I have a 250 GB data drive that I need to back up to an external drive using Disk Utility (restore) so that I can create a RAID-1 set using the 250GB drive. The files take up only 100 GB on the drive.
    Does the target external drive need to be 250 GB or just 100+ GB in size for the Disk Utility to work?
    Thanks
    David

    I you want to make a non mirrored drive into a mirrored one you can do that with diskutil. Copying it first is not needed.
    man diskutil:
    enableRAID mirror|concat device
    Convert single filesystem disk or volume into a unpaired mir-
    ror RAID set or concat set. Ownership of the affected disk is
    required.
    repairMirror raidDisk newDisk
    Repair a failed mirror. Supply the existing RAID as the raid-
    Disk parameter. Supply the new disk as the last parameter of
    the request. newDisk and raidDisk are only Device Nodes or
    Disk Identifiers. Ownership of the affected disk is required.
    The second disk in the mirror set needs to be as big or bigger as the first disk.
    Do this booted from another disk or DVD.

  • Custom infotype for submodule 'RE'

    I am new to SAP HR module . i have created a custom infotype through PM01 for sub module RE. but when iam going to create master data for this custom infotype using PB30 , system creates dump with following error message " Access via 'NULL' object reference not possible."
    Thanks
    Sarath

    Hi,
    Thanks a lot Divya.
    We indeed created the infotype using PPCI.
    For checking purpose we assigned it to a OM object & using Transaction PP01 entered a few records just to check if it is working.
    But the real test would be if we can successfully bind it to the webdynpro ABAP screen.
    Regards,
    Sowmya

  • Showing fields of Custom infotype in standard infotype screen

    Hi Experts
      I have created a custom infotype 9xxx. Now when I go to the PA30 maintenance screen for a standard infotype 0795, i should also see the fields from custom infotype 9xxx. Can you please let me know how I can enhance the standard infotype 0795, since SAP does not allow me to change it directly.
    Thanks
    Neo

    Hi,
    I'm gonna be an *ss and ask why you wanna see the fields of your 9xxx - infotype in SAP IT0795.
    If this is for information purposes, I believe this should be incorporated in reporting and not within master data infotypes.
    Wilfred.

  • How to add fields in custom infotype and update its screens

    Hi Experts
        I want to enhance a custom infotype ( Add some new fields, and add special function on its screen). This custom infotype is created in previous release.   is there any way to add fields in infotype? and let system automatcailly modify corresponding screens to add new fields

    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 u2018Employee Infotypeu2019 radio button.
    4) Select the u2018PS Structure Infotypeu2019.
    5) Click on Createu2026 A separate table maintenance window appearsu2026
    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 u2018Allu2019 push button. It takes a few moments.
    10) Click on u2018Technical Characteristicsu2019. Infotype list screen appears
    11) Click on u2018Changeu2019(pencil) button
    12) Select your Infotype and click on u2018Detailu2019 (magnifying glass) button
    13) Give u2018T591Au2019 as subtype table
    14) Give u2018T591Su2019 as subtype txt tab
    15) Give your subtype field as subtype field
    16) Save and come back to PM01 initial screen
    17) Click on u2018Infotype Characteristicsu2019 u2026 Infotype list screen appears
    18) Click on u2018Changeu2019 (pencil) button
    19) Click on u2018New Entriesu2019
    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 Infotypeu2019s 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 requirementu2026
    25) In the PM01 initial screenu2026Select u2018Screenu2019 radio button and give 2000 as the screen name, then click on edit.
    26) In the next screen.. Select u2018Layout Editoru2019 and click u2018Changeu2019.
    27) Screen default layout appearsu2026here you can design/modify the screen..change the attributes of the fields..etc.
    28) Save and activate. (Donu2019t forget to u2018Activate at every level
    i think u have to select CI_INCLUDE while enhanceing the Standrad Infotype

  • Logical database PNP not retrieving data for custom infotypes.

    Hi all,
    I am using logical database PNP in a program. I have declared infotypes as follows:
    INFOTYPES: 0001, 0002, 0041, 9801, 9840.
    The problem is that the logical database is retrieving data for the standard infotypes but not for the custom infotypes. Any explanation as to why data for custom infotypes is not being retireved and how this can be solved will be greatly appreciated.
    regards,
    Hamza

    solved

  • How to add custom infotype in ALE for HRMD_A  message type

    Hi  Friends-
    Pls help me for our req  we are using HRMD_A  Message Type for  HR master data but now we need to add one custom infotype ( 9902 ) also in standard ALE filters for this message type   how i can do that pls let me know ?
    <<removed_by_moderator>>
    Regards
    Meeta &  Glory
    Edited by: Vijay Babu Dudla on Dec 14, 2008 11:38 PM

    Hi
    Thanks for your support,
    Pls let me know which steps i should go ?  my secanrio is  inbound side only,
    step 1 )   Define idoc extension for HRMD_A01 using WE30 transaction and define it in partner profiles
    step 2) do i need to write some code in BADI also to update information for my custom infotype also  if yes then where and which BADI pls let me know  ? because already am working on one badi HRALE00INBOUND_IDOC for  few validation for incoming data.
    step 3 )  add  this new custom infotype in my standard ALE  filters.
    Pls let me know if am mistaking some where or if  i have to do some thing else ?
    Regards
    Meeta & Glory

  • USer-exit for Custom Infotype

    We have a custom Infotype 9001.
    I need to do some validations for this Infotype.How do I find a user-exit for this.
    We are on ECC6.0.
    Thanks
    Kiran

    Hi,
    I have the same requirement. Can you please help me out. How to find user exit or badi or Enhancement Spot for the custom infotype.
    Thanks & Regards,
    Prabu

Maybe you are looking for

  • Adobe reader for mac how to check installation

    Every time I try to open a PDF file on this one website I need to open the files on, it says this: "Before viewing PDF documents in this browser you must launch Adobe Reader and accept the End User License Agreement, then Quit and relaunch the browse

  • Image Resize into thumbnail

    How to resize a big image (uploaded images) into a thumbnail (size wise as well) on a run time...

  • XL Reporter Template Problem

    Hi All, Please help me for solving follwing problem. <b>I am unable to choose New XL Repot Template even though i was selecting use XL Template check box  in the composer</b>. Thanks Mahesh

  • How to fetch message comments using JMA API?

    Hi All, From telnet <host> 143, and tring get comments associated with a message works well as shown below. 2 fetch 8 COMMENT ("/message/vendor/ms/follow-up-flag-status" ("value.shared")) * 8 FETCH (COMMENT ("/message/vendor/ms/follow-up-flag-status"

  • You need to upgrade your Adobe Flash Player to watch this video. Download it from Adobe.

    I have upgraded Flash to 10. and rebooted uninstalled fox, reinstalled and still get the same old thing. getting a little upset ''[Personal information removed by moderator. Please read [[Forum and chat rules and guidelines]], thanks.]''