Application Development and Automation Discussions
Join the discussions or start your own on all things application development, including tools and APIs, programming models, and keeping your skills sharp.
cancel
Showing results for 
Search instead for 
Did you mean: 
Read only

gesch

Former Member
0 Likes
720

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.

3 REPLIES 3
Read only

Former Member
0 Likes
573

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.

Read only

Former Member
0 Likes
573

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

Read only

Former Member
0 Likes
573

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