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

Selection Texts

Former Member
0 Likes
937

Hi,

I am not able to get the selection text for svbeln and saudat.

When we go to selection text we should find SVBELN and SAUDAT.there we give our text. But iam not getting the coulmns for SVBELN and SAUDAT.

REPORT ZAC_TAB20.

  • T Y P E S

TYPES:

BEGIN OF TYVBAK,

VBELN TYPE VBAK-VBELN,

AUART TYPE VBAK-AUART,

AUDAT TYPE VBAK-AUDAT,

KUNNR TYPE VBAK-KUNNR,

NETWR TYPE VBAK-NETWR,

END OF TYVBAK.

  • D A T A D E C L A R A T I O N S

DATA:

STVBAK TYPE TYVBAK,

ITVBAK TYPE TABLE OF TYVBAK.

  • S E L E C T I O N S C R E E N

SELECTION-SCREEN BEGIN OF BLOCK B1 WITH FRAME TITLE TEXT-001.

SELECT-OPTIONS:

SKUNNR FOR STVBAK-KUNNR.

SELECTION-SCREEN END OF BLOCK B1.

SELECTION-SCREEN BEGIN OF BLOCK B2 WITH FRAME TITLE TEXT-002.

SELECT-OPTIONS:

SVBELN FOR STVBAK-VBELN,

SAUDAT FOR STVBAK-AUDAT.

SELECTION-SCREEN END OF BLOCK B2.

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
908

Hi,

Save check and activate your program first.

then :

go to Menu --> GOTO --> Text Elements --> Selection Text

write text here and activate, check.

Reward points, if helpful,

Sandeep Kaushik

Message was edited by:

Sandeep Kaushik

9 REPLIES 9
Read only

Former Member
0 Likes
909

Hi,

Save check and activate your program first.

then :

go to Menu --> GOTO --> Text Elements --> Selection Text

write text here and activate, check.

Reward points, if helpful,

Sandeep Kaushik

Message was edited by:

Sandeep Kaushik

Read only

Former Member
0 Likes
908

Have u activated the code.

Read only

Former Member
0 Likes
908

Hi

<b>Activate the program</b> after declaring the saelect options

Then only you will get them in Selection texts

<b>Reward points for useful Answers</b>

Regards

Anji

Read only

Former Member
0 Likes
908

may be you have not activated the code..

if u missed it.. then activate it first..

Regards

Prax

Read only

former_member189059
Active Contributor
0 Likes
908

Make sure your program is activated first

Read only

Former Member
0 Likes
908

Hi,

please check once whether you activated your program r not.

Thanks,

Chandra.

Read only

seshatalpasai_madala
Product and Topic Expert
Product and Topic Expert
0 Likes
908

Hi,

You need to activate your program then only you will see them.

Regards,

Sesh

Read only

Former Member
0 Likes
908

Menu --> GOTO --> Text Elements --> Selection Text.

In that check the check box beside the Select Option. If you check the option, dictionary texts will be reflected on to the Selection Screen.

And then activate it.

Regards,

Pavan P

Read only

Former Member
0 Likes
908

hi ram i checked out using ur report in my dummy server

i went to

1> goto

2>text elements

3>selection text

there u can give ur own text or system defined

is that wht u r not getting?

i think follow the above steps or start it again

thnkx

bhanu