cancel
Showing results for 
Search instead for 
Did you mean: 

Connecting and R/3 ECC system through Java Jco

Former Member
0 Kudos

Hi i am Sai,

I am working on project of connecting SAP through JCo. I am new to SAP. My Project is Connecting SAP system thru' Java and generating reports in Front End. Generating reports can be of any type. Front end is basically designed using HTML and JSP.I am well versed with Java and very much new to SAP.Help me to sort out this and help me with front end too.

Thanking you in Advance

Sai

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

i am a naive user to SAP . I dont use webdynpro . i am using notepad as a java text editor. i hav found a lot of connection progs to bapi very few are interesting .i need few progs thru which i can get BAPI MATERIAL LIST. i dont know how to bring this material list to the front end.

Thank u in advance...

Your Suggestions , Guidelines and advise will help me in my development.Thank u..

Former Member
0 Kudos

Hi Sai,

You can download the SAP JCo in the SAP service MarketPlace and you can find some code sample to connect to an SAP system.

Then you can call all BAPI that you need, for example RFC_READ_TABLE which you can read all the tables in an SAP system.

Then you can generate a report with java library, like [IText|http://www.lowagie.com/iText/] or [Apache POI|http://poi.apache.org/].

Best regards,

Mathieu

Former Member
0 Kudos

thnks buddy... is there any way for bringing the reports to the front end .. rather than using tools... actually using additional tools and plugins are prohibited in my project... i need ur help.. I need to show the report at front end .. which is in html format.. (Internet Explorer) Please help buddy..

Former Member
0 Kudos

Hi,

I you want to show the report on Internet Explorer. You can develop Java or ABAP Web Dynpro application.

Easier is to develop a BSP Application (Business Server Page ([BSP tutorials|http://help.sap.com/saphelp_nw04/helpdata/en/c8/101c3a1cf1c54be10000000a114084/content.htm])

I hope it will help you.

Regards,

Mathieu

Former Member
0 Kudos

thanks buddy ur replies are absolutely awesome.. to be frank with u . i need to do it with jsp... so.. i need a code and procedure for doing it.. thank u buddy.

Answers (4)

Answers (4)

Former Member
0 Kudos

Your reply is always rewarded

Former Member
0 Kudos

Hi Sai,

Chk out this [tutorial|/docs/DOC-8061#15 [original link is broken]]

Regards,

Nikhil

Former Member
0 Kudos

i need to generate a report from SAP to the front end. I have seen a lot of Jco sources which get lists from the BAPI.How do i display it in the front end. Is there any sources available in SAP , so that i could display the table as in SAP to the front end.

pls help me thanks in advance...

Former Member
0 Kudos

reward points if helpful

Former Member