cancel
Showing results for 
Search instead for 
Did you mean: 

Field name for Start Date and End Date

Former Member
0 Kudos
356

Hi Good day,

Kindly, I am looking for the field name for start date and End Date that I am suppose to use at portal bulk userid import.

I tried following Start_date and End_Date as well as Begda and Enda but its not working.

[User]

UID = ZZSCRIPT00

Password = mypassword

last_name = Alam

first_name = Tausif

start_date = 01/01/2008

end_date = 31/12/9999

$usermapping$:SAP_R3_HumanResources:user = myusermapping

Language = en_GB

accessibility = 0

Group = Shell-People Testing - Employee Oman;Shell-People Testing - Employee Pakistan;

department=Created by GSO

Could you please help me identify the field names.

I have to import 1000 users at portal for manual login.

Thank you.

Accepted Solutions (0)

Answers (1)

Answers (1)

detlev_beutner
Active Contributor
0 Kudos

Hi Eoin,

As these parameters are not documented nor exported (even if set to non-default values), I would expect that these are not supported at all. If you really would set them all to 2008/01/01 and 9999, it wouldn't harm if you leave them out. If you have "real" values, you very probable would have to develop a small component which reads these values out from your original file and sets them programmatically on the already imported user objects via Java API.

Hope it helps

Detlev