Skip to Content
0
Former Member
Sep 16, 2008 at 08:10 AM

Date of birth in IT0002

1090 Views

Hi,

Can someone tell me what is the difference between fields GBDAT (Date of birth) and GBPAS (Birth date) of IT0002? The table (PA0002) shows different values for these fields for certain employees. When will this happen?

Also, we have an application that uses BAPI_PERSDATA_GETDETAILEDLIST

This has code

MOVE P0002-GBDAT TO PERSONALDATA-DATEOFBIRTH .

IF P0002-GBPAS CN '0 '.

MOVE P0002-GBPAS TO PERSONALDATA-DATEOFBIRTH .

ENDIF.

I couldnt understand why Date of birth field is being replaced by Birth date if it contains '0'.

Thanks and Regards,

Leena