2009 Mar 13 7:24 PM
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
2009 Mar 13 7:46 PM
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
2009 Mar 13 7:39 PM
Hi,
I don't have this transaction...VL10N....is this correct..?
which enhancement spot did you use..?
Thanks
Naren
2009 Mar 13 7:46 PM
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
2009 Mar 13 9:39 PM
Great - it worked
Sorry it was "VL10A - Sales Orders Due for Delivery ".
| User | Count |
|---|---|
| 4 | |
| 2 | |
| 2 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 |