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: 

Regarding Search help in Table Maintanance Generator

Former Member
0 Kudos

hi all,

I Created Table Maintanance Generator for one Table that is having fields Sales Group , Sales District , Customer Group1 and Customer Group2.

At the time of entering entries into Table i need like this

When i enter Sales Group as North and when i went to Sales District and there if i press F4 i need to get list of values under North only should display.

But i am getting all sales districts that are in my system.

I need to get list of sales districts under one sales group.

How can i achieve this.

Regards

Rami

1 REPLY 1

Former Member
0 Kudos

Hi,

When you created the Table maintainence generator , you would be entered some function group.

1.Goto SE80 -> Function group.

2. Enter the function group name that you have used in the table maintainence generator.

3. Go to the screen that u have used for the same and goto flow logic of the screen.

4. Use the code

PROCESS ON HELP-REQUEST.

field Sales_district module Module_help.

5. Inside the module Module_help , Select the sales district from the corresponding table and in where condition use the entered sales group value (ex : sales group = North)

Thanks

Jawahar

Edited by: Jawahar Mohamed on Dec 18, 2008 10:51 AM