<?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: Retrieve gender text in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/retrieve-gender-text/m-p/7600812#M1568335</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Use FM DOMAIN_VALUE_GET and pass&lt;/P&gt;&lt;P&gt;I_DOMNAME = 'GESCH'&lt;/P&gt;&lt;P&gt;I_DOMVALUE = PA0021-FASEX (Gender Keys : space, 1 or 2 )&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;and get the text in E_DDTEXT like ( Unknown, Male or Female)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;Ganesh Reddy&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 24 Jan 2011 08:53:36 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2011-01-24T08:53:36Z</dc:date>
    <item>
      <title>Retrieve gender text</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/retrieve-gender-text/m-p/7600808#M1568331</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 want to get the gender text from infotype 0021 (HR). The field FASEX in table PA0021 (which stands for family data) contains the gender code of a relative. I want to extract the text (i.e 'Female' ) but I cannot find the table which holds the relevant texts. Can you please point me to the correct table. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;P.S.: A function module or class which retrieves the gender text automatically will also do.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 24 Jan 2011 08:32:14 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/retrieve-gender-text/m-p/7600808#M1568331</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2011-01-24T08:32:14Z</dc:date>
    </item>
    <item>
      <title>Re: Retrieve gender text</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/retrieve-gender-text/m-p/7600809#M1568332</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Use FM &lt;STRONG&gt;DOMAIN_VALUE_GET&lt;/STRONG&gt; with &lt;/P&gt;&lt;P&gt;I_DOMNAME = 'GESCH'&lt;/P&gt;&lt;P&gt;I_DOMVALUE = PA0021-FASEX&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 24 Jan 2011 08:40:28 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/retrieve-gender-text/m-p/7600809#M1568332</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2011-01-24T08:40:28Z</dc:date>
    </item>
    <item>
      <title>Re: Retrieve gender text</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/retrieve-gender-text/m-p/7600810#M1568333</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;There are only 3 possible values for Gender key (Check Value Range of Domain GESCH)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;lt;SPACE&amp;gt; Unknown&lt;/P&gt;&lt;P&gt;1 Male&lt;/P&gt;&lt;P&gt;2 Female&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I think it will be ok to use a IF case...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Trikanth&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 24 Jan 2011 08:41:10 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/retrieve-gender-text/m-p/7600810#M1568333</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2011-01-24T08:41:10Z</dc:date>
    </item>
    <item>
      <title>Re: Retrieve gender text</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/retrieve-gender-text/m-p/7600811#M1568334</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks, that FM did the trick.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 24 Jan 2011 08:43:18 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/retrieve-gender-text/m-p/7600811#M1568334</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2011-01-24T08:43:18Z</dc:date>
    </item>
    <item>
      <title>Re: Retrieve gender text</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/retrieve-gender-text/m-p/7600812#M1568335</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Use FM DOMAIN_VALUE_GET and pass&lt;/P&gt;&lt;P&gt;I_DOMNAME = 'GESCH'&lt;/P&gt;&lt;P&gt;I_DOMVALUE = PA0021-FASEX (Gender Keys : space, 1 or 2 )&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;and get the text in E_DDTEXT like ( Unknown, Male or Female)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;Ganesh Reddy&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 24 Jan 2011 08:53:36 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/retrieve-gender-text/m-p/7600812#M1568335</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2011-01-24T08:53:36Z</dc:date>
    </item>
    <item>
      <title>Re: Retrieve gender text</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/retrieve-gender-text/m-p/7600813#M1568336</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;The  'FICO_DOMAIN_VALUES_GET'  has also good one. It will gives data at one time and you can use it as read statement.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Jahnavee&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 30 Mar 2011 07:45:34 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/retrieve-gender-text/m-p/7600813#M1568336</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2011-03-30T07:45:34Z</dc:date>
    </item>
    <item>
      <title>Re: Retrieve gender text</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/retrieve-gender-text/m-p/7600814#M1568337</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;This message was moderated.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 16 Jun 2011 05:19:48 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/retrieve-gender-text/m-p/7600814#M1568337</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2011-06-16T05:19:48Z</dc:date>
    </item>
  </channel>
</rss>

