cancel
Showing results for 
Search instead for 
Did you mean: 

XMII Tables

Former Member
0 Kudos

Hi

I am new to XMII

What are all XMII Table, To display values from this table, which query template & display template we need to create.

Thanks

Karthi D.

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

Hi karthi ,

There is no MII tables as such , For learning you can create your own tables and write SQL query to fetch data and display.

Like you can write simple SQL query to fecth data in fixed query or use query mode to select table and fields to get data. This query if you map to grid in display template, you will get query output in grid.

Same way u need to do R&d for all query or display template to work on. U can use help link which guides all step.

Regards,

Padma

Former Member
0 Kudos

Hi

I have 10 columns in a row i have to display it as label and value like

Name (this is label ) : ABCD... ( From name colunm in a table)

Age : ....

and so on

What display template i have to use to get this

Thanks

karthi D

Former Member
0 Kudos

Hi

You use iGrid display template.Select Grid type as Grid and in the Layout tab, you can change the existing column name.

Former Member
0 Kudos

This is not possible with iGrid or any display template. This you can do using XSLT try to google for XSLT.

But Karthi why do u need to display like that, Lable:value , Label:value and so on.

It could be displayed like normal table know with column heading and its value?

Regards,

Padma

Edited by: Rao on May 6, 2009 11:01 AM

Former Member
0 Kudos

Hi Karthi

Each column has only one value?So all your 10 columns in a row?

Or you have multiple rows for same 10 columns with different values?

Former Member
0 Kudos

I'd encourage you to get some [training|http://www.sap.com/services/education/searchcourse.epx?context=[[xMII|||||||]]|].

Answers (3)

Answers (3)

Former Member
0 Kudos

The vertical grid does just that - moves the column headers to the first column, instead of the first row.

Former Member
0 Kudos

Hi

To display data from a SQL table, you write a SQL query.Then you map it to iGrid.

You go through the help links which will help you to learn MII.

Former Member
0 Kudos

Hi

You go through those help links:

http://help.sap.com/saphelp_xmii115/helpdata/en/index.htm

http://help.sap.com/saphelp_xmii120/helpdata/en/index.htm

You will find everything.This will help you.