on ‎2007 Aug 23 8:23 AM
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
Request clarification before answering.
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
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
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
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
| User | Count |
|---|---|
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 |
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.