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

regarding screen exit

Former Member
0 Likes
499

Hi,

i have a requirement to change the field label in the subscreen Addit.data of VT01N, VT02N and VT03N transaction. the fields need to be changed are Addit.data1, etc.. wat customer exit i need to use under the function group name??

can anyone could resolve the issue?

1 ACCEPTED SOLUTION
Read only

former_member335292
Contributor
0 Likes
439

Hi Vimal,

Try any of the below mentioned exits :

LESHPSC

LMELA010

or you can also explore SMOD to check for any other relevant exits.

Hope this info has been useful.

Rgds,

Aram K.

2 REPLIES 2
Read only

Former Member
0 Likes
439

Dear Vimal,

You can implement Text Enhancement.

You can use transaction CMOD to create your own keywords for data elements from the ABAP Dictionary. Keywords are used to identify fields on screens. Data elements can have up to three keywords of varying lengths.

To change a screen’s field texts, choose Utilities -> Enhancements -> Project management (transaction CMOD) from the initial screen of the ABAP Workbench. The Text enhancements menu contains all of the enhancement functions for keywords and data element documentation.

Regards,

Naveen.

Read only

former_member335292
Contributor
0 Likes
440

Hi Vimal,

Try any of the below mentioned exits :

LESHPSC

LMELA010

or you can also explore SMOD to check for any other relevant exits.

Hope this info has been useful.

Rgds,

Aram K.