on ‎2008 Mar 05 2:12 PM
Hi Experts,
I am using the WorkOrderRelease template in BLS to release the work order in PM.After creating transaction in BLS , I created Query Template for the same.
Now In both BLS as well as in Query template its working fine.
But when i am trying to create the Display template for the same, i am not able to retrieve column names from OutputXML file automatically once query template is selected .
Please guide me.
Saumil
Request clarification before answering.
Hi
Thanks Jamie.I couldnt able to exactly know why automatically it was not fetching column on Query selection but your solution has solved my purpose.
Regards
Saumil
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Hi Jamie,
ya i also know that it returns only one coulmn ' Message ' as output but thats the only field which will tell the status of releasing action like whether my Order is released or it is already been previously released or there are some other errors. So because of this i need to display that column for which i am not able to create the display template.
Please suggest.
Thanks & Regards
Saumil
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Hi Jamie,
ya i m using the correct version of template (11.5) with SAP xMII 11.5.
I did as told by you.
After selecting the query template name while creating display template for the same , i got following error in Java Console:
ERROR - Unable To Obtain Column getKeys
Thanks & Regards
Saumil
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
When the display templates attempts to load the columns it will need to run the query to obtain them. If you tested your query already, than you inputs will no longer be valid because the order will all ready be released. The transaction only returns one column "Message". You really don't need a display template for this. You could just execute the transaction on a page and alert out the response of it. Check the script assistant for the applet method to do this.
Regards,
Jamie
Hi,
ya i have mapped imput as well as output parameters(OutputXML file) both in the query template......still not able to retrieve columns in display template.
Regards,
Saumil
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Did you map and assign the inputs in the query template?
Regards,
Jamie
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
| 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.