Re: Import data into Peoplesoft with App Eng & Component Interf


[ Follow Ups ] [ Post Followup ] [ Message Board ]

Posted by [IP Address: 209.36.163.173] 'Mike Philby' on May 15, 2001 at 19:54:05 EST:

In Reply to: Import data into Peoplesoft with App Eng & Component Interf posted by [IP Address: 209.36.163.173] 'Donna Lee' on May 14, 2001 at 13:27:29 EST:

Yes, you should be able to add rows using CI's with App Engine, as far as how I never actualy used CI's and App Engine together.

There are some good PC examples using App Messaging and CI's. If you have Financials you should be able to find an app message called CASH_ADVANCE and/or TIME_REPORT. Open the message and click on CASH_ADVANCE_SUBMIT / TIME_REPORT submit peoplecode. This should give you an idea on how to access a CI and it's objects using PeopleCode.

Thanks,

MiKeP

: Hi,
: I have a file from a legacy system. This file has salary increases that need to be loaded into the Employees job data. We were going to write an SQR to insert these rows into the job table, but needed to duplicate all the Peoplecode and edits etc. I wanted to use APP engine as this is a weekly batch process, but then I want to reuse the Component Interface so that I can make use of the existing edits on the Job page.

: In my investigation, I can have the file loaded into temp tables in App Engine, but I don't know how or if I can then call a component interface to load these rows into the job component.

: Any ideas or help would be really appreciated.

: Donna.




Follow Ups:



Post a Followup


Name:
E-Mail:
Subject:

Message:


[ Follow Ups ] [ Post Followup ] [ Message Board ]