cancel
Showing results for 
Search instead for 
Did you mean: 

data update problem in file->rfc->file scenario during execution

Former Member
0 Kudos

Hi all,

I am working on File ->RFC(BAPI_NETWORK_COMP_ADD (PS module) which should update some info in SAP ERP) ->File scenario.

For this purpose i used next blog File - RFC - File without a BPM - Possible from SP 19. (i have PI 7.0 SP12)

Using this blog i could get correct response from bapi function but data in SAP ERP system didn't update at all in case correct or incorrect data in input file (maybe because "Confirm transaction" doesn't work despite on that i checked checkbox in my receiver rfc communication channel)

Could somebody help with this problem, please?

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

hi

Check out some of the replies in this thread

It might help you

regards

Ramesh P

Answers (1)

Answers (1)

Former Member
0 Kudos

My problem was solved after i wrote ZBAPI function with same parameters as in original BAPI and paste BAPI_TRANSACTION_COMMIT in the end of source code.