Calling standard reports/transactions using JCo

Calling standard reports/transactions using JCo

Is there any method using which I can call standard SAP reports / transactions USING JCo?


    Requires Free Membership to View

    When you register, you will start receiving targeted emails from my award-winning team of editorial writers. Our goal is to keep you informed on the hottest topics and biggest challenges faced by SAP professionals today.

    Hannah Smalltree, Editorial Director

    By submitting your registration information to SearchSAP.com you agree to receive email communications from TechTarget and TechTarget partners. We encourage you to read our Privacy Policy which contains important disclosures about how we collect and use your registration and other information. If you reside outside of the United States, by submitting this registration information you consent to having your personal data transferred to and processed in the United States. Your use of SearchSAP.com is governed by our Terms of Use. You may contact us at webmaster@TechTarget.com.

I am often asked whether JCo allows you to easily create Web (Java) enabled reports. The short answer is 'no', the long answer is 'yes, with a little effort'. If you have written your report in ABAP, then you need to go into the Function Builder, add in and outbound parameters (and structures and tables), and check the 'RFC Enabled' field under the Administration tab. By RFC enabling your report, you can use JCo to call and retrieve data as you would with any RFC. Unfortunately, that is the only way that R/3 allows you to retrieve reports using JCo. Reporting typically involves a great deal of metadata, which JCo is unable to work with at this time.


This was first published in April 2002