<?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: Retrieving data from T588M table in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/retrieving-data-from-t588m-table/m-p/3171720#M754722</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;Did you check the Maintenance view for the same table .&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Goto  sm30 and see the table entries by locking in prog name ., screen no ,,variable key ..by clicking on position and u can retrieve the entries for various variable key .&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;See the variable key is assigned to the program on molga basis or employee subgroup . This is done in a feature . &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;In the feature using the same the variable key is assigned using tcode PE03 , &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;and this is called based on the relationship u maintain . &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards, &lt;/P&gt;&lt;P&gt;Vijay.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 10 Dec 2007 08:56:16 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2007-12-10T08:56:16Z</dc:date>
    <item>
      <title>Retrieving data from T588M table</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/retrieving-data-from-t588m-table/m-p/3171719#M754721</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;Just analyze this scenario...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;When we hire one employee using PA40,some screens of various infotypes will be active which contains some mandatory fileds...&lt;/P&gt;&lt;P&gt;For this particular screen ,there will be one  Module Pool,Screen number and variable key.This will be stored in T588M table.&lt;/P&gt;&lt;P&gt;In T588M table lot of entries are there with same module pool name and screen number.But screen number and variable key combination will be unique.&lt;/P&gt;&lt;P&gt;i want to know these values for all infotypes.&lt;/P&gt;&lt;P&gt;In system-&amp;gt;status we get only module pool and screen number..but not variable key.Also its very difficult to see for each infotype like this..&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;so how to retieve the following fields REPNA(Module Pool),DYNNR(Screen Number) VARKY(Variable Key) from T588M table of a particular infotype....??????&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 10 Dec 2007 08:29:39 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/retrieving-data-from-t588m-table/m-p/3171719#M754721</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-12-10T08:29:39Z</dc:date>
    </item>
    <item>
      <title>Re: Retrieving data from T588M table</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/retrieving-data-from-t588m-table/m-p/3171720#M754722</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;Did you check the Maintenance view for the same table .&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Goto  sm30 and see the table entries by locking in prog name ., screen no ,,variable key ..by clicking on position and u can retrieve the entries for various variable key .&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;See the variable key is assigned to the program on molga basis or employee subgroup . This is done in a feature . &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;In the feature using the same the variable key is assigned using tcode PE03 , &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;and this is called based on the relationship u maintain . &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards, &lt;/P&gt;&lt;P&gt;Vijay.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 10 Dec 2007 08:56:16 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/retrieving-data-from-t588m-table/m-p/3171720#M754722</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-12-10T08:56:16Z</dc:date>
    </item>
    <item>
      <title>Re: Retrieving data from T588M table</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/retrieving-data-from-t588m-table/m-p/3171721#M754723</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;You might check out the field ZYKLS in this table.&lt;/P&gt;&lt;P&gt;If it's first char = 'P', then the followign chars should say the infotype (not sure in this however...)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;In many cases, the screen layout depends on the relevant employee data.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;In this field, enter the name of the feature to be maintained with transaction PE03.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The feature return value is the variable key which is given in one of the subsequent entries.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The following fields can be used in feature decision operations:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Screen number DYNNR (4 characters) &lt;/P&gt;&lt;P&gt;Subtype SUBTY (Up to 4 characters, but always &lt;/P&gt;&lt;P&gt;the same length for one feature) &lt;/P&gt;&lt;P&gt;Company code BUKRS (4 characters) &lt;/P&gt;&lt;P&gt;Personnel area WERKS (4 characters) &lt;/P&gt;&lt;P&gt;Employee group PERSG (1 character) &lt;/P&gt;&lt;P&gt;Employee subgroup PERSK (2 characters) &lt;/P&gt;&lt;P&gt;Payroll area ABKRS (2 characters) &lt;/P&gt;&lt;P&gt;Country grouping MOLGA (2 characters) &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;Tamá&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 10 Dec 2007 09:01:33 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/retrieving-data-from-t588m-table/m-p/3171721#M754723</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-12-10T09:01:33Z</dc:date>
    </item>
    <item>
      <title>Re: Retrieving data from T588M table</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/retrieving-data-from-t588m-table/m-p/3171722#M754724</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Tamás ,&lt;/P&gt;&lt;P&gt;Thanks for ur reply..so shall i take the row which contains values in the field ZYKLS??&lt;/P&gt;&lt;P&gt;my variable key wrt country grouping is not matching to this...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Merlin&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 10 Dec 2007 09:16:16 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/retrieving-data-from-t588m-table/m-p/3171722#M754724</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-12-10T09:16:16Z</dc:date>
    </item>
  </channel>
</rss>

