Application Development and Automation Discussions
Join the discussions or start your own on all things application development, including tools and APIs, programming models, and keeping your skills sharp.
cancel
Showing results for 
Search instead for 
Did you mean: 
Read only

retriving data from java to sap ztable

Former Member
0 Likes
450

how do i need to retrive the data from external to sap tables

here in my scerino i have used a ztable and in that i have created four fields

reinr

slno

matdescription

plant

itemno

and java guy fills this fields and submits

then at that time it should be stored in sap table ztable zbomtable

and wat type of logic do i need to use here

plzz help me in this sceniro..

regards prabhanjan

1 ACCEPTED SOLUTION
Read only

SuhaSaha
Product and Topic Expert
Product and Topic Expert
0 Likes
421

My approach would be to develope a RFM which will update the data in SAP custom table. Ask the Java team to call this FM whenever data is posted in their tables.

2 REPLIES 2
Read only

SuhaSaha
Product and Topic Expert
Product and Topic Expert
0 Likes
422

My approach would be to develope a RFM which will update the data in SAP custom table. Ask the Java team to call this FM whenever data is posted in their tables.

Read only

Former Member
0 Likes
421

Develop an RFC (create a function in SE37 and select the "Remote Access Module" option). Java team can then use the JCO library available at [http://service.sap.com/connectors].