CSV File

 4 Replies
 2 Subscribed to this topic
 17 Subscribed to this forum
Sort:
Author
Messages
Srini Rao
Veteran Member Send Private Message
Posts: 149
Veteran Member

Hello - Is it possible to add the CSV file to user exit.  

I have user exit and I like to add the csv file to User Exit. How do I do that. 

 

 

 

 

Ragu Raghavan
Veteran Member Send Private Message
Posts: 477
Veteran Member
Do you mean the User Exits for online programs, like GL20BPD, GL20EPD? Or the User Exits for payroll/benefit programs like PRUEDED?
Woozy
Veteran Member Send Private Message
Posts: 709
Veteran Member
Yes, it's possible. You'll need to add the appropriate code to the user exit to do what you need it to do.

Obviously this answer won't help you, but based on your question, that's the best we can do. Please provide a full description of what you are needing to accomplish. Which UserExit or what program? Are you wanting to write to a CSV or read from a CSV? Are you wanting to include report output in the Print Manager as well? It's really tough to help if you don't fully describe what you're really trying to do.
Kelly Meade
J. R. Simplot Company
Boise, ID
Srini Rao
Veteran Member Send Private Message
Posts: 149
Veteran Member
But Where do I add the workdef to user exit?
jaherb
Veteran Member Send Private Message
Posts: 164
Veteran Member
You just associate the workdef with the main program you are coding. When you branch to the UserExit, the workdef file is available to you.