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

Modify the F4-Help in SAP Standard Reports/Transactions?

Former Member
0 Kudos
250

Hi at all,

is it possible without any modifications in SAP Standard Reports to unrestrainable the F4-Help-List (Company Code)???

When the User is in Company "G9000", than he can only see the Company code´s which belongs to the Company "G9000".

The Company "G9000" is in Table T880.

For Example:

BUKRS 9000

BUKRS 9050

BUKRS 1000

BUKRS 2000

BUKRS 3000

If the User open a Standard SAP Transaction and open the F4-Help List for Field "BUKRS", than he must only get BUKRS 9000, 9050, 1000, 2000 and 3000.

But how can I realize it, without modificate the SAP Standard Reports???

1 ACCEPTED SOLUTION
Read only

former_member214857
Contributor
0 Kudos
168

Hi

Actually it is not possible to modify a search help behavior without make chagnes on the standard. One suggestion is copy de data element and domain defined to BUKRS and create your own search help fora new Z-data element and domain.

Kind regards

Carlos Machado

3 REPLIES 3
Read only

former_member214857
Contributor
0 Kudos
169

Hi

Actually it is not possible to modify a search help behavior without make chagnes on the standard. One suggestion is copy de data element and domain defined to BUKRS and create your own search help fora new Z-data element and domain.

Kind regards

Carlos Machado

Read only

0 Kudos
168

Thank you for your suggestion.

Read only

0 Kudos
168

Hello,

May be u can try using Search help exits. In the SELECT event, you can write your code to override the standard select.

Hope this helps,

Regards,

Himanshu