cancel
Showing results for 
Search instead for 
Did you mean: 

is it possible with out BPM-> update transaction from flat file - XI -RFC

Former Member
0 Kudos

Hi

my requirment is: i need to update 2 values transaction(ks01)

Required data we get in flat file(Val1,Val2), that data needs to be updated in transaction KS01 in r/3 system.

Scenario is: Flat file - XI - Rfc -KS01.

im have come across couple of doubts while thinking this way:

->is it possible using fie -to- rfc scenario to update KS01 transaction in R/3 system through RFC, if possible some body please explain the complete process to implement this scenario.

->is it possible file -to- rfc without BPM in XI

can somebody please help out me, how can i approach for the above requirment

-> help would be appriciated and thanks in advance

Regards

Rajesh

Accepted Solutions (1)

Accepted Solutions (1)

former_member181962
Active Contributor
0 Kudos

The BAPI / RFC corresponding to your requirement is :

BAPI_COSTCENTER_CREATEMULTIPLE

You scenario on a high level would be FILE-XI-RFC

in your IR, map the corresponding fields of the fiel to the fields in the BAPI's interface.

As BAPI is synchronous , you may have to use BPM to implement the Asynch-Sync bridge.

Regards,

Ravi

Answers (0)