DATA: date TYPE string, time TYPE string, datetime TYPE string.date = '18-09-2023'.time = '01:12:34'.CONCATENATE date time INTO datetime SEPARATED BY SPACE.WRITE: datetime.
1. You need to retrieve data you need from EKPO table using SELECT statement. Usually you will use internal table to store it in runtime.2. You can use this code snip for sending mail and check that mail server is enabled and use ti_lines paramete...