Application Development Discussions
Join the discussions or start your own on all things application development, including tools and APIs, programming models, and keeping your skills sharp.
cancel
Showing results for 
Search instead for 
Did you mean: 

in ooALV how to insert LOGO

Former Member
0 Kudos

hi!

1)in ooALV how to insert LOGO ?

2) Purchase Order is first or Sales Order is first ?

3) Hoe to convert SCRIPT / smart from text in chines or other languagh

4) what is Text Module.

1 REPLY 1

Former Member
0 Kudos

Hi

1)in ooALV how to insert 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

2) Purchase Order is first or Sales Order is first ?

PO is MM related and SO is SD related

PO we issue to Vendor when we wants to purchase goods

So is raised in SAP with us when a customer places a PO

3) Hoe to convert SCRIPT / smart from text in chines or other languagh

Use Tcodes SE78 and SE63

4) what is Text Module.

The Texts which we create using the SO10 Tcode is called Text module

And these are fetched in reports using READ_TEXT fun module and inserted in scripts using INCLUDE command

Regards

Anji