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: 

What are Text Variables?

Former Member
0 Kudos

What are TEXT VARIABLES? How can we create them? Why do we use them?

Generally we get the SAP Easy Access screen. How to get IMG scree? Are both different?

1 ACCEPTED SOLUTION

Former Member
3 REPLIES 3

Former Member

Former Member
0 Kudos

Hi Suman,

Text Variables

Text variables represent a text and can be used in descriptions of queries, calculated key figures and structural components

Creating new text variables

1.In the Description field, enter an ampersand &.

2.From the context menu that appears automatically, choose New Text Variable.

for changing SAP EASY ACCESS IMAGE...

for displaying you logo, first you need a package to save the file( logo.jpeg or Gif) as object.

create your own package say ZABC.

then with tcode smw0 select binary data for webRFC application click on find icon( only icon there)

click on execute button

click on create icon

give object name and description ex: ZLOGO and desc as Logo of the company

click import icon

import the image to the ZLOGO

save it in the package you have created i e ZABC

if it is cross client it will create a request

click continue

now ur zlogo is saved in package ZABC and is ready to be used.

go to tcode sm30

give package name SSM_CUST

click maintain

at START_IMAGE give the name as ZLOGO (capitial letters)

and save it will create a request say continue

Hope this would help you.

Regards

Narin Nandivada

Former Member
0 Kudos

Can you pleaselet me know the transaction code where I have to go for text variables?