Application Development and Automation 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: 
Read only

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

lrayapat73
Participant
0 Kudos
505

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
Read only

jmodaal
Active Contributor
0 Kudos
362

Hello,

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

Read only

0 Kudos
362

Thanks Jan!!!