cancel
Showing results for 
Search instead for 
Did you mean: 

How to append the values in igrid row

Former Member
0 Kudos

hai,

I am using two bapi.First bapi given the list of purchase order only.Each purchase order output is input to second bapi.I want to append all list of purchase order details in igrid.now i am getting output only for last purchase order.

Please help.

Accepted Solutions (0)

Answers (2)

Answers (2)

Former Member
0 Kudos

I understand that you need to pass a parameter list as input for a bapi. If I understand correctly I think this can help it.

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

agentry_src
Active Contributor
0 Kudos

You can try to send a list of items (purchase order numbers) in the Request Segment of the BAPI. Or you can simply invoke the GETDETAILS BAPI once for each PO number from the first BAPI. You may want to test the GETDETAILS first to see if it will take multiple inputs. Some BAPIs only take a single input. It depends on the BAPI.

Good Luck,

Mike

0 Kudos

Hi,

Use the Repeater Action block properly from the out put of first BAPI and pass each purchase order to get the details and then finally you can use the Illuminator Row to insert data into the Document.

Thanks

Khaleel