cancel
Showing results for 
Search instead for 
Did you mean: 

How to sap into SAP using RFC

Former Member
0 Kudos

HI Friends

Do any one know how to save data in sap R3 suytem using RFC through webdynpro application.

Thank you

Maruti

Accepted Solutions (1)

Accepted Solutions (1)

former_member192818
Active Participant
0 Kudos

Maruti,

1. Just use the RFC's that does the update.

2. There are update flags for each field that you would like to update. These flags should be marked be marked for update. They come along with the classes that are generated when you import the RFC's.

3 Call BAPI_TRANSACTION_COMMIT afterwards.

All the above steps have to be done in the program.

Sumit.

Former Member
0 Kudos

Thank you sumit.

former_member192818
Active Participant
0 Kudos

Welcome.

Answers (0)