You are on page 1of 8

PeopleSoft

ExcelToCI
®
®

The purpose of this workbook is to upload data from Excel into PeopleSoft using the Component Interface to execute business logic for each
transaction. This source workbook contains both worksheets and Excel VBA code modules. The Worksheets can be copied to other workbooks
for distribution without copying the code modules.

Process:
1)
Connection Information sheet: The information provided on this sheet is required to create a new template or submit data to the database. You will need to
specify environment information as well as information in regard to how each transaction should be handled. The Action will be filled in automatically.

2) Template sheet: Here you create the template that you are going to use. The template is based upon the structure of a Component Interface on the
PeopleSoft database.
2.1. New Template: When prompted, enter the name of your PeopleSoft User ID, password, and the Component Interface you wish to use. The connect
information previously provided is used to retrieve the PeopleSoft Component Interface properties. The Component Interface structure is displayed
graphically.
2.2. Manipulate Template: Here input cells are selected for inclusion on the Data Input and Staging & Submisson sheets. The purpose of each button
provided to allow manipulation of the template is more fully described by mousing over the button on the toolbar.
2.3. New Data Input: This button copies the selected input cells into the Data Input sheet. The Data Input sheet becomes active, and you will be prompted
before the structures and data on that sheet are deleted.

3) Data Input sheet: Here you enter data values for submission to the PeopleSoft database.
3.1. Stage Data for Submission: The data entered on the Data Input sheet is then staged in hierarchical form in preparation for submission to the
database.

4) Staging & Submission sheet: The last step is to format the data and submit to the database.
4.1. Submit Data: This submits the data to the database. Your PeopleSoft User ID and Password will be required. Each row submitted is marked with the
reply from the database which will either be OK, Warning, or Error.
4.2. Post Results: This posts the status for each row submitted to the database on the Data Input sheet so that data in a status of error can be corrected
and resubmitted.
Connect Information > Build Template > Input Data > Stage & Submit Data

Web Server Machine Name: 172.16.22.65


Protocol: http
HTTP Port: 85
Portal: EMPLOYEE
PeopleSoft Site Name: dev
Node: PT_LOCAL
Language Code: ENG

Chunking Factor: 40
Error Threshold:

CREATE
Action: CREATE
plate > Input Data > Stage & Submit Data
Enter Connect Information > Template > Input Data > Stage & Submit Data

RBI_MISSION_CI
Collection RBI_MISSION_CI EP_MISSION_TBL EP_MISSION_TBL
Property EP_ITEM_ID EFFDT EFF_STATUS
Record Type 000 100 100
Field Type CHARACTER DATE CHARACTER
Field Length 8 10 1
Key / Required Y/R Y/R /R
Sequence 1 2 3
Status Line No Record Type Item ID Effective Date Status as of Effective Date
Template 000
Template 100
ge & Submit Data

EP_MISSION_TBL
EP_TITLE
100
CHARACTER
60
/R
4
Title
Enter Connect Information > Build Template > Data Input > Stage & Submit Data

RBI_MISSION_CI
Record Type 000 Record Type 100 Record Type 100 Record Type 100
Status Item ID Effective Date Status as of Effective Date Title
Error TEST1 4/1/2010 A TEST1
Error TEST2 4/2/2010 A TEST2
Error TEST3 4/3/2010 A TEST3
Error TEST4 4/4/2010 A TEST4
Enter Connect Information > Build Template > Input Data > Staging & Submission

RBI_MISSION_CI
Status Line No Record Type Item ID Effective Date Status as of Effective Date Title
OK 5 000 TEST1
5 100 4/1/2010 A TEST1
OK 6 000 TEST2
6 100 4/2/2010 A TEST2
OK 7 000 TEST3
7 100 4/3/2010 A TEST3
OK 8 000 TEST4
8 100 4/4/2010 A TEST4
STOP

You might also like