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