Application Development 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: 

4 fields are coming blank in BAPI_PERSDATA_GETLIST

Former Member
0 Kudos
87

hi expects,

As we are taking the data from sap system to third party system.i am using "BAPI_PERSDATA_GETLIST".all the data are coming to third party system.but 4 manadatory fields are not showing the data.these are 1.subtype

2.lock identicator

3.objectid

4.record number

please suggest me to solve this problem.

1 REPLY 1

Former Member
0 Kudos
53

HI,

It will read the data from the PA0002 infotype and this infotype doesn't have the subtype so you get the blank in the subtype and the remainging fields

2 lock identicator

3.objectid

4.record number

will be passed if the 0002 infotype consists the corroseponding data agains the pernr.

Check the PA0002 infotype for the selected PENR..you will find the answer.