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

Custom table entries update

jopa
Participant
0 Likes
914

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.

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
Read only

Former Member
0 Likes
876

Hi Joseph,

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

Try this, may be it could help you.

Regds,

Anil

Read only

Former Member
0 Likes
876

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

Read only

0 Likes
876

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

Read only

Former Member
0 Likes
876

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