cancel
Showing results for 
Search instead for 
Did you mean: 

how to pass mutiple items to RFC's table parameter from BLS

Former Member
0 Kudos

Hi,

I want to pass more than one item in RFC's table parameter as input.

I follwoed followoing steps:

1. Used repeater to read multiple items

2. add Assign action and assigned current whole record "Repeater_Current_PlannedOrders.Output{/Row}" to Transaction.outputXML

3. at the end of repeater assigned the Transaction.outputXML to "SAPJCOInterface_0.Request{/Z_SAP_GET_CURR_PROC_PLAN_ORDER/TABLES/T_CUR_PLANNED_ORDERS1}"

but above steps are not working and I am not able to pass multiple items in RFC.

Please suggest the right way to pass the multiple items to RFC.

Thanks in Advance!

Alok.

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

Try again. That there is space between the bars (/).

/people/abesh.bhattacharjee/blog/2007/06/05/calling-a-bapi-with-a-table-as-an-input-parameter-from-xmii

Former Member
0 Kudos

Thanks Marcelo !

It Worked.

Answers (1)

Answers (1)

Former Member
0 Kudos

Hello Alok,

See https: / / /people/abesh.bhattacharjee/blog/2007/06/05/calling-a-bapi-with-a-table-as-an-input-parameter-from-xmii, there is the answer you seek.

I hope I have helped,

Marcelo

Former Member
0 Kudos

Thanks for reply Marcelo.

But the link is not opening