2019 Aug 14 12:54 PM
Hi Experts,
Can anyone please tell me program for the below conditions??
1.I have enterd my date of birth it has to show date of birth after 50 years.
2. in that it has to show how many mondays , tuesdays, wednesdays, thursdays, fridays, saturday, sundays, in that duration of 50 years. it has to count how many days it has came.
thanks & regards,
sanju
2019 Aug 14 3:39 PM
"Can anyone please tell me program for the below conditions?"
Sorry but no. This is obviously some kind or a training / interview question and you need to learn to write programs yourself. What would you learn if "experts" do all the work for you? This would be a disservice to you, actually.
Use Google and ABAP documentation. If you have a specific challenge then post a more specific question, including what you've tried already.
2019 Aug 14 1:21 PM
Really, you want us to write your certification or whatever test? (hint: number_of_days_since_birth = sy-datlo - date_of_birth)
2019 Aug 14 1:24 PM
Do want the number of those days separately or do you just want the total amount of days between your actual date of birth and your birthday x amount of years in the future?
2019 Aug 14 1:31 PM
Hi,
please phrase your questions correctly...
1. "I have entered my date of birth it has to show date of birth after 50 years." --> some one's Date of birth will never change .. even after 100 years 🙂 You are maybe asking to calculate difference between DOB and DOB + 50 years..
Please search the forums for calculating num of days / weeks etc between 2 dates...
2019 Aug 14 3:17 PM
... and please delete the tag "ABAP Connectivity"
2019 Aug 14 3:39 PM
"Can anyone please tell me program for the below conditions?"
Sorry but no. This is obviously some kind or a training / interview question and you need to learn to write programs yourself. What would you learn if "experts" do all the work for you? This would be a disservice to you, actually.
Use Google and ABAP documentation. If you have a specific challenge then post a more specific question, including what you've tried already.