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: 

How to set user's logon data - cost center field when we are using BAPI_USER_CREATE1

lrayapat73
Participant
0 Kudos

Hi All,

I am using BAPI_USER_CREATE1 to create an user, however on LogonData tab we have cost center field, BAPI does not have an option set cost center filed and Account No. fields. Can you please suggest on how to set these fields.

Thanks in advance.

2 REPLIES 2

jmodaal
Active Contributor
0 Kudos

Hello,

you can find the fields in import parameters DEFAULTS (field KOSTL = cost center) and LOGONDATA (field ACCNT = account no.)

0 Kudos

Thanks Jan!!!