cancel
Showing results for 
Search instead for 
Did you mean: 

How to set the table input in Query template?

Former Member
0 Kudos

Hi all.

I need to call a Bapi_objcl_change, with import parameter and a table as an input. I have done this, in BLS. I have set the table input in the

form of xml. In BLS, I get the output(the value gets change in SAP R3, what i have given in BLS). But if i set the same xml structure in

query template, I didn't get the output. Table input parameter does not take that xml source. How to set the table input in Query template?

can anyone help me?

Regards,

Hemalatha

Accepted Solutions (0)

Answers (2)

Answers (2)

0 Kudos

Hema,

You probably need to XML encode the data so that it will pass properly and then xmldecode() it to set the BAPI input value.

Sam

Former Member
0 Kudos

As long as your trx input param is of type xml and you are mapping it in your Query Template, there should not be any issues.

Give more details and errors if any.