<?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: Adding dropdown list in an Infotype in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/adding-dropdown-list-in-an-infotype/m-p/5627639#M1281511</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi&lt;/P&gt;&lt;P&gt;If you want to add new field &amp;amp; and for the new field you want drop down, you need to go through PM01.&lt;/P&gt;&lt;P&gt;and for getting the valuse in that drop down just add the valuse at domain level .&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 19 May 2009 10:49:54 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2009-05-19T10:49:54Z</dc:date>
    <item>
      <title>Adding dropdown list in an Infotype</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/adding-dropdown-list-in-an-infotype/m-p/5627638#M1281510</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi ABAP HR Gurus,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Good day.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Basically, I need to add a dropdown list in a standard Infotype.  Can you kindly provide the steps on how to accomplish this?  Do I still need to use Transaction PM01 for this?  Thank you very much!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Best regards.&lt;/P&gt;&lt;P&gt;Brando&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Edited by: Brando Braganza on May 19, 2009 6:08 PM&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 19 May 2009 10:07:10 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/adding-dropdown-list-in-an-infotype/m-p/5627638#M1281510</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-05-19T10:07:10Z</dc:date>
    </item>
    <item>
      <title>Re: Adding dropdown list in an Infotype</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/adding-dropdown-list-in-an-infotype/m-p/5627639#M1281511</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi&lt;/P&gt;&lt;P&gt;If you want to add new field &amp;amp; and for the new field you want drop down, you need to go through PM01.&lt;/P&gt;&lt;P&gt;and for getting the valuse in that drop down just add the valuse at domain level .&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 19 May 2009 10:49:54 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/adding-dropdown-list-in-an-infotype/m-p/5627639#M1281511</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-05-19T10:49:54Z</dc:date>
    </item>
    <item>
      <title>Re: Adding dropdown list in an Infotype</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/adding-dropdown-list-in-an-infotype/m-p/5627640#M1281512</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks for this, I have another question: is it possible to change a standard checkbox in a certain standard infotype to a dropdown list thru configuration? &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If not, do you think this is possible thru development?  Thanks!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 20 May 2009 03:50:06 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/adding-dropdown-list-in-an-infotype/m-p/5627640#M1281512</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-05-20T03:50:06Z</dc:date>
    </item>
    <item>
      <title>Re: Adding dropdown list in an Infotype</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/adding-dropdown-list-in-an-infotype/m-p/5627641#M1281513</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;The drop-down list can be made available via the csreen field attributes set by the system. ie if it meets one of the follwing conditions:&lt;/P&gt;&lt;P&gt;The field is defined in the ABAP Dictionary which specifies foreign key checking.&lt;/P&gt;&lt;P&gt;The field is defined in the ABAP Dictionary which specifies checking against fixed values.&lt;/P&gt;&lt;P&gt;The field is a time or date field (type TIMS or DATS) defined in the ABAP Dictionary.&lt;/P&gt;&lt;P&gt;A search help is assigned to the field.&lt;/P&gt;&lt;P&gt;The flow logic contains a FIELD statement for the field with the addition VALUES(...).&lt;/P&gt;&lt;P&gt;The flow logic contains a FIELD statement for the field with the addition SELECT ... .&lt;/P&gt;&lt;P&gt;The flow logic contains a FIELD statement for this field in the PROCESS ON VALUE-REQUEST section.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope it helps.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;Rajesh Kumar&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 20 May 2009 04:30:07 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/adding-dropdown-list-in-an-infotype/m-p/5627641#M1281513</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-05-20T04:30:07Z</dc:date>
    </item>
    <item>
      <title>Re: Adding dropdown list in an Infotype</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/adding-dropdown-list-in-an-infotype/m-p/5627642#M1281514</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;I am having the same issue.&lt;/P&gt;&lt;P&gt;Need to add drop down field to 0022 infotype(education).&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;through pm01 i have added I/O fields .&lt;/P&gt;&lt;P&gt;how to add drop down there..&lt;/P&gt;&lt;P&gt;What to be assign to that field to work as drop down..&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;please guide..&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 15 Jul 2014 08:54:32 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/adding-dropdown-list-in-an-infotype/m-p/5627642#M1281514</guid>
      <dc:creator>former_member324070</dc:creator>
      <dc:date>2014-07-15T08:54:32Z</dc:date>
    </item>
    <item>
      <title>Re: Adding dropdown list in an Infotype</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/adding-dropdown-list-in-an-infotype/m-p/5627643#M1281515</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;My issue is authority check for field.&lt;/P&gt;&lt;P&gt;I have to check authority for all field of t08 table.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;How i have to check authorization for all field of t08.&lt;/P&gt;&lt;P&gt;And let me know if you know the procedure.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 15 Jul 2014 09:52:51 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/adding-dropdown-list-in-an-infotype/m-p/5627643#M1281515</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2014-07-15T09:52:51Z</dc:date>
    </item>
    <item>
      <title>Re: Adding dropdown list in an Infotype</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/adding-dropdown-list-in-an-infotype/m-p/5627644#M1281516</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;How we check Authority for all fields of table.&lt;/P&gt;&lt;P&gt;Let me know if any one know about this.&lt;/P&gt;&lt;P&gt;And it's urgent so revert me ASAP.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Please Rpl ASAp.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 16 Jul 2014 07:53:54 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/adding-dropdown-list-in-an-infotype/m-p/5627644#M1281516</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2014-07-16T07:53:54Z</dc:date>
    </item>
    <item>
      <title>Re: Adding dropdown list in an Infotype</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/adding-dropdown-list-in-an-infotype/m-p/5627645#M1281517</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;/P&gt;&lt;P style="font-size: 12px; color: #333333; background: #ffffff;"&gt;Hi,&lt;/P&gt;&lt;P style="font-size: 12px; color: #333333; background: #ffffff;"&gt;i have use this steps. &lt;/P&gt;&lt;P style="font-size: 12px; color: #333333; background: #ffffff;"&gt;&lt;/P&gt;&lt;P style="font-weight: inherit; font-style: inherit; font-family: inherit; background: transparent;"&gt;To create authorization fields, choose Tools --&amp;gt; ABAP Workbench --&amp;gt; Development --&amp;gt; Other tools --&amp;gt; Authorization objects ® Fields.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;To create a authorization field:&lt;/P&gt;&lt;P style="font-size: 12px; color: #333333; background: #ffffff;"&gt;&lt;/P&gt;&lt;P style="font-size: 12px; color: #333333; background: #ffffff;"&gt;1. Choose Create authorization field.&lt;/P&gt;&lt;P style="font-size: 12px; color: #333333; background: #ffffff;"&gt;2. On the next screen, enter the name of the field. Field names&amp;nbsp;&amp;nbsp;&amp;nbsp; must be unique and must begin with the letter Y or Z.&lt;/P&gt;&lt;P style="font-size: 12px; color: #333333; background: #ffffff;"&gt;3. Assign a data element from the ABAP Dictionary to the field.&lt;/P&gt;&lt;P style="font-size: 12px; color: #333333; background: #ffffff;"&gt;4. If desired, enter a check table for the possible entries. For&amp;nbsp;&amp;nbsp;&amp;nbsp; more information about check tables.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P style="font-size: 12px; color: #333333; background: #ffffff;"&gt;&lt;EM style="font-weight: inherit; font-family: inherit; background: transparent;"&gt;For more information about AUTHORITY-CHECK, see the keyword documentation of the ABAP Editor.&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P style="font-size: 12px; color: #333333; background: #ffffff;"&gt;You can often use the fields defined by SAP in your own authorization objects. If you create a new authorization object, you do not need to define your own fields. For example, you can use the SAP field ACTVT in your own authorization objects to represent a wide variety of actions in the system.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P style="font-size: 12px; color: #333333; background: #ffffff;"&gt;&lt;/P&gt;&lt;P style="font-size: 12px; color: #333333; background: #ffffff;"&gt;&lt;STRONG style="background: transparent;"&gt;Assigning an Authorization Object to an Object Class&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #333333; font-size: 12px;"&gt;Each authorization object must be assigned to an object class when it is created. &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #333333; font-size: 12px;"&gt;Choose Tools --&amp;gt; ABAP Workbench --&amp;gt; Development --&amp;gt; Other tools --&amp;gt; &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #333333; font-size: 12px;"&gt;Authorization objects --&amp;gt; Objects. &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 12px; color: #333333; text-decoration: underline; background: #ffffff;"&gt;You can also create authorization objects in the Object Navigator (SE80).&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #333333; font-size: 12px;"&gt;The system displays a list of existing object classes.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #333333; font-size: 12px;"&gt;Object classes are organized according to the components of the system. &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #333333; font-size: 12px;"&gt;Before you can create a new object, you must define the object class for the component in which you are working. The objects are not overwritten when you install new releases.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #333333; font-size: 12px;"&gt;You can also define your own object classes. If you do so, select class names that begin with Y or Z to avoid conflicts with SAP names.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #333333; font-size: 12px;"&gt;Enter a unique object name and the fields that belong to the object. Object names must begin with the letter Y or Z in accordance with the naming convention for customer-specific objects.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #333333; font-size: 12px;"&gt;You can enter up to ten authorization fields in an object definition. You must also enter a description of the object and create documentation for it.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #333333; font-size: 12px;"&gt;Ensure that the object definition matches the AUTHORITY-CHECK calls that refer to the object.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #333333; font-size: 12px;"&gt;Do not change or delete authorization objects defined by SAP. This disables SAP programs that use the objects.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #333333; font-size: 12px;"&gt;You can regenerate the profile SAP_ALL after creating an authorization object.&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 16 Jul 2014 09:05:40 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/adding-dropdown-list-in-an-infotype/m-p/5627645#M1281517</guid>
      <dc:creator>former_member324070</dc:creator>
      <dc:date>2014-07-16T09:05:40Z</dc:date>
    </item>
    <item>
      <title>Re: Adding dropdown list in an Infotype</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/adding-dropdown-list-in-an-infotype/m-p/5627646#M1281518</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;My issue is that, there is an object.&lt;/P&gt;&lt;P style="color: #000000; font-family: 'Segoe UI', Helvetica, Arial, sans-serif;"&gt;&lt;SPAN style="font-size: 11pt; font-family: Calibri, sans-serif;"&gt; there are multiple fields. So, we need to check for correct field and not just ACTVT is */not.&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="color: #000000; font-family: 'Segoe UI', Helvetica, Arial, sans-serif;"&gt;&lt;SPAN style="font-size: 11pt; font-family: Calibri, sans-serif;"&gt;So how i have to check authority for the correct field of the table.&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="color: #000000; font-family: 'Segoe UI', Helvetica, Arial, sans-serif;"&gt;&lt;SPAN style="font-size: 11pt; font-family: Calibri, sans-serif;"&gt; Let me know if any one know this.&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="color: #000000; font-family: 'Segoe UI', Helvetica, Arial, sans-serif;"&gt;&lt;/P&gt;&lt;P style="color: #000000; font-family: 'Segoe UI', Helvetica, Arial, sans-serif;"&gt;Rpl me ASAP.&lt;/P&gt;&lt;P style="color: #000000; font-family: 'Segoe UI', Helvetica, Arial, sans-serif;"&gt;&lt;/P&gt;&lt;P style="color: #000000; font-family: 'Segoe UI', Helvetica, Arial, sans-serif;"&gt;&lt;/P&gt;&lt;P style="color: #000000; font-family: 'Segoe UI', Helvetica, Arial, sans-serif;"&gt;Regards,&lt;/P&gt;&lt;P style="color: #000000; font-family: 'Segoe UI', Helvetica, Arial, sans-serif;"&gt;Faisal&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 16 Jul 2014 10:17:52 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/adding-dropdown-list-in-an-infotype/m-p/5627646#M1281518</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2014-07-16T10:17:52Z</dc:date>
    </item>
  </channel>
</rss>

