‎2007 Aug 07 11:09 AM
Dear All,
gesch is gender key and it shows value 1 or 2.
Suppose i want to read this value as 1= male and 2 = female.
How I will do that.
Or tell me what is the field name to read the text value of field gesch.
‎2007 Aug 07 11:12 AM
Hi,
you have to follow this always..
this will be just like the debit or credit indicator
which uses H and S alone.
if gesch = '1'.
male.
else.
female.
endif.
thanks & regards,
venkatesh
endif.
‎2007 Aug 07 11:24 AM
You can create a domain and add the two values you have mentioned as fixed values in that.
Please mark points if the solution was useful.
Regards,
Manoj
‎2007 Aug 07 11:32 AM
HI,
Go to table DD07T and key in DOMNAME = 'GESCH' and DDLANGUAGE = 'EN' and see the description for the domain values.
i.e 1 for male
2 for female.
Reward points if it helps.
Cheers
phani