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 Maintenance (Display/ Update for today's date

Former Member
0 Likes
413

Dear All,

I have created ZTable and also created Table maintenace for that. I assign Tcode.

Requirement: When user Execute Tcode, only he can change or displays todays date records.

I check all events but my issue is not resolved. can i call variable through my Tcode?

Please help me to resolve issue.

Thanks in Advance.

Regards.

Dear All,

I have created ZTable and also created Table maintenace for that. I assign Tcode.

Requirement: When user Execute Tcode, only he can change or displays todays date records.

I check all events but my issue is not resolved. can i call variable through my Tcode?

Please help me to resolve issue.

Thanks in Advance.

Regards.

1 REPLY 1
Read only

Former Member
0 Likes
318

Dear All,

Final Solution which I applied on my object: I craeted half recording through SHDB for Tcode SM30. And I use Enter condition and I passed DATE = SY-DATUM. Then Use Event 13(Exit editing (exit main function module)) write code IF back or Cancel or Exit Leave to screen 0.

Regards.