cancel
Showing results for 
Search instead for 
Did you mean: 

inserting data into sap

Former Member
0 Kudos

hi guys,

i want to insert data into sap r/3 table....

they have given some values related to import parameters,

in that 2 tables are there modified_values,proposed_keys

i want to insert the data into that tables...how?

plz send me code....

thanks

Accepted Solutions (0)

Answers (2)

Answers (2)

Former Member
0 Kudos

Hi tony,

Can you tell whether you want to enter data into R/3 thru webdynpros(ABAP/JAVA)?

Former Member
0 Kudos

hi ,,

no , webdypro using just simple java program via jco

Former Member
0 Kudos

Hi, Tony!

Are you using NWDS and SAP Web AS or another IDE / Application Server. If you're working with NWDS, simply create a new Enterprise Connector Project, select the R/3-System you like to access, choose an appropriate bapi/function module (best via application hierarchy) and let the IDE generate appropriate Java classes. Next reference the EC project in your Java Project and use the proxy classes according to <a href="http://help.sap.com/saphelp_nw04s/helpdata/en/79/c6213e225f9a0be10000000a114084/frameset.htm">help.sap.com</a>.

If you' re using alternative IDEs, refer to their documentation.

Regards,

Thomas

Former Member
0 Kudos

Hi, Toni!

As AS Java and ABAP have different database schemes, you won' t be able to address the tables directly. Instead, use Java Connector or Enterprise Connector as a Wrapper to modify SAP R/3 data via RFC call of appropriate function modules.

Which data should you pass into which tables? Probably we'll find the right fms!

Regards,

Thomas