‎2011 Mar 15 8:55 AM
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
‎2011 Mar 15 9:02 AM
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.
‎2011 Mar 15 9:02 AM
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.
‎2011 Mar 16 12:33 PM
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].