‎2008 Jan 08 7:51 AM
i am adding a logo in a report? it is displaying right?plz tell me how can i move the
logo at left position?
‎2008 Jan 08 7:58 AM
U van pass leftjustified in structure IT_LIST_COMMENTARY-typ = 'H'.
TYP: Possible values:
- (H)eader: - List header
- only the contents of INFO are
output (KEY is ignored)
- usually one line = one entry
Attributes: - left-justified
- bold
- followed by empty line
- (S)election: - Important header information, e.g.
currency of amounts in the list
- display format:
KEY(bold) INFO(normal)
Ex.:
KEY -
INFO----
Currency DEM Ctrl area curr.
Material FGS_TEST Test material
- usually several entries
(one entry per line)
Attributes: - left-justified
- bold (KEY=on/INFO=off)
- followed by empty line
- (A)ction: - Action info (see LIBS)
- direct output via table
- only the contents of INFO are
output (KEY is ignored)
- usually one entry
Attributes: - left-justified
- normal intensity
KEY: String with keyword character output in
combination with TYP = 'S'.
INFO: Information output in header, formatted by type.
Thanks and Regards
‎2008 Jan 08 8:01 AM
hi this helps u to change the logo:
In the transaction OAOR, you should be able to insert your company Logo.
GOTO - OAOR (Business Document Navigator)
Give Class Name - PICTURES Class Type - OT..... then Execute
It will show you the list, then select ENJOYSAP_LOGO.
On that list, you will find one control with a "create" tab.
Click std. doc types.
Select SCREEN and double-click.
It will push FILE selection screen.
Select your company logo (.gif) and press OK.
It will ask for a description- for instance: "company logo".
It will let you know your doc has been stored successfully.
You can find your logo under ENJOYSAP_LOGO->Screen->company logo.
Just run your ALV program, you should find your company logo in place of the EnjoySAP logo.
FORM TOP-OF-PAGE.
CALL FUNCTION 'REUSE_ALV_COMMENTARY_WRITE'
EXPORTING
IT_LIST_COMMENTARY = HEADING[]
I_LOGO = 'ENJOYSAP_LOGO'
I_END_OF_LIST_GRID ='GT_LIST_TOP_OF_PAGE'.
.
ENDFORM. "TOP-OF-PAGE
Here 'ENJOYSAP_LOGO' will replace by ur created logo.
Refer this link
http://www.sapdevelopment.co.uk/reporting/alv/alvgrid_enhanced.htm
http://www.sap-img.com/abap/alv-logo.htm
http://www.sap-img.com/fu002.htm
with regards,
Hema.
pls reward if helpful.
‎2008 Jan 08 8:02 AM
Hi, this is the code which will help u really.
Change the logo in the right-hand side of the initial Log-on screen
- To put your company logo in the right-hand side of the initial
screen:
Put your picture in the database with the transaction SMW0
"Binary data" options, e.g. in ".GIF" format.
Put a record with the picture name in the key "START_IMAGE" of
the table SSM_CUST in the View maintenance transaction SM30.
- You can adjust the picture to the window size automatically or
center it in the right-hand side of the initial screen
("RESIZE_IMAGE" "YES" or "NO" in the table SSM_CUST).
- You can deactivate the picture globally so that noone sees it
with "HIDE_START_IMAGE" "YES" in the table SSM_CUST.
Refer the links -
See following link:
http://www.sap-img.com/basis/changing-the-sapgui-logo-on-the-right-hand-side.htm
See the link
http://www.sap-img.com/bc052.htm
with regards,
Hema.
pls give points if helpful.