Do you have any question about this error?
Stop googling SAP errors. Use our Free Essentials plan instead - no credit card needed. Start Now →
Message type: E = Error
Message class: T9 - Time zones/streams
Message number: 002
Message text: Do not pass date/time or time stamp
The function module was called using incorrect parameters. Neither the
date, time, nor a time stamp were passed on.
No conversion can take place because it is not clear which parameters
are relevant.
Contact your system administrator in order to correct the call in the
application program.
Error message extract from SAP system. Copyright SAP SE.
T9002
- Do not pass date/time or time stamp ?The SAP error message T9002, which states "Do not pass date/time or time stamp," typically occurs when a date or time value is being passed to a function or transaction that does not accept such values. This can happen in various contexts, such as during data entry, report generation, or when executing certain transactions.
Cause:
- Incorrect Data Input: The user may be trying to input a date or time in a field that does not support it.
- Function Module/Method Restrictions: The function module or method being called may have restrictions on the types of parameters it accepts, and it may not allow date/time values.
- Configuration Issues: There may be configuration settings in the system that restrict the use of date/time values in certain contexts.
- Custom Code: If there is custom ABAP code involved, it may be incorrectly handling date/time values.
Solution:
- Check Input Fields: Review the fields where you are entering data to ensure that you are not inputting date/time values in fields that do not accept them.
- Review Function Calls: If you are working with custom code or function modules, check the documentation or the code itself to understand the expected parameters and ensure that you are not passing date/time values where they are not allowed.
- Consult Documentation: Look at the SAP documentation for the specific transaction or function module to understand its requirements and limitations regarding date/time values.
- Debugging: If you have access to the ABAP debugger, you can step through the code to identify where the error is being triggered and what values are being passed at that point.
- Contact Support: If the issue persists and you cannot identify the cause, consider reaching out to your SAP support team or consulting SAP Notes for any known issues related to this error.
Related Information:
By following these steps, you should be able to identify the cause of the T9002 error and implement a suitable solution.
Get instant SAP help. Sign up for our Free Essentials Plan.
T9001
Pass both date/time and time stamp
What causes this issue? The function module was called using incorrect parameters. Both the date and the time as well as a time stamp were passed on....
T9000
****** Time zones ******
Self-Explanatory Message Since SAP believes that this specific error message is 'self-explanatory,' no more information has been given.The majority of...
T9003
Conversion error
What causes this issue? During the conversion of the date and time, an error occurred. Possible error causes are: Time zone was not entered correctly...
T9004
Not authorized to edit time zone data (object &1, activity &2)
Self-Explanatory Message Since SAP believes that this specific error message is 'self-explanatory,' no more information has been given.The majority of...
Click on this link to search all SAP messages.