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

Insert a match code into a standard data element

Former Member
0 Likes
1,573

Hi Everyone,

Is there any way (Exit or Enhancement) to insert a matchcode (Z) into a standard data element?

The data element: INVZU_ANLA.

I have to implement this in transaction "AS02".

I thought about to implement a Field Exit, but it need an "enter" to call the rotine to display the matchcode.

thanks.

Fabiano.

2 REPLIES 2
Read only

FredericGirod
Active Contributor
0 Likes
779

Hi Fabiano,

I haven't a SAP system to check it, but if your data element (in fact the field of your dynpro) have a composit search help, you could insert your specific search help into this composit search help.

Regards

Fred

Read only

former_member377111
Participant
0 Likes
779

Hi,

Create a new search help in SE11.Call this search help in the domain INVZU_ANLA.So whenever you call this field the search help will work.