I want to use timestamp as input parameters for gateway / odata function imports. Format is e.g. 1972-04-01T00:00:00
In ABAP processing I redefined method /IWBEP/IF_MGW_APPL_SRV_RUNTIME~EXECUTE_ACTION
When I read the according parameter from table it_parameter, I assume to get 19720401000000. But I get the original input parameter
1972-04-01T00:00:00.
What went wrong?