cancel
Showing results for 
Search instead for 
Did you mean: 

How to include the STANDARD TEXT Logo in SMARTFORM???

Former Member
0 Kudos

Hai experts,

Im able to get the standard text logo in SAPSCRIPT used follwing command in text editor.

v_logo is dynamic variable.

/:INCLUDE &V_LOGO& OBJECT TEXT ID ST LANGUAGE EN

But in smartforms im unable to get the Standard text logo used following steps...

in Include text node

A) Text name : &V_LOGO& <

B) Text object : TEXT >

C) Text ID : ST >

D) Text Language : EN >

Why????

What are the further steps needed??

Rewards helpful answer is very useful..

Thanks & rgds,

Muru.P.

Accepted Solutions (0)

Answers (3)

Answers (3)

Former Member
0 Kudos

Hi,

In smartforms you need to use a graphics node to display a LOGO and not a text node.

Regards,

Ram

Former Member
0 Kudos

Hi,

Make sure the variable is getting populated and passed into the smartform interface.

If the variable's value is not getting passed into the smartform then use program lines to fill the value as it is done in the script print program.

To check whether the variable is getting populated or not debug the function module at the node of the standard text and check for the variable's value.

Regards,

Ram

bpawanchand
Active Contributor
0 Kudos

HI

http://www.sapmaterial.com/smartform_example.html

http://www.sap-press.com/product.cfm?account=&product=H955&shoppingcart=003

Tcode SE78 is used to import graphics into the SAP system. The transaction imports the graphics and stores it

in the BDS (business transaction server) and then it can be displayed in the form.

· To create the graphic node , call the context menu for that node in the tree structure and choose create-

>graphic

· Enter a name (LOGO) for the node and the description (Logo Graphic)

· On the general attributes determine whether a colored or a black and white

· On General Attributes use the fields object - GRPAHIC, id u2013 BMAP and name - &G_LOGO& to identify the

graphic. &G_LOGO& is variable and therefore we can print company code specific logo. Program line preceding

the graphic is required.

Regards

Pavan