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: 

Custom table entries update

P391792
Participant
0 Kudos

Hi,

I have five fields in custom table (Table maintanance generator is created) one of the fields is date when the user enters date calweek field has to be calcualted automatically.

Please tell me how to do it.

Thanks in advance.

4 REPLIES 4

Former Member
0 Kudos

Hi Joseph,

Check in Table Maintenance Screen, Environment--> Modifications --> Events.

Try this, may be it could help you.

Regds,

Anil

Former Member
0 Kudos

hi

one of the fields is date when the user enters date calweek field has to be calcualted automatically.

- your question is not clear. Kindly be more clear.

Ramesh

0 Kudos

Hello,

In the TMG, go to environment ->Modification--> Events and write the code to calculate the week for the number of days entered.

Regards

Varma

Former Member
0 Kudos

Hi

Try this function module

GET_WEEK_INFO_BASED_ON_DATE.

if you enter the date, it will give u the week and the start date and the end date of the week.

Regards

Ramesh