cancel
Showing results for 
Search instead for 
Did you mean: 

is it posiible to mapping RFC to Alternative DB with same Structure?

Former Member
0 Kudos

My requirement is

1 RFC on XI ABAP using for updating DB table

there is field for determination Table Name on RFC.

How can 1 Mapping set for alternative DB.

for example

RFC

field table name = A

update key = 0001 --> for updating Table Name A

update field A = AAAAA

field table name = B

update key = 0001 --> for updating Table Name B

update field A = BBBBB

what should I design message mapping (It's can change XML tag via UDF?)

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

Hello,

Go through this

http://sap-xi.com/sap-xi-scenarios-file-jdbc.html

Thanks and Regards

Hemant

Answers (2)

Answers (2)

Former Member
0 Kudos

Thx

balaji_pichaimuthu
Active Participant
0 Kudos

Hi,

I think u can use if then else condition.. if table = A --> then --> update field A = aaaaa or else -


> update field A = bbbbbb.

Regards,

balaji

Edited by: Balaji Pichaimuthu on Jun 3, 2010 7:56 AM

Edited by: Balaji Pichaimuthu on Jun 3, 2010 7:57 AM