cancel
Showing results for 
Search instead for 
Did you mean: 

Pushing data from MII to ECC but data is not getting updated in table using RFC

Former Member
0 Kudos

Hi Experts,

In my scenario, I am pushing data from MII to ECC through custom RFC and want to update that data in 'Z" table in ECC.

Here am successfully calling RFC through MII and even successfully received message(Status & Message) to MII . But in RFC, i have written code is like row by row am updating by writing INSERT statement.

If Sy-SUBRC = 0 then only i am sending STATUS & MESSAGE to MII. These updated fileds coming back to MII successfully, but when I am checking tables in R/3 system, data is not getting updated.

Moreover , when we tried to execute the RFC manually in R/3 system, that time data uploaded into table successfully.

Could anybody tell me what would the reason that data not uploading into table when we send it through MII.

Thanks & Regards,

Bujji

Accepted Solutions (0)

Answers (1)

Answers (1)

swaroop_anasane
Active Contributor
0 Kudos

Hi Bujji,

Did you try calling save or commit rfc post you update Table using z RFC from MII. From logon pad it should autocommit but from MII using RFC it should need a separate call to commit/save.

Please check this option and let us know your finding.

Thanks and Regards,

Swaroop