Application Development Discussions
Join the discussions or start your own on all things application development, including tools and APIs, programming models, and keeping your skills sharp.
cancel
Showing results for 
Search instead for 
Did you mean: 

How to upload a file from application server?

Former Member
0 Kudos

Hi experts,

I am going to create a conversion program using call function 'HR_INFOTYPE_OPERATION'.In my conversion I am going to upload per_area,emp_subgroup,payroll_area,work contract and orgn_key for the infotype IT0001 and the input file is from application server.I am using check boxes for these 5 fields and for the fields I am selecting the checkbox.I want to upload the datas in the IT0001 using HR_INFOTYPE_OPERATION.That is using the call transaction function.Its urgent give me some ideas or codings for that infotype updating.

Thanks,

Sakthi.C

2 REPLIES 2

Former Member
0 Kudos

Hi

you can use <b>open dataset for input</b>,<b>Read dataset</b> for uploading data from a application server.

Message was edited by:

Raghu Reddy

Former Member
0 Kudos

Hi Sakthi,

you can use transaction CG3Y for uploading files from Application server to Presentation server .

Thanks,

Reward If Helpful.