Hi,
Im new to SAP.Im using SAP JCo to access SAP tables from my Java Project.Can u tell me whether I have to write queries for accessing specific fields of specific tables of SAP jst like any other database?
If yes can u explain the steps to achieve the same.
If no then how does JCO achieve the same?
Kindly revert back ASAP as we are nearing our GOLive.
Thanks,
Vidhya
Software/Hardware used:
ASKED:
June 29, 2005 2:27 AM
UPDATED:
July 24, 2009 4:23 PM
Excellent resource for getting started is http://www.vogella.de/articles/SAPJCo/article.html From the JCO side, you would would call SAP functions (kinda like RFCs) that would do all of the processing and data storage for you. For each of these functions, there are either fields, structures, and/or tables that you populate with values prior to executing (see example). Try this first example out and see if you get the same results.