SAP Reports / Programs | Basis Components | Frontend Services - Use subcomponents (see SAP Note 1322184) | SAP Internet Transaction Server(BC-FES-ITS) SAP BC

AVWRTCXM SAP ABAP INCLUDE - erweiterte Tabellenpflege untere Ebene







AVWRTCXM 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 AVWRTCXM 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 AVWRTCXM. "Basic submit
SUBMIT AVWRTCXM AND RETURN. "Return to original report after report execution complete
SUBMIT AVWRTCXM 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 AVWRTCXM

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:

ALEWEB_GET_CONTEXT CALL FUNCTION 'ALEWEB_GET_CONTEXT' EXPORTING FIELDNAME = &1 FIELDINDEX = &2 IMPORTING FIELDLEN = &4 TABLES DATA_TAB = &3 EXCEPTIONS INVALID_INDEX = 1 SYSTEM_FAILURE = 2 ITS_NOT_AVAILABLE = 3 OTHERS = 4.

ALEWEB_DOWNLOAD CALL FUNCTION 'ALEWEB_DOWNLOAD' EXPORTING DATA_LEN = &2 MIME_TYPE = &3 TABLES DATA_TAB = &1 EXCEPTIONS ITS_NOT_AVAILABLE = 1 OTHERS = 2.

ALEWEB_DOWNLOAD CALL FUNCTION 'ALEWEB_DOWNLOAD' EXPORTING DATA_LEN = &2 MIME_TYPE = &3 TABLES DATA_TAB = &1 EXCEPTIONS ITS_NOT_AVAILABLE = 1 OTHERS = 2.

ALEWEB_GET_MIME_INFO CALL FUNCTION 'ALEWEB_GET_MIME_INFO' TABLES MIME_INFO = &1 EXCEPTIONS OTHERS = 1.

ALEWEB_GET_MIME_DATA CALL FUNCTION 'ALEWEB_GET_MIME_DATA' EXPORTING MIME_INDEX = &1 IMPORTING MIME_LENGTH = &3 TABLES DATA_TAB = &2 EXCEPTIONS INVALID_INDEX = 1 ITS_NOT_AVAILABLE = 2 OTHERS = 3.

ALEWEB_GET_MIME_DATA_PART CALL FUNCTION 'ALEWEB_GET_MIME_DATA_PART' EXPORTING MIME_INDEX = &1 PART_OFFSET = &2 PART_LENGTH = &3 TABLES DATA_TAB = &4 EXCEPTIONS INVALID_INDEX = 1 ITS_NOT_AVAILABLE = 2 OTHERS = 3.

ITS_BROWSER_REDIRECT CALL FUNCTION 'ITS_BROWSER_REDIRECT' EXPORTING REDIRECT_URL = &1 TABLES REDIRECT_GET_PARAMETER = TAVWCTX EXCEPTIONS ITS_NOT_AVAILABLE = 1 OTHERS = 2.

ITS_BROWSER_POST CALL FUNCTION 'ITS_BROWSER_POST' EXPORTING POST_URL = &1 TABLES POST_PARAMETER = TAVWCTX EXCEPTIONS ITS_NOT_AVAILABLE = 1 OTHERS = 2.

ITS_WGATEURL CALL FUNCTION 'ITS_WGATEURL' IMPORTING WGATEURL = &1 EXCEPTIONS ITS_NOT_AVAILABLE = 1 OTHERS = 2.

ALEWEB_SET_PERSISTENT CALL FUNCTION 'ALEWEB_SET_PERSISTENT' destination 'SAPGUI' EXPORTING PERSISTENT_ON = &2 FIELDNAME = &1 EXCEPTIONS ITS_NOT_AVAILABLE = 1 OTHERS = 2.



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 AVWRTCXM or its description.