2007 Jul 11 4:09 AM
Hi,
Can anyone help me out by telling me what this the function of this piece of code:
TYPES: BEGIN OF SLIS_LISTHEADER,
TYP(1) TYPE C, " H = Header, S = Selection, A = Action
KEY(20) TYPE C,
INFO TYPE SLIS_ENTRY,
END OF SLIS_LISTHEADER.
Actually i was going thru a doc. of ALV Report. Just could not find out what the above code means & what it does.
Thanx,
Mohit.
2007 Jul 11 4:15 AM
Hi Mohit,
for displaying the header like TOP OF PAGE, in alv we use slis_listheader
this slis consist of three fields
1: <b>Type</b> - > where we need to pass whether it is to be printed as header(bold) or selection text - normal font and A - Action - like any simply logic to get the header information.
2: <b>key</b> -> it can be used when u select type as Selection - S and pass the key information
3) <b>info</b> -> it the actuall text u pass there .
<b>Reward pts if answered ur question. :)</b>
Regards
Sathish
2007 Jul 11 4:14 AM
2007 Jul 11 4:15 AM
Hi Mohit,
for displaying the header like TOP OF PAGE, in alv we use slis_listheader
this slis consist of three fields
1: <b>Type</b> - > where we need to pass whether it is to be printed as header(bold) or selection text - normal font and A - Action - like any simply logic to get the header information.
2: <b>key</b> -> it can be used when u select type as Selection - S and pass the key information
3) <b>info</b> -> it the actuall text u pass there .
<b>Reward pts if answered ur question. :)</b>
Regards
Sathish