Dear fellows,
In SAP, Is there a method for using like =today() ?
In an automation process in SAP, there is a date blank and always today’s date needs to be input. Can you advise ?
Dear fellows,
In SAP, Is there a method for using like =today() ?
In an automation process in SAP, there is a date blank and always today’s date needs to be input. Can you advise ?
Hi @PARK_Bin
If you are using a bot to input that date, you can use Now.ToString, or Now.ToString(“dd/MM/yyyy”) to adapt the formatting to what you prefer.
You can find the possible formatting variations here:
This topic was automatically closed 3 days after the last reply. New replies are no longer allowed.