on 2010 Mar 31 12:45 PM
Hi,
I am working on SAP MII 11.5 and having trouble with SQL Query Template with Column List mode.
It is throughing an error "Enter a table Name.
Please help me in this regard
Request clarification before answering.
query got resolved............
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
You will need to use the Group parameter with the table name.
<PARAM NAME="Group" VALUE="Employees">
You can also set it with javascript for interactive use that would emulate the Template Editor:
document.APPLET.getQueryObject().setGroup("Employees");
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
| User | Count |
|---|---|
| 3 | |
| 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.