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 Text for customer-specific parameter in VL10N

Manohar2u
Active Contributor
0 Likes
684

Hi Friends,

Using enhancement frame work I have now placed a new customer-specific checkbox field in VL10N. Now I would like to give a selection text to it with "New Logic" for this field - but as the selection-text is part of SAP standard program I cannot enter there.

Even tried to find at selection-screen output event - but there aren't any exits available.

How can we now give selection text to the customer defined selection field?

thanks

Manohar

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
619

Hi,

Try this..

SELECTION-SCREEN BEGIN OF LINE.

SELECTION-SCREEN COMMENT (33) v_test FOR FIELD p_test.
PARAMETERS: p_test TYPE xfeld AS CHECKBOX.

SELECTION-SCREEN END OF LINE.

INITIALIZATION.
  v_test = 'My parameter'.

Thanks

Naren

Hi Friends,

Using enhancement frame work I have now placed a new customer-specific checkbox field in VL10N. Now I would like to give a selection text to it with "New Logic" for this field - but as the selection-text is part of SAP standard program I cannot enter there.

Even tried to find at selection-screen output event - but there aren't any exits available.

How can we now give selection text to the customer defined selection field?

thanks

Manohar

3 REPLIES 3
Read only

Former Member
0 Likes
619

Hi,

I don't have this transaction...VL10N....is this correct..?

which enhancement spot did you use..?

Thanks

Naren

Read only

Former Member
0 Likes
620

Hi,

Try this..

SELECTION-SCREEN BEGIN OF LINE.

SELECTION-SCREEN COMMENT (33) v_test FOR FIELD p_test.
PARAMETERS: p_test TYPE xfeld AS CHECKBOX.

SELECTION-SCREEN END OF LINE.

INITIALIZATION.
  v_test = 'My parameter'.

Thanks

Naren

Read only

0 Likes
619

Great - it worked

Sorry it was "VL10A - Sales Orders Due for Delivery ".