A query for Input dates in SAP

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.

image

You can find the possible formatting variations here:

@PARK_Bin,

Try this inbuilt activity Select Dates in Calendar for this.

Thanks,
Ashok :slightly_smiling_face:

This topic was automatically closed 3 days after the last reply. New replies are no longer allowed.