SAP Reports / Programs | Controlling | Overhead Cost Controlling | Activity-Based Costing(CO-OM-ABC) SAP CO

CSVIMFXL SAP ABAP INCLUDE - documentation and ABAP source code







CSVIMFXL is a standard ABAP INCLUDE available within your SAP system (depending on your version and release level). Below is the basic information available for this SAP report including which OBJECTS it interacts with such as TABLES, FUNCTION MODULES, INCLUDES ETC. Also check out the submitted Comments related to this SAP report or see any standard documentation available.

If you would like to execute this report or see the full code listing simply enter CSVIMFXL into the relevant SAP transactions such as SE38 or SE80


ABAP code to call this SAP report using the submit statement

This report can be called from another progam/report simply by using the ABAP SUBMIT statement, see below for example ABAP code snipts of how to do this.






SUBMIT CSVIMFXL. "Basic submit
SUBMIT CSVIMFXL AND RETURN. "Return to original report after report execution complete
SUBMIT CSVIMFXL VIA SELECTION-SCREEN. "Display selection screen of submitted report to user
    See more syntax options for the ABAP SUBMIT statement


INCLUDES used within this REPORT CSVIMFXL

No INCLUDES are used within this REPORT code!


TABLES used within REPORT and the associated SELECT statement:





No SAP DATABASE tables are accessed within this REPORT code!


Function Modules used within report and the associated call statement:

VIEW_GET_LANGUAGES CALL FUNCTION 'VIEW_GET_LANGUAGES' EXPORTING NEW_SELECTION = 'X' TABLES LANGUAGES = DUMMY_LANGUS.

VIEW_GET_LANGUAGES CALL FUNCTION 'VIEW_GET_LANGUAGES' IMPORTING LANGUAGES_SELECTED = LANGUS_SELECTED CURR_SPTXT = CURR_SPTXT TABLES LANGUAGES = SEL_LANGUS.

VIEW_MULTI_LANGU_TEXT_MAINT CALL FUNCTION 'VIEW_MULTI_LANGU_TEXT_MAINT' EXPORTING MODE = MAINT_MODE LTEXT_EXIT_FORM = X_HEADER-FRM_TLTEXT IMPORTING VIM_TEXTTABLE_MODIFIED = TEXTMODIF TABLES VIM_D0100_FIELDDESCR = VIM_D0100_FDESCR_INI VIM_TEXTTABLE = TEXTTAB_FOR_OUTPUT X_HEADER = X_HEADER X_NAMTAB = X_NAMTAB.

VIEW_CONVERSION_OUTPUT CALL FUNCTION 'VIEW_CONVERSION_OUTPUT' EXPORTING VALUE_INTERN = INTTYPE = X_NAMTAB-INTTYPE DATATYPE = X_NAMTAB-DATATYPE DECIMALS = X_NAMTAB-DECIMALS CONVEXIT = X_NAMTAB-CONVEXIT SIGN = X_NAMTAB-SIGN OUTPUTLEN = X_NAMTAB-OUTPUTLEN INTLEN = X_NAMTAB-FLENGTH IMPORTING VALUE_EXTERN = .

VIEW_GET_LANGUAGES CALL FUNCTION 'VIEW_GET_LANGUAGES' EXPORTING ALL_WITHOUT_SELECTION = 'X' IMPORTING LANGUAGES_SELECTED = LANGUS_SELECTED CURR_SPTXT = CURR_SPTXT TABLES LANGUAGES = SEL_LANGUS.

VIEW_CONVERSION_OUTPUT CALL FUNCTION 'VIEW_CONVERSION_OUTPUT' EXPORTING VALUE_INTERN = INTTYPE = X_NAMTAB-INTTYPE DATATYPE = X_NAMTAB-DATATYPE DECIMALS = X_NAMTAB-DECIMALS CONVEXIT = X_NAMTAB-CONVEXIT SIGN = X_NAMTAB-SIGN OUTPUTLEN = X_NAMTAB-OUTPUTLEN INTLEN = X_NAMTAB-FLENGTH IMPORTING VALUE_EXTERN = TMP_SELLIST-VALUE EXCEPTIONS OTHERS = 1.

VIEW_FILL_WHERETAB CALL FUNCTION 'VIEW_FILL_WHERETAB' EXPORTING TABLENAME = X_HEADER-TEXTTAB ONLY_CNDS_FOR_KEYFLDS = 'X' IS_TEXTTABLE = 'X' TABLES SELLIST = TMP_SELLIST WHERETAB = WHERETAB X_NAMTAB = X_NAMTAB EXCEPTIONS NO_CONDITIONS_FOR_TABLE = 01.

VIEW_FILL_WHERETAB CALL FUNCTION 'VIEW_FILL_WHERETAB' EXPORTING TABLENAME = X_HEADER-TEXTTAB ONLY_CNDS_FOR_KEYFLDS = 'X' IS_TEXTTABLE = 'X' TABLES SELLIST = TGD_SELLIST WHERETAB = VIM_WHERETAB X_NAMTAB = X_NAMTAB EXCEPTIONS NO_CONDITIONS_FOR_TABLE = 01.

DB_SELECT_GENERIC_TABLE CALL FUNCTION 'DB_SELECT_GENERIC_TABLE' EXPORTING GENKEY = GENKEY_LN = X_HEADER-TEXTKEYLEN TABLENAME = X_HEADER-TEXTTAB TABLES INTTAB = TMP_TEXTTAB EXCEPTIONS DB_ERROR = 12 NOT_FOUND = 04 WRONG_PARAM = 08.



Contribute (Add Comments)

Although this basic information may have limited use it does provide an easy to find location to store any knowledge about this program/report.







The contribute/comments section below therefore offer's an opportunity for anyone to add additional information. This can be anything from useful hints, tips and screen shots to relevant SAP notes or anything else you feel is relevant to this report.

This will then be available for everyone to easily find by simply searching on the report name CSVIMFXL or its description.