2008 Jun 06 7:29 AM
hello all
In BDC programming how we will deal with date field?
In my flat file my date field format is different from the sap date field format. how can we deal this?
hello all
In BDC programming how we will deal with date field?
In my flat file my date field format is different from the sap date field format. how can we deal this?
2008 Jun 06 7:33 AM
u need to play using
sy-datum(4) sy-datum4(2) sy-datum6(2) into gv_date .
2008 Jun 06 7:34 AM
hi,
just define a variable with length 10 in ur internal table.
now pass the date format in flat file as dd.mm.yyyy.
2008 Jun 06 7:35 AM
move the date to a c(10) type field.....and then use the individual components using offsets
2008 Jun 06 7:35 AM
hi
better to change ur date format in flat file , u can do easily in excel.
DD.MM.YYYY. i.e (.) is acceptable in both .
| User | Count |
|---|---|
| 4 | |
| 2 | |
| 2 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 |