cancel
Showing results for 
Search instead for 
Did you mean: 

Insert data into database table from WDA to R/3 system

Former Member
0 Kudos

Hi ,

i had a requirement that, i need to enter data from front end system and that data stored in a custom table created in a r/3 system and also how to display or modify the data from the frontend side which is already there in r/3 database table.

can anyone help me with step by step procedure or some links to go through.

Thanks,

raj.

Accepted Solutions (0)

Answers (1)

Answers (1)

Sm1tje
Active Contributor
0 Kudos

1. Create context for data from R/3 table.

2. Retrieve the data from R/3 system and bind it to the context node (use editable ALV).

3. Use buttons for new rows, for adding new entry to table.

4. Submit the data, and save it in DB table.