Application Development 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: 

changes to standard transaction ?

Former Member
0 Kudos

Hi,

I need to add serach help for a field in standard transaction <b>co11n</b>. where to write the code, i got the logic for search help. can u tell me where to call that serach help logic from.

thanks,

Navneeth.K

Message was edited by:

Navneeth Bothra

1 ACCEPTED SOLUTION

Former Member
0 Kudos

Hi,

i suposed you have created a (Z) search help for a specific field of transaction co11n, Lets 's say z_help_aufnr.

Now, suposing you want to associate z_help_aufnr to a field name in the screen,

for example field AUFNR. You must access aufnr definitions, doing F1,F9 over the field, and get the standard search help associated to the AUFNR field.

Than, using se11, you change the AUFNR serach help, that is ORDE, and in the tab "serach help include" you add your Z_HELP_AUFNR.

Regards

1 REPLY 1

Former Member
0 Kudos

Hi,

i suposed you have created a (Z) search help for a specific field of transaction co11n, Lets 's say z_help_aufnr.

Now, suposing you want to associate z_help_aufnr to a field name in the screen,

for example field AUFNR. You must access aufnr definitions, doing F1,F9 over the field, and get the standard search help associated to the AUFNR field.

Than, using se11, you change the AUFNR serach help, that is ORDE, and in the tab "serach help include" you add your Z_HELP_AUFNR.

Regards