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: 

Search help for LFA1-KONZS

Former Member
0 Kudos

Hi Everybody,

We are running in 4.6c version of SAP, one of our requirement is to add the custom search help to the field LFA1-KONZS which is available as Group key in XK01/XK02/XK03 transactions, there is no search help attached to this field and if it has to be attached to the table, one needs to have the access key to do so, my question is without the access key whether we will be able to add the search help to this screen field like we do it for append search helps,

Rgds,

1 ACCEPTED SOLUTION

Former Member
0 Kudos

Hi

I don't think you can do it without access key, becuase this field (in those screens) hasn't own search help.

You could add an append search help with field KONZS in the search help for vendor (KRED): so you have your search help without access key, but this search help'd run only for field LIFNR and not KONZS.

If yuo want a search help for field KONZS I think the best way is to change the data element KONZS (but with access key) inserting here your search help.

In this way your search help is avaible in everywhere field KONZS is used without to change the program and screen.

Max

Message was edited by: max bianchi

Message was edited by: max bianchi

9 REPLIES 9

Former Member
0 Kudos

Hi,

Any suggestions please,

Rgds,

Former Member
0 Kudos

Hi Sailatha,

I don't think it is possible to add Search help without Access Key. I am not sure, but you may search for OSS note if any.

Regards,

Sudhakar.

former_member188685
Active Contributor
0 Kudos

Hi

Use Screen exit and add search help for the field KONZS.

use Function module <b>F4IF_FIELD_VALUE_REQUEST</b>

run time populate the data in POV event.

try it..

vijay

0 Kudos

Hi,

Can you tell me the screen exit associated with it, I didnt find any in the system,

Rgds,

0 Kudos

Hello Vijay,

I need to do same, can you help me out? What are the steps needed to update the FM mentioned for the LIFNR-KONZS group by search?

Thanks a lot.

Umesh Panchwagh

Accenture

0 Kudos

Hi Friends,

I need to default Group key(LFA1-KONZS) with Vendor value when creating vendor master record(XK01). I didnt see any BADI/Enhancement to accomplish the requirement. Could you please suggest me, how to achieve this?

Thanks,

Shr

Former Member
0 Kudos

Hi

I don't think you can do it without access key, becuase this field (in those screens) hasn't own search help.

You could add an append search help with field KONZS in the search help for vendor (KRED): so you have your search help without access key, but this search help'd run only for field LIFNR and not KONZS.

If yuo want a search help for field KONZS I think the best way is to change the data element KONZS (but with access key) inserting here your search help.

In this way your search help is avaible in everywhere field KONZS is used without to change the program and screen.

Max

Message was edited by: max bianchi

Message was edited by: max bianchi

Former Member
0 Kudos

Hi Sailatha,

Please check the following references to create search help exits. Hope we can add the search help to the Standard table by creating this search help exit.

<a href="http://help.sap.com/saphelp_erp2005/helpdata/en/cf/21ee93446011d189700000e8322d00/frameset.htm">http://help.sap.com/saphelp_erp2005/helpdata/en/cf/21ee93446011d189700000e8322d00/frameset.htm</a>

<a href="http://help.sap.com/saphelp_erp2005/helpdata/en/cf/21ee52446011d189700000e8322d00/frameset.htm">http://help.sap.com/saphelp_erp2005/helpdata/en/cf/21ee52446011d189700000e8322d00/frameset.htm</a>

<a href="http://help.sap.com/saphelp_erp2005/helpdata/en/33/d7bf42d5bbb211e10000000a155106/frameset.htm">http://help.sap.com/saphelp_erp2005/helpdata/en/33/d7bf42d5bbb211e10000000a155106/frameset.htm</a>

Hope This Info Helps YOU.

<i>Reward Points If It Helps YOU.</i>

Regards,

Raghav

0 Kudos

Hi,

I am looking for attaching the search help to the standard table without the access key like we do for appending the search help,

Rgds,