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: 

TRIGGERING A FM FROM TABLE MAINTAINACE GENERATOR EVENT

Former Member
0 Kudos

Dear Gurus,

I am working on a FM, that which trigger while posting an entry in a database table. For this I am using table maintainance generator events. When I am entering the record manually into db table the above FM working fine. When I am creating from other program FM is not triggering.

Can u Please tell me what is the reason.

Please help me.

Thanks and Regards,

Chandra M

3 REPLIES 3

Former Member
0 Kudos

hi

THATS MEANS WHEN YOUR ENTRING DATA FROM OTHER PROGRAM , SO CHECK ONCE WEATHER THAT DATA IS UPDATING IN UR TABLE OR NOT

BECAUSE IF THAT FM NOT TRIGRED MEANS THAT IS NOT UPDATING

REWARD IF USEFULL

0 Kudos

Dear Naresh,

Thanku very much for ur reoly,

Record is posting into db table successfully.

Please help me.

Thanks and regards,

Chandra M

Former Member
0 Kudos

Hi Chandra,

The table maintenance generator events will only be triggered if you enter the data using SM30. This because the event is attached to the screen of maintenance generator. So when you use program to enter the data, the event is not triggered. I suggest you call the FM from the program.