cancel
Showing results for 
Search instead for 
Did you mean: 

SAP Calendar access using JCo

Former Member
0 Kudos

Hi all,

I am new to SAP and trying to create and get the SAP Calendar appointments from my Java Application. Could anyone please give me some advice on this.Any help in this would be highly appreciated..

Thanks,

Anil

Accepted Solutions (0)

Answers (1)

Answers (1)

Former Member
0 Kudos

Hi Anil,

Welcome to SDN.

Being new to SAP first get the core idea behind RFC and BAPI that will be very helpful,

http://help.sap.com/saphelp_webas630/helpdata/en/09/a4a9e1d51d11d6b2c200508b5d5c51/content.htm

For JCo,

https://websmp205.sap-ag.de/connectors

http://www.sapgenie.com/faq/jco.htm.

Comming to your problem,

Give Appointment* in se37 you will get a lot of FMs that will help you to play around with appointments but within SAP.

Try to copy to create a Z Function by copying the same and make it remote enabled in the attributes. That will solve your problem.

Refer this blog for some idea,

/people/kathirvel.balakrishnan2/blog/2005/07/26/remote-enable-your-rfchosttoip-to-return-host-ip-to-jco

Hope this is what your requirement is.

Being new to SDN please go through the below link to award points for the helpful answers.

https://www.sdn.sap.com/sdn/index.sdn?page=crp_help.htm

Thanks

Kathirvel