cancel
Showing results for 
Search instead for 
Did you mean: 

Hiding a Characteristics in a ROW

Former Member
0 Kudos

Hi,

How to hide a characteristics used in a ROW in the query definition? I want this data in other characteristics but this characteristics should be hidden?

Basically i am trying to concatenate 5 fields into one field.I tried '<!' and '>' with table interface that worked well but it had the restriction that all the 5 field should be in the continous order.

I tried the 'No display' from the query definition but it didn't bring the data.

Is that possible with I_CELLSPAN & I_CELLSPAN_ORT with the Table interface?

Any good idea will be awarded well!!!

Thank you

Arun

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

Set the changing parameter 'C_CELL_TD_EXTEND' for the CHARACTERSTIC CELL for the required character to be

C_CELL_TD_EXTEND = 'style="display:none;"'.

If you want to hide the Charactsertic headin the same needs to be done for the CAPTION CELL also.

Thanks.

Answers (1)

Answers (1)

Former Member
0 Kudos

Hi Deepu,

Thanks.Is there any documentation other than help.sap.com which shows the exact possible code for each attritues in each methods?

Thank you

Arun

Former Member
0 Kudos

There is no documentation which explains all the possibilities. There are couple of How to documents which is part of BW 2.0B which gives you a good idea about the TABLE INTERFACE. See the attached link given below:

https://websmp101.sap-ag.de/~sapdownload/011000358700002765032003E/HowToEnhanceQueryTableInt.pdf

There are also some documents available on this as part of the Know How coneference call from 2001, see the link below:

https://websmp101.sap-ag.de/~sapdownload/011000358700003662952001E/APR25_20016921477FWC.DOC

https://websmp101.sap-ag.de/~sapdownload/011000358700003450802001E/WEBTABLEINTERFACE.PPT

You will be able to see the available properties and changing parameters clicking on the signature button in each method.

Thanks.

Hope this helps!