cancel
Showing results for 
Search instead for 
Did you mean: 

what is ment bt IRepository

Former Member
0 Kudos

hi,

Can u pls explain what is ment by IRepository in JCO.

what it will do functionally ?

regards

Guru

Accepted Solutions (1)

Accepted Solutions (1)

roberto_tagliento
Active Contributor
0 Kudos

http://derpi.tuwien.ac.at/~andrei/javadocs/CERIF-WS/CERIF/IRepository.html

Repository is a database which operates with RDF model and provides network access to object represenation of the data, vocabularies and support functions Repository also provides network access to data

https://media.sdn.sap.com/javadocs/NW04/SPS15/jc/com/sap/mw/jco/IRepository.html

/people/gregor.wolf3/blog/2005/02/27/suppressing-unwanted-sap-gui-screens-from-bapirfc-when-calling-them-from-external-system-in-background-150-solution-2

http://64.233.183.104/search?q=cache:8sbbtnmcc0yj:www.sdn.sap.com/irj/servlet/prt/portal/prtroot/com...IRepositorysite:www.sdn.sap.com&hl=it&ct=clnk&cd=2&client=firefox-a

Message was edited by:

Roberto Tagliento

Former Member
0 Kudos

hi,

can we read data from table which are in sap r/3 system using JCO.if it is possible pls send me example code..

regards

Guru

roberto_tagliento
Active Contributor
Former Member
0 Kudos

HI,

ok, good solution. but my intension is not that

<b>can i retrive data from tables directly by giving database name as input to jco functions .</b>

my requirment is to get delivery status .but i think we have no bapis to fecth status of delivery .so if i know the table name which contains delivery status then i can get status from that table

regards

Guru

roberto_tagliento
Active Contributor
0 Kudos

You have to create a CUSTOM BAPI or CUSTOM RFC that do what you wish on R3 side and after from java can call this CUSTOM FUNCTION.

Answers (0)