cancel
Showing results for 
Search instead for 
Did you mean: 

Upload Data in to R/3

Former Member
0 Kudos

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

Accepted Solutions (0)

Answers (1)

Answers (1)

Antonio_leites
Participant
0 Kudos

You need a FM or BAPI in R/3 which modify the table. This FM should be cal by a buttom in your VC...you can have a look to this document

/people/marcel.salein/blog/2007/02/01/visual-composer-and-abap-rfcbapi-a-powerful-combination-part-i

Former Member
0 Kudos

Which document?

Former Member
0 Kudos

Sorry it's there now!

Former Member
0 Kudos

In most cases there are get and set BAPIs so have a look into your backend system and look for the corresponding BAPI or use the BAPI explorer via transaction BAPI....

Best Regards,

Marcel

Former Member
0 Kudos

Hey you can create a new bapi to update the table.And pass the updated data to your new bapi.