<?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 gesch in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/gesch/m-p/2631306#M605039</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Dear All,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;gesch is gender key and it shows value 1 or 2.&lt;/P&gt;&lt;P&gt;Suppose i want to read this value as 1= male and 2 = female.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;How I will do that.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Or tell me what is the field name to read the text value of field gesch.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 07 Aug 2007 10:09:51 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2007-08-07T10:09:51Z</dc:date>
    <item>
      <title>gesch</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/gesch/m-p/2631306#M605039</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Dear All,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;gesch is gender key and it shows value 1 or 2.&lt;/P&gt;&lt;P&gt;Suppose i want to read this value as 1= male and 2 = female.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;How I will do that.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Or tell me what is the field name to read the text value of field gesch.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 07 Aug 2007 10:09:51 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/gesch/m-p/2631306#M605039</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-08-07T10:09:51Z</dc:date>
    </item>
    <item>
      <title>Re: gesch</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/gesch/m-p/2631307#M605040</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;you have to follow this always..&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;this will be just like the debit or credit indicator&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;which uses H and S alone.&lt;/P&gt;&lt;P&gt;if gesch = '1'.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;male.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;else.&lt;/P&gt;&lt;P&gt;female.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;endif.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;thanks &amp;amp; regards,&lt;/P&gt;&lt;P&gt;venkatesh&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;endif.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 07 Aug 2007 10:12:45 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/gesch/m-p/2631307#M605040</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-08-07T10:12:45Z</dc:date>
    </item>
    <item>
      <title>Re: gesch</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/gesch/m-p/2631308#M605041</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;You can create a domain and add the two values you have mentioned as fixed values in that.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Please mark points if the solution was useful.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Manoj&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 07 Aug 2007 10:24:34 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/gesch/m-p/2631308#M605041</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-08-07T10:24:34Z</dc:date>
    </item>
    <item>
      <title>Re: gesch</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/gesch/m-p/2631309#M605042</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;Go to table DD07T and key in DOMNAME = 'GESCH' and DDLANGUAGE = 'EN' and see the description for the domain values.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;i.e 1 for male&lt;/P&gt;&lt;P&gt;    2 for female.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Reward points if it helps.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Cheers&lt;/P&gt;&lt;P&gt;phani&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 07 Aug 2007 10:32:21 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/gesch/m-p/2631309#M605042</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-08-07T10:32:21Z</dc:date>
    </item>
  </channel>
</rss>

