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

TMG Events Not Triggering

Former Member
0 Likes
1,507

Hi All,

I created a table Maintanance Generator for My Ztable, and i write code to default some fields while creating new entry, using TMG. For that i write code in the EVENt)% of TMG, but the Event is not triggering. Please Suggest a solution for this.

Regards

Sarath

Hi All,

I created a table Maintanance Generator for My Ztable, and i write code to default some fields while creating new entry, using TMG. For that i write code in the EVENt)% of TMG, but the Event is not triggering. Please Suggest a solution for this.

Regards

Sarath

3 REPLIES 3
Read only

SuhaSaha
Product and Topic Expert
Product and Topic Expert
0 Likes
868

Hello Sarath,

Which event are you triggering? Did you use '05' event?

Can you share the code?

BR,

Suhas

Read only

Former Member
0 Likes
868

Yes iam Using oonly EVENT 05

Code is

form at_newentry.

Ztab-ZCOUNTRY = u2018Indiau2019.

Ztab-ZCREATEDATE = sy-datum.

Ztab-ZCREATETIME = sy-uzeit.

endform.

Edited by: Säräth SätheesäÑ on Dec 30, 2008 6:16 AM

Read only

Former Member
0 Likes
868

Its solved.. i t will be triggered after entering values in other field anf -> press enter