You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
SAP_BASIS 702 0015 SAPKB70215 Composante de base SAP
I think it is more related to the code.
lv_file is type string and the calling method is looking for CL_EXCEL. I have copied the include
ZDEMO_EXCEL_OUTPUTOPT_INCL to ZDEMO_WORD_OUTPUTOPT_INCL and made some modification so that the Create output line now reads:
lcl_output=>output( lo_word ).
and I was able to produce a word file but it seems to be corrupt or incomplete since WORD cannot open it. Was this demo program working at one time? Seems there is still a bit of work to be done.
Programme ZDEMO_WORD1
Le type "LV_FILE" n'est pas compatible avec le paramètre formel "CL_EXCEL".
EN: Local data type is not compatible with class parameter
*** Create output
lcl_output=>output( lv_file ).
PS: How does one become a contributor here?
The text was updated successfully, but these errors were encountered: