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

table control

madan_ullasa
Contributor
0 Likes
852

hi frnds,

i have generated a table control for a custom table. and in the flow logic i have added a module. but this module is not getting triggered. even in the debug mode i dont see the module i have added.

points assured to all replies.

regards,

Madan.

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
829

hi madan.

may be u hv not activated ur program completely.

or may be u have not given the module at proper place.

Check this.

Naveen

9 REPLIES 9
Read only

Former Member
0 Likes
829

Hi,

Did you have activated the screen?

Rgds,

M.Saravanan

Read only

Former Member
0 Likes
829

Can you provide more details regarding the problem?

and also check if the include in which the code is written is activated, and try placing a break point in it.

Read only

0 Likes
829

hi..

i have activated everything. The screen is also activated.

can u tell me how i add code to the screen maintainence generated from SE11 for a custom table ?

regards,

Madan.....

Read only

0 Likes
829

Hello,

In table maintainance screen of the database table, Enviorment > modification > events.

Here you have to specify your forms and trigger event.

Regards,

Naimesh

Read only

0 Likes
829

hi,

cant we do it by adding our own module ?

regards.

Read only

Former Member
0 Likes
829

Hi Madan,

You just check that in PBO your module is on which position is it on before module_100 output, because when you create a table control with wizart there is a module automatically come if initial because of it when your loop run first run the table control is not getting value so first fetch data on selecting or you just comment this module or before it fetch data.

Reward if it help you.

ankur Garg.

Message was edited by: Ankur Garg

Read only

0 Likes
829

hi,

it is not created by module pool, but by table generator from SE11 itself.

regds..

Read only

Former Member
0 Likes
830

hi madan.

may be u hv not activated ur program completely.

or may be u have not given the module at proper place.

Check this.

Naveen

Read only

Former Member
0 Likes
829

Hi,

1. Go to transaction SE54

2. Specify your table name

3. From the Menu > Environments>Events

4. Press "New Entries" button in the next screen

5. Press F4 in the first column

6. Select the event like ..example

02 - After saving the data in the database

7. Specify the perform in the next cell

Note: This perform you should have created under

the Function Group. This function group is

nothing but the FG created while creating

Table Maintenence Generator.

8. Now in this perform you can write the code to populate

the values according to your requirement.

9. To test keep a break point and check.

Regs,

Venkat Ramanan