<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic Re: Regd Module pool in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/regd-module-pool/m-p/2177145#M462507</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi&lt;/P&gt;&lt;P&gt;Steps to create a HR Infotype:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;1) Go to Transaction PM01. &lt;/P&gt;&lt;P&gt;2) Enter the custom Infotype number which you want to create (Should be a 4 digit number, start with 9). &lt;/P&gt;&lt;P&gt;3) Select the 'Employee Infotype' radio button. &lt;/P&gt;&lt;P&gt;4) Select the 'PS Structure Infotype'. &lt;/P&gt;&lt;P&gt;5) Click on Create... A separate table maintenance window appears... &lt;/P&gt;&lt;P&gt;6) Create a PS structure with all the fields you want on the Infotype &lt;/P&gt;&lt;P&gt;7) Save and Activate the PS structure &lt;/P&gt;&lt;P&gt;&lt;span class="lia-unicode-emoji" title=":smiling_face_with_sunglasses:"&gt;😎&lt;/span&gt; Go back to the initial screen of PM01. &lt;/P&gt;&lt;P&gt;9) Click on 'All' push button. It takes a few moments. &lt;/P&gt;&lt;P&gt;10) Click on 'Technical Characteristics'. Infotype list screen appears &lt;/P&gt;&lt;P&gt;11) Click on 'Change'(pencil) button &lt;/P&gt;&lt;P&gt;12) Select your Infotype and click on 'Detail' (magnifying glass) button &lt;/P&gt;&lt;P&gt;13) Give 'T591A' as subtype table &lt;/P&gt;&lt;P&gt;14) Give 'T591S' as subtype txt tab &lt;/P&gt;&lt;P&gt;15) Give your subtype field as subtype field &lt;/P&gt;&lt;P&gt;16) Save and come back to PM01 initial screen &lt;/P&gt;&lt;P&gt;17) Click on 'Infotype Characteristics' ... Infotype list screen appears &lt;/P&gt;&lt;P&gt;18) Click on 'Change' (pencil) button &lt;/P&gt;&lt;P&gt;19) Click on 'New Entries' &lt;/P&gt;&lt;P&gt;20) Enter your Infotype number and short text &lt;/P&gt;&lt;P&gt;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) &lt;/P&gt;&lt;P&gt;22) Save your entries. &lt;/P&gt;&lt;P&gt;23) Now the Infotype is created and ready to use. &lt;/P&gt;&lt;P&gt;24) If you want to change the layout of the Infotype as per your requirement... &lt;/P&gt;&lt;P&gt;25) In the PM01 initial screen...Select 'Screen' radio button and give 2000 as the screen name, then click on edit. &lt;/P&gt;&lt;P&gt;26) In the next screen.. Select 'Layout Editor' and click 'Change'. &lt;/P&gt;&lt;P&gt;27) Screen default layout appears...here you can design/modify the screen..change the attributes of the fields..etc. &lt;/P&gt;&lt;P&gt;28) Save and activate. (Don't forget to 'Activate at every level) &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Subtype Creation :&lt;/P&gt;&lt;P&gt;Transaction PM01 Goto Subtype Characteristics. Click on Append and then subtype. Enter the name and description of subtype on screen.&lt;/P&gt;&lt;P&gt;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.&lt;/P&gt;&lt;P&gt;Subty.text tab is T591S and time const tab is T591A.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;See:&lt;/P&gt;&lt;P&gt;&lt;A href="http://help.sap.com/saphelp_46c/helpdata/en/4f/d5268a575e11d189270000e8322f96/content.htm" target="test_blank"&gt;http://help.sap.com/saphelp_46c/helpdata/en/4f/d5268a575e11d189270000e8322f96/content.htm&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;HR related site:&lt;/P&gt;&lt;P&gt;&lt;A href="http://www.sapdevelopment.co.uk/hr/hrhome.htm" target="test_blank"&gt;http://www.sapdevelopment.co.uk/hr/hrhome.htm&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Reward points if useful&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;Anji&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 04 May 2007 06:12:26 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2007-05-04T06:12:26Z</dc:date>
    <item>
      <title>Regd Module pool</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/regd-module-pool/m-p/2177144#M462506</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi all,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have to create an infotype with 1 field "status" as a dropdown with 3 values. In the structure, for field "status", I have created a domain with char 1, for 3 values:- &lt;/P&gt;&lt;P&gt;1 - value1&lt;/P&gt;&lt;P&gt;2 - value2&lt;/P&gt;&lt;P&gt;3 - value3&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Now i have to code for the same in PBO. Please guide me for the same.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;thansk &amp;amp; Reagrds,&lt;/P&gt;&lt;P&gt;Preeti&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 04 May 2007 06:09:16 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/regd-module-pool/m-p/2177144#M462506</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-05-04T06:09:16Z</dc:date>
    </item>
    <item>
      <title>Re: Regd Module pool</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/regd-module-pool/m-p/2177145#M462507</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi&lt;/P&gt;&lt;P&gt;Steps to create a HR Infotype:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;1) Go to Transaction PM01. &lt;/P&gt;&lt;P&gt;2) Enter the custom Infotype number which you want to create (Should be a 4 digit number, start with 9). &lt;/P&gt;&lt;P&gt;3) Select the 'Employee Infotype' radio button. &lt;/P&gt;&lt;P&gt;4) Select the 'PS Structure Infotype'. &lt;/P&gt;&lt;P&gt;5) Click on Create... A separate table maintenance window appears... &lt;/P&gt;&lt;P&gt;6) Create a PS structure with all the fields you want on the Infotype &lt;/P&gt;&lt;P&gt;7) Save and Activate the PS structure &lt;/P&gt;&lt;P&gt;&lt;span class="lia-unicode-emoji" title=":smiling_face_with_sunglasses:"&gt;😎&lt;/span&gt; Go back to the initial screen of PM01. &lt;/P&gt;&lt;P&gt;9) Click on 'All' push button. It takes a few moments. &lt;/P&gt;&lt;P&gt;10) Click on 'Technical Characteristics'. Infotype list screen appears &lt;/P&gt;&lt;P&gt;11) Click on 'Change'(pencil) button &lt;/P&gt;&lt;P&gt;12) Select your Infotype and click on 'Detail' (magnifying glass) button &lt;/P&gt;&lt;P&gt;13) Give 'T591A' as subtype table &lt;/P&gt;&lt;P&gt;14) Give 'T591S' as subtype txt tab &lt;/P&gt;&lt;P&gt;15) Give your subtype field as subtype field &lt;/P&gt;&lt;P&gt;16) Save and come back to PM01 initial screen &lt;/P&gt;&lt;P&gt;17) Click on 'Infotype Characteristics' ... Infotype list screen appears &lt;/P&gt;&lt;P&gt;18) Click on 'Change' (pencil) button &lt;/P&gt;&lt;P&gt;19) Click on 'New Entries' &lt;/P&gt;&lt;P&gt;20) Enter your Infotype number and short text &lt;/P&gt;&lt;P&gt;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) &lt;/P&gt;&lt;P&gt;22) Save your entries. &lt;/P&gt;&lt;P&gt;23) Now the Infotype is created and ready to use. &lt;/P&gt;&lt;P&gt;24) If you want to change the layout of the Infotype as per your requirement... &lt;/P&gt;&lt;P&gt;25) In the PM01 initial screen...Select 'Screen' radio button and give 2000 as the screen name, then click on edit. &lt;/P&gt;&lt;P&gt;26) In the next screen.. Select 'Layout Editor' and click 'Change'. &lt;/P&gt;&lt;P&gt;27) Screen default layout appears...here you can design/modify the screen..change the attributes of the fields..etc. &lt;/P&gt;&lt;P&gt;28) Save and activate. (Don't forget to 'Activate at every level) &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Subtype Creation :&lt;/P&gt;&lt;P&gt;Transaction PM01 Goto Subtype Characteristics. Click on Append and then subtype. Enter the name and description of subtype on screen.&lt;/P&gt;&lt;P&gt;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.&lt;/P&gt;&lt;P&gt;Subty.text tab is T591S and time const tab is T591A.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;See:&lt;/P&gt;&lt;P&gt;&lt;A href="http://help.sap.com/saphelp_46c/helpdata/en/4f/d5268a575e11d189270000e8322f96/content.htm" target="test_blank"&gt;http://help.sap.com/saphelp_46c/helpdata/en/4f/d5268a575e11d189270000e8322f96/content.htm&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;HR related site:&lt;/P&gt;&lt;P&gt;&lt;A href="http://www.sapdevelopment.co.uk/hr/hrhome.htm" target="test_blank"&gt;http://www.sapdevelopment.co.uk/hr/hrhome.htm&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Reward points if useful&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;Anji&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 04 May 2007 06:12:26 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/regd-module-pool/m-p/2177145#M462507</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-05-04T06:12:26Z</dc:date>
    </item>
    <item>
      <title>Re: Regd Module pool</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/regd-module-pool/m-p/2177146#M462508</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hi..&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;check demo program&lt;/P&gt;&lt;P&gt;&amp;lt;b&amp;gt;demo_dropdown_list_box&lt;/P&gt;&lt;P&gt;demo_dynpro_dropdown_listbox&amp;lt;/b&amp;gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;regards,&lt;/P&gt;&lt;P&gt;veeresh&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 04 May 2007 06:14:17 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/regd-module-pool/m-p/2177146#M462508</guid>
      <dc:creator>former_member673464</dc:creator>
      <dc:date>2007-05-04T06:14:17Z</dc:date>
    </item>
    <item>
      <title>Re: Regd Module pool</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/regd-module-pool/m-p/2177147#M462509</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Preeti,&lt;/P&gt;&lt;P&gt;           For Creation of Infotype first Go to Transaction PM01, Enter the custom Infotype number which you want to create, it should be a 4 digit number and have to start with 9xxx.&lt;/P&gt;&lt;P&gt;then select the `Employee Infotype' radio button&lt;/P&gt;&lt;P&gt;after that select the `PS Structure Infotype'&lt;/P&gt;&lt;P&gt;then click on Create&amp;#133; A separate table maintenance window appears&lt;/P&gt;&lt;P&gt;then Create a PS structure with all the fields you want on the infotype&lt;/P&gt;&lt;P&gt;Save and Activate the PS structure&lt;/P&gt;&lt;P&gt;now Go back to the initial screen of PM01&lt;/P&gt;&lt;P&gt;Click on `All' push button. It takes a few moments&lt;/P&gt;&lt;P&gt;Click on `Technical Characteristics' . Infotype list screen appears&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;or &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Steps to create a HR Infotype:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;1) Go to Transaction PM01. &lt;/P&gt;&lt;P&gt;2) Enter the custom Infotype number which you want to create (Should be a 4 digit number, start with 9). &lt;/P&gt;&lt;P&gt;3) Select the 'Employee Infotype' radio button. &lt;/P&gt;&lt;P&gt;4) Select the 'PS Structure Infotype'. &lt;/P&gt;&lt;P&gt;5) Click on Create... A separate table maintenance window appears... &lt;/P&gt;&lt;P&gt;6) Create a PS structure with all the fields you want on the Infotype &lt;/P&gt;&lt;P&gt;7) Save and Activate the PS structure &lt;/P&gt;&lt;P&gt;&lt;span class="lia-unicode-emoji" title=":smiling_face_with_sunglasses:"&gt;😎&lt;/span&gt; Go back to the initial screen of PM01. &lt;/P&gt;&lt;P&gt;9) Click on 'All' push button. It takes a few moments. &lt;/P&gt;&lt;P&gt;10) Click on 'Technical Characteristics'. Infotype list screen appears &lt;/P&gt;&lt;P&gt;11) Click on 'Change'(pencil) button &lt;/P&gt;&lt;P&gt;12) Select your Infotype and click on 'Detail' (magnifying glass) button &lt;/P&gt;&lt;P&gt;13) Give 'T591A' as subtype table &lt;/P&gt;&lt;P&gt;14) Give 'T591S' as subtype txt tab &lt;/P&gt;&lt;P&gt;15) Give your subtype field as subtype field &lt;/P&gt;&lt;P&gt;16) Save and come back to PM01 initial screen &lt;/P&gt;&lt;P&gt;17) Click on 'Infotype Characteristics' ... Infotype list screen appears &lt;/P&gt;&lt;P&gt;18) Click on 'Change' (pencil) button &lt;/P&gt;&lt;P&gt;19) Click on 'New Entries' &lt;/P&gt;&lt;P&gt;20) Enter your Infotype number and short text &lt;/P&gt;&lt;P&gt;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) &lt;/P&gt;&lt;P&gt;22) Save your entries. &lt;/P&gt;&lt;P&gt;23) Now the Infotype is created and ready to use. &lt;/P&gt;&lt;P&gt;24) If you want to change the layout of the Infotype as per your requirement... &lt;/P&gt;&lt;P&gt;25) In the PM01 initial screen...Select 'Screen' radio button and give 2000 as the screen name, then click on edit. &lt;/P&gt;&lt;P&gt;26) In the next screen.. Select 'Layout Editor' and click 'Change'. &lt;/P&gt;&lt;P&gt;27) Screen default layout appears...here you can design/modify the screen..change the attributes of the fields..etc. &lt;/P&gt;&lt;P&gt;28) Save and activate. (Don't forget to 'Activate at every level) &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Subtype Creation :&lt;/P&gt;&lt;P&gt;Transaction PM01 Goto Subtype Characteristics. Click on Append and then subtype. Enter the name and description of subtype on screen.&lt;/P&gt;&lt;P&gt;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.&lt;/P&gt;&lt;P&gt;Subty.text tab is T591S and time const tab is T591A.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;See:&lt;/P&gt;&lt;P&gt;&lt;A href="http://help.sap.com/saphelp_46c/helpdata/en/4f/d5268a575e11d189270000e8322f96/content.htm" target="test_blank"&gt;http://help.sap.com/saphelp_46c/helpdata/en/4f/d5268a575e11d189270000e8322f96/content.htm&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Click on `Change'(pencil) button&lt;/P&gt;&lt;P&gt;Now select your Infotype and click on `Detail' (magnifying glass) button&lt;/P&gt;&lt;P&gt;Give `T591A' as subtype table &amp;amp; also Give `T591S' as subtype txt tab&lt;/P&gt;&lt;P&gt;Give your subtype field as subtype field &amp;amp; Save and come back to PM01 initial screen&lt;/P&gt;&lt;P&gt;Click on `Infotype Characteristics' &amp;#133; Infotype list screen appears&lt;/P&gt;&lt;P&gt;Click on `Change' (pencil) button &amp;amp; on New Entries&lt;/P&gt;&lt;P&gt;and then Enter your Infotype number and short text 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&lt;/P&gt;&lt;P&gt;to fill yours). Now save ur entries&lt;/P&gt;&lt;P&gt;Now the Infotype is created and ready to use.&lt;/P&gt;&lt;P&gt;If you want to change the layout of the Infotype as per your&lt;/P&gt;&lt;P&gt;requirement&amp;#133;&lt;/P&gt;&lt;P&gt;In the PM01 initial screen&amp;#133;Select `Screen' radio button and give&lt;/P&gt;&lt;P&gt;2000 as the screen name, then click on edit.&lt;/P&gt;&lt;P&gt;In the next screen.. Select `Layout Editor' and click `Change'.&lt;/P&gt;&lt;P&gt;Screen default layout appears&amp;#133;here you can design/modify the&lt;/P&gt;&lt;P&gt;screen..change the attributes of the fields..etc.&lt;/P&gt;&lt;P&gt;Save and activate. (Don't forget to `Activate at every level)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Reward points if helpful.&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Hemant&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 04 May 2007 06:17:04 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/regd-module-pool/m-p/2177147#M462509</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-05-04T06:17:04Z</dc:date>
    </item>
  </channel>
</rss>

