on 2012 Jan 16 7:12 AM
Hi all,
In pa0002, there is a field called gesch, which gives the gender of the employee. But it is giving me the gender key, that is 1 for male, 2 for female.
But how can I get the text of that gender key??
Regards
Tarun
Request clarification before answering.
You need to first check the screen for IT0002 in table T588M according to your country grouping.
Options are available to select as radio button for gender key. You need to use screen modification for it.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Open IT0002 and
Go to System ->STATUS -> Copy Program Screen and screen number
Then search in position Table T588M.
Go to the screen and check the if Gender field is available.
refer
http://help.sap.com/saphelp_40b/helpdata/fr/49/5184ab7b35d111950d0060b03c6b76/content.htm
Hi,
When you go into PA30 and enter 0002 for infotype and click create or change you can go to system->status and get program name starts with MPxxxxx and screen # starts with 2xxx.
Please verify this in table T588M and T588N and see field GESCH for your variable key which generally indicated country grouping to identify module pool program and screen # that you copied when you were in PA30.
Thanks,
Ameet
Hi Ameet,
Thanks for the clarification.
I got the screen name (MP000200) and screen number (2040).
And in t588m , i found a record corresponding to that as :::: MP000200 2000 40 2040 P0002.
But I don't know what to do after that, how can I get the description of the gesch field...please specify in detail??
Regards
Tarun
Hi,
That was just to help you understand where the source field is coming from.
Verify link below.
http://help.sap.com/saphelp_afs64/helpdata/ja/43/bc7ad602454dece10000000a422035/content.htm
Hope it helps.
Thanks,
Ameet
Hi,
Go to SE11 and enter table name as PA0002.
Click display button.
Go to GESCH field and click on data element for GESCH.
Once done click on domain name and then look under field value or field help tab for table at very bottom which basically displays text for gender key.
Other option is to use function module in your code - HRWPC_RFC_GESCH_TEXT_GET.
Thanks,
Ameet
User | Count |
---|---|
98 | |
16 | |
6 | |
5 | |
5 | |
4 | |
4 | |
3 | |
3 | |
2 |
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.