Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

ZCL_EXCEL_Converter #141

Closed
ivanfemia opened this issue Dec 27, 2013 · 7 comments
Closed

ZCL_EXCEL_Converter #141

ivanfemia opened this issue Dec 27, 2013 · 7 comments
Milestone

Comments

@ivanfemia
Copy link
Collaborator

The converter I provided to help for the OLE solution has still sevral bugs with sorting and layout processing in the background.
I have over the last weeks corrected and improved the converter.
Bugs found:

  1. Sort grid will not convert correctly in background
  2. Layout definitons will not be taken into account in background
  3. Columnoptimization does not work in forground if not based on layout load.
    Enhancements:
  4. Colored fields will be convertered
  5. Subtotals will be created
    Let me know what you think.
    Rene
@ivanfemia
Copy link
Collaborator Author

I have resolved several issue I found using the converter.
I will create now a new demo file if your agree with all the possibilities.

@ivanfemia
Copy link
Collaborator Author

Thank you Rene a demo report would be great, maybe an enhancement to the existing one we are using.

I'm going to include it in my version :)

@ivanfemia
Copy link
Collaborator Author

Hi Rene,

I had a problem on line 20 of method ZIF_EXCEL_CONVERTER~CREATE_FIELDCATALOG of class ZCL_EXCEL_CONVERTER_EX_RESULT.

You're using get_ref_to_table this method is not available on 7.02, I made this change could you please check in your release;

old

lo_data = lo_bs_data->if_salv_bs_data_source~get_ref_to_table( ) .

new

lo_data = lo_bs_data->if_salv_bs_data_source~get_table_ref( ) .

@ivanfemia
Copy link
Collaborator Author

Rene,

do you have also a demo in WDA?

Thanks
Ivan

@ivanfemia
Copy link
Collaborator Author

Hi Ivan

I will fix the issue with the lo_bs_data object problem.
if_salv_bs_data_source does not exist in 7.00. I will do a check and use the interface if it exists, otherwise the old logic will be used. No idea if this will work in 6.40 or 6.20

I am still working on the WD interface. There is issues with getting all the formating correctly. Until now I have only figured out the data table. As soon as it fully works I will let you know and than clearly I can provide an example.
Rene

@ivanfemia
Copy link
Collaborator Author

Move to new in order to trace WDA Converter

@ivanfemia
Copy link
Collaborator Author

Code will be included in the next daily build.

Thanks

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant