People Code for out_Bound for Parent & Child Tables


People Code for out_Bound for Parent & Child Tables  

Parent Table as ' IS_DEPT_TBL ' (department no, name , location )
Child table as ' IS_CUST_TBL ' (department no,employee id, name,sex,salary.....)


Note : If we want the out bound file to be a Excel File then make the following changes in above code
Local string &Separator = Char(9);
&myfile = GetFile("c:/Ismail/Outbnd11.XLS", "W", %FilePath_Absolute);
&myfile.writeline(&dno | &Separator | &eno | &Separator | &name | &Separator | &sex | &Separator | &sal | &Separator | &hno | &Separator | &state | &Separator | &city);

3 comments:

  1. Thanks for providing information on people soft adminpeople-softadmin

    ReplyDelete
  2. i am john working on peoplesoft techincal .. your blog is pretty good , keep posting on peoplesofthrms

    ReplyDelete