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: 

screen labels

Former Member
0 Kudos

How to give screen labels?

1 ACCEPTED SOLUTION

Former Member
0 Kudos

I want screen headings for the module pool program screens.. Now it is dispalying "SAP". Where should it be changed?

Goto->Text elements->Selection Text is not activated for me..

4 REPLIES 4

Former Member
0 Kudos

Goto Menu Goto->text elements->selection texts...

If your question is about smartforms or sapscripts...then I'm sorry...the above answer is not correct...

Edited by: Ramu on Jan 8, 2008 5:41 AM

Edited by: Ramu on Jan 8, 2008 5:42 AM

Former Member
0 Kudos

Hi this may help u.

To create labels in SAPSCRIPT, you will have to define multiple MAIN WINDOWS in the Page Window.. try the following steps..

Main windows in page windows allow you to format text in multiple columns. Define an area in the page window, in which to position the main windows.

1. Create a page window and assign it to a page.

2. Choose Edit --> Main windows.

A dialog box appears.

3. Enter values in the fields Area width and Area height in accordance with the input guidelines for main windows.

4. Enter values in the fields Spacing and Number in the Horizontal group if you want to use multiple columns. You can ignore the fields in the Vertical group.

5. Determine how many columns and line areas are required for label printing. Then enter the corresponding values in the fields in the Horizontal and Vertical groups.

Also Check these links.

with regards,

Hema.

Former Member
0 Kudos

I want screen headings for the module pool program screens.. Now it is dispalying "SAP". Where should it be changed?

Goto->Text elements->Selection Text is not activated for me..

0 Kudos

hi Saipriya,

give title to your scren in PBO of screen using

SET TITLEBAR 'TITLE'.

double click on title and give name of screen in pop up,

but dont forget to activate .

Regards,

Talwinder.