Application Development and Automation 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: 
Read only

Text Elements

Former Member
0 Likes
2,249

Hi ABA masters,

i have one zprogram.In that program i need to add one field in selection screen with specific description.

I added that field to selection screen.But in that selection field doesn't show field description,Just it displays the filed technical name only.

what i will do.

And I have one more doubt,that's can we maintain version management to program text symbols..........

Is it work or not.

Very urgent...

Thanks In advance.

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
2,152

Go to the report and in the menu option Goto, click on Text elements -> Selection texts. Maintain the field description there against your field name.

You can maintain versions for text symbols just like the way it is maintained for report source code.

Hope this helps.

Manoj

18 REPLIES 18
Read only

Former Member
0 Likes
2,153

Go to the report and in the menu option Goto, click on Text elements -> Selection texts. Maintain the field description there against your field name.

You can maintain versions for text symbols just like the way it is maintained for report source code.

Hope this helps.

Manoj

Read only

Former Member
0 Likes
2,152

Hi,

To add the text for the selection screen element,

In the ABAP Editor, Goto->Text Elements->Selection Text to add the text that you want to display.

Regards

Wenceslaus

Read only

Former Member
0 Likes
2,152

Hi,

1)

Go to SE38..

Give the program name..

Choose the text elements radio button.

Press change..

Choose the selection texts tab.

Give the selection text to the corresponding parameter name in the selection-screen..

2)

Yes..You will have version management for text elements and selection texts also..

Go to SE38..

Give the program name..

Choose the text elements radio button.

IN the menu..UTILITIES -> VERSIONS -> VERSION MANAGEMENT..

Thanks,

Naren

Read only

Former Member
0 Likes
2,152

Hi,

Go to SE38, Enter the program name and go to the program..

Now use Use Goto Menu.

Goto ---> Text Elements ---> Selection Text.

There enter the technical name and against that Enter the description u want.

Rgds,

Prakash

Read only

anversha_s
Active Contributor
0 Likes
2,152

hi,

take GOTO->TEXT ELEMNTS->

Regards

Anver

Read only

Former Member
0 Likes
2,152

Hi Subramanyam,

yes you can maintain versions for program text symbols.

for the description go to text elements->selection text and give the description for the particular field.

Mark all helpful answers.

Read only

Former Member
0 Likes
2,152

Thanks To Naren,Anver,Prakash and all.

But i have been done like that only...

Still now also it displays technical name only....

In that program i wrote ''

SELECTION-SCREEN BEGIN OF LINE.

SELECTION-SCREEN COMMENT 10(20) TEXT-999

FOR FIELD PARM.

SELECT-OPTIONS: PARM LIKE SAPLANE-PLANETYPE.

SELECTION-SCREEN END OF LINE.

And i double click on text-999.And created on new text element.

Then when ever i was open TEXT ELEMENTS in <b>change mode</b>all previous text elements are deleted and its showing '?' icon in description area.

But in display mode all text elements are appear in normal.

Is there any problem and can i know how get all text elements as previous.

Please help me.

Thanks in Advance.

Read only

0 Likes
2,152

Hi,

If you have SELECTION-SCREEN BEGIN OF LINE then the texts wont be displayed.

You have to maintain the texts in the comment field.

Add the text in the INITIALIZATION event.

SELECTION-SCREEN BEGIN OF LINE.

SELECTION-SCREEN COMMENT 10(20) comm

FOR FIELD PARM.

SELECT-OPTIONS: PARM FOR SAPLANE-PLANETYPE.

SELECTION-SCREEN END OF LINE.

INITIALIZATION.

comm = 'Your text'.

Regards

Wenceslaus

Read only

0 Likes
2,152

Check if the original language for the text elements is same as the logon language.

Manoj

Read only

0 Likes
2,152

Hi

Do the below modifications and then check:

<b>TABLES: SAPLANE.</b>

SELECTION-SCREEN BEGIN OF LINE.

SELECTION-SCREEN COMMENT 10(20) TEXT-999

FOR FIELD PARM.

SELECT-OPTIONS: PARM <b>FOR</b> SAPLANE-PLANETYPE.

SELECTION-SCREEN END OF LINE.

Now double click on TEXT-999 and give the description. Save, activate and execute...

Regards

Eswar

Read only

Former Member
0 Likes
2,152

Ya Manoj i am already checked the original language is login language.

Ok Wenceslaus but it will displayin selection screen only,i want to field discrition display in out also...

Ok Ok Easwar thats not a problem i know that slect-options have 'for'.

that's sample code.

But i need to know how to recollect the deleted text elements....

Read only

0 Likes
2,152

Do you mean, you have deleted an existing text-element and want to recover the same... I guess it is not possible unless you have moved the program to another server like QA or Prod.

Have you tried the <b>RETREIVE</b> option in version management of text elements???

Kind Regards

Eswar

Read only

Former Member
0 Likes
2,152

Yes Easwar...U correct...U understand my problem...

But that program is in Development only.....thats not moved in any other server like QS or PS.

But i didnt retrive textelements in version managment.

If i will do like that.

Can i get total text elements.

Thanks

Subbu.

Read only

0 Likes
2,152

Hi Subbu

Please try with program: <b>RSVRSTBA</b>. If it says only one version is available, then i am afraid there is no other go but you have to re-create manually...

Inputs to program RSVRSTBA:

1. Program name -> Program Name

2. Version type (REPS/REPT) -> REPT

Regards

Eswar

Read only

Former Member
0 Likes
2,152

Thank You Very much Easwar....

You spent so much time for me...

Can i know where r u from.

I am from Andra Pradesh.

Working in Bangalore.

Thanks & Regards,

Subbu.S

Read only

0 Likes
2,152

Subbu Anna ,

<b>If got the Solution u have to Assign Point to Eswar , that's why we are here. Dont Forget</b>.

Regards

Prabhu

Read only

0 Likes
2,152

Many thanks for the follow up Prabhu.

Subbu

Am located in Singapore.

Regards

Eswar

Read only

Former Member
0 Likes
2,152

Hi Eswar...

i checked the version managment for text elements.

But total versions date before 5 years back.

But actually i chaged the textelements at 2 days back...

can i retrive those versions.

Subbu.

Thanks Prabhu...