Has anybody got a guide for uploading data back into R/3?
I want to view data from R/3 which can be done via a BAPI into a table then select new data from the BAPI and upload it back into R/3.
Example:
A User has '001 Monday' in their R/3 record and I want to change it to '003 Wednesday'
So I get data from R/3 via a BAPI, which gives me:
001 Monday
002 Tuesday
003 Wednesday
I then select '003 Wednesday' via a Table
Then I want to upload '003 Wednesday' back into R/3 to the Users Record.
How do I do this?
Thanks
MN