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

Re: module pool programing

Former Member
0 Likes
649

Dear all,

In a module pool programing i called parameter at selection screen 2000. Parameter name is p_year is displayed but this this not correct i want to description of p_year is production year how is it possible please tell me any body.

Regards,

Srilakshmi.

Moderator message: very basic, please search for available information before asking.

locked by: Thomas Zloch on Sep 7, 2010 2:33 PM

6 REPLIES 6
Read only

Former Member
0 Likes
622

Hi,

Is it module pool program or normal selection screen in a report?

If it is a normal selection screen, the name of the parameter you can give directly in Selection Texts.

Incase it is screen program then you have to give the label for the parameter on the screen.

I hope this helps.

Regards,

Ankur Parab

Read only

0 Likes
622

hi

This is not a report this is module pool programing.

SELECTION-SCREEN BEGIN OF SCREEN 2000.

PARAMETERS : P_BUKRS TYPE ZMSAMP_HEADER-BUKRS MATCHCODE OBJECT ZMSREFNO ,

P_YEAR TYPE ZMSAMP_HEADER-ZYEAR MATCHCODE OBJECT ZMSREFNO,

P_SREFNO TYPE ZMSAMP_HEADER-SAMPREFNO OBLIGATORY MATCHCODE OBJECT ZSMPREFNO.

SELECTION-SCREEN END OF SCREEN 2000.

in this coding selection text how iit is possible.

please tell me...

Read only

Former Member
0 Likes
622

Please create SELECTION TEXT for your parameter "p_year". In program, GOTO text symbols, selection texts and there you create SELECTION TEXT u201Cproduction year". I am sure it will resolve your problem.

Regards,

Niharika

Read only

Former Member
0 Likes
622

Hi Srilakshi,

check the attributes of the Program if it is Executetable then go to menu bar>Text elements>selection texts and maintain the description.

if it is a Module pool go to screen 2000 and and in the screen see right side text Option will be avaioable and drag beside the P_YEAR and change the test to desired text.

Prabhudas

Read only

kesavadas_thekkillath
Active Contributor
0 Likes
622

Hi,

This is a basic question. Please search before posting.

SELECTION TEXTS - serach for this.

Read only

Former Member
0 Likes
622

In case of Module Pool program, you goto SCREEN PAINTER (SE51) and in LAYOUT, link the field with your data dictionary and can give your customized TEXT for display in selection screen there