cancel
Showing results for 
Search instead for 
Did you mean: 

Drop Down List Mode iBrowser

Former Member
0 Kudos

Hi All,

I want to display list of items as Drop down in iBrowser, The Values in drop down are supposed to come from a transaction.

Kindly suggest.

Thanks

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

Hi,

1. Call this transaction in a xacute query.

2. In the ibrowser dispaly template call this xacute query.

3. The values you want show in the drop down should be under the same column

4. Specify the column name in display template.

Hope this will help you

Regards.

Kishore

Former Member
0 Kudos

Thanks for the reply.

I am doing following things.

1. Transaction is calling a BAPI through JCO, which returns List of Items, This transaction has one XML output parameter.

2. In Xacute Query templat, in transaction tab, I selected the transaction and * as out put parameter.

3. In Displat Template, Under Data Maping tab, when I am selecting the query template,<b>it does not list the XML property in Column Names</b>.

Regards

Rupesh

Former Member
0 Kudos

Hi,

Changes to be done in your transaction. Becaz the BAPI output does not match with xMII XML output fomat(Rowset/Row).

Use the XMII XML document and XML row action blocks to create the output as per your need and then try.

In your post can you able to some output in XACUTE QUERY test? I hope it does not give any result.

Regards,

Kishore

Former Member
0 Kudos

Thanks Kishor,

I identified the problem and corrected, now I am able to get the result.

best regards

Rupesh

Answers (0)