Hi All,
A Function Module needs to be developed with the following are the input parameters
A Plant(Optional)
B Application(Optional)
C Material(Optional)
D Date and Timestamp(Mandatory only if none of the above are provided)
If there is no value in the 'D'parameter, then it will apply the logic mentioned below in the function module.
The function module should do following checks
(a) If A is provided then B and C should not be null.
(b) If C is provided then B should not be null.
Or
(c ) The user should provide data and timestamp in YYYYMMDDHHMMSS format.
This date range should not be more than 14 days.
My questions is,
(1)How to bring parameter 'D' manitory if paramaeter A,B and C is not provided.
(2)how to make a check if A is provided , B and C should not be null
(3) how to make a check if B is provided B should not be null.
(4)How to check the user has entered the date not more than 14 days.
can any one help me out in this logics ...
Regards,
Sri