cancel
Showing results for 
Search instead for 
Did you mean: 

Critical Issue with Date format in Gateway and ECC

Pavan_Golesar
Active Participant

Dear Gurus,

As my title say's its a critical issue . that is because I had already raised a SCN thread .

Now coming to the main point what is wrong here.

When I check in DDIC data dictionary for data element DATS is has 8 length.  but I want to use the same data element in Gateway using manual abap editor it takes length as 16 .

If anyone knows why is it happening like this..

Thanks a lot in advance.

ECC DDIC:

From SAP Gateway Service builder:

Relevant Spaces: ,.

Any help would be appreciated.

Regs,

Pavan Golesar

Accepted Solutions (1)

Accepted Solutions (1)

AshwinDutt
Active Contributor

Hello Pavan,

Keep Edm.DateTime but do not maintain any Precision.

Now in the ABAP Type Editor select the Internal Type and Type as DATE.

Generate objects and clear the cache.


Regards,

Ashwin

Pavan_Golesar
Active Participant

Fantastic..... It worked.

Ashwin nice......

Regards,

Pavan G

Answers (2)

Answers (2)

Pavan_Golesar
Active Participant

amarnath_prasad
Explorer
0 Kudos

Make precision as 0 instead of 8.Reward if helpful.

0 Kudos

Hi,

You could use string max 8 in gateway