cancel
Showing results for 
Search instead for 
Did you mean: 

File to RFC - not updating for multiple line items

Former Member
0 Kudos

Hi,

Iam working on a file 2 RFC scenario. It is working fine for single record updating but not working for multiple records in file side.

Please suggest me how to check where the error is.

Thanks,

Swamy

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

Hi ,

Can you pls elaborate on it?

As per my assumptions you need to do this in the integration process.

Please let me know if you required more in detail.

Regards,

Sharath Girmaji

Former Member
0 Kudos

Hi Sharath,

Thanks for your quick response.

I'm updating Z table using File to RFC scenario. I'm able to update single record at a time using file...not able to update multiple records at a time.

Thanks,

Swamy

Former Member
0 Kudos

Hi,

You cannot send multiple records at a time .

Regards,

Sharath

Former Member
0 Kudos

Hi,

I think it is possible to update multiple records without using BPM scenario.

Thanks & Regards,

Swamy

turmoll
Active Contributor
0 Kudos

Certainly,

simply you need to pass table into RFM.

Regards,

Jakub

Former Member
0 Kudos

Hi Jakub,

I didn't got exactly what you are telling, can you please explain me in detail.

Thanks,

Swamy

Former Member
0 Kudos

Hi,

Hv u checked my reply above?

Didnt it help u?

U can manage Multiple records in RFC by multimapping N BPM

check this link........... it gives step by step precess for the same:

http://www.saptechnical.com/Tutorials/XI/MultiOcc/page1.htm

Thanks,

Mahi

turmoll
Active Contributor
0 Kudos

Hi,

In outbound side you have a file that contains multiple records, on receiver side you have an RFC with a table type import parameter. It allows you to pass all records of file into table parameter and do some update for each line in e.g. loop.

Regards,

Jakub

Former Member
0 Kudos

Hi,

Actually I'm using tables parameter instead of import parameters, is this causing any problem ??

Thanks,

Swamy

turmoll
Active Contributor
0 Kudos

Nope, It is ok.

Jakub

Answers (2)

Answers (2)

Former Member
0 Kudos

Hi Swamy,

U r correct.

by default RFC can handle only 1 record at a time.

But u can manage Multiple records in RFC by multimapping N BPM

check this link........... it gives step by step precess for the same:

http://www.saptechnical.com/Tutorials/XI/MultiOcc/page1.htm

Thanks,

Mahi

turmoll
Active Contributor
0 Kudos

Do you have a table type on RFC side in FM signature? Does the message mapping maps one file line one table line?

Regards,

Jakub