cancel
Showing results for 
Search instead for 
Did you mean: 

Need to develop a application which pulls Backup status of SAP

Former Member
0 Kudos

Hi All,

I am from SAP BASIS back ground with some development knowledge.

I am planning to develop a JAVA APPLICATION which pulls the SAP BACKUP status from the server.

For example : I need to prepare a monthly backup report for three system (PAS,QAS and DAS). Instead  of logging into these three servers ,i need to just pull the report the backup report from a JAVA application.

Thanks in advance.

Mohamed Naveen

Accepted Solutions (0)

Answers (1)

Answers (1)

former_member193379
Active Contributor
0 Kudos

Hi Naveen,

You can achieve it by writing a simple java code with JCO connection.

Thanks,

Hamendra

Former Member
0 Kudos

Hi Hamendra,

Thanks for the reply , can you help me with any sample code ?

former_member193379
Active Contributor
0 Kudos

Hi Naveen,

Please have a look of the below URLs as it is explained with examples.

Please let me know if any further information is required.

http://wiki.scn.sap.com/wiki/display/Java/JCO+Connection

http://help.sap.com/saphelp_nwes72/helpdata/en/48/634503d4e9501ae10000000a42189b/content.htm

Thanks,

Hamendra

MarkusTolksdorf
Product and Topic Expert
Product and Topic Expert
0 Kudos

Hi Naveen,

di no longer use JCo2, which is shown in the first example provided by Hamendra. The second one is using JCo3 code, which is fine. For sample code, simply download the JCo 3.0 archive for your platform from https://service.sap.com/connectors -> SAP Java Connector - > Tools & Services. It includes also a set of samples.

Best regards,

Markus