Application Development Discussions
Join the discussions or start your own on all things application development, including tools and APIs, programming models, and keeping your skills sharp.
cancel
Showing results for 
Search instead for 
Did you mean: 

Problem in downloading date into Excel sheet

Former Member
0 Kudos

Hi Experts,

We are trying to download a date to Excel sheet with the format 10/2007, but it it getting displayed as Oct/2007. Please advise to retain the same format.

Thanks in advace,

Vivenchandar

1 ACCEPTED SOLUTION

former_member189059
Active Contributor
0 Kudos

try adding the character<b> ' </b>(apostrophe) before your date before sending it to excel

that usually gets rid of excel's formatting and it doesnt show in the cell in the sheet (only shows in the formula bar on the top)

5 REPLIES 5

Former Member
0 Kudos

check ur Excel settings, MACROs are present in ur excel.

Regards

Peram

Former Member
0 Kudos

Hi,

After Uploading select the full DATE Column change - > Right click _ Select the Formatting - > Select the Date Formatting .

Then change according to your wish.

Regards,

Nandha

Rewards if it helps

former_member189059
Active Contributor
0 Kudos

try adding the character<b> ' </b>(apostrophe) before your date before sending it to excel

that usually gets rid of excel's formatting and it doesnt show in the cell in the sheet (only shows in the formula bar on the top)

0 Kudos

When I tried to add the apostophe, thru report I could not get the intended output. But this is working fine when I add aposhtohe after downloading. Please advise to control in the program itself.

0 Kudos

Maybe the datatype of your variable in SAP cannot hold the apostrophe

move to to a string or a char(12) or something like that