SAP Reports / Programs

/IXOS/RSA_P_RENDER_ALURL_PRINT SAP ABAP Report - Render single or mass Documents AL-URL -> Print







/IXOS/RSA_P_RENDER_ALURL_PRINT is a standard Executable ABAP Report 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 /IXOS/RSA_P_RENDER_ALURL_PRINT 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 /IXOS/RSA_P_RENDER_ALURL_PRINT. "Basic submit
SUBMIT /IXOS/RSA_P_RENDER_ALURL_PRINT AND RETURN. "Return to original report after report execution complete
SUBMIT /IXOS/RSA_P_RENDER_ALURL_PRINT VIA SELECTION-SCREEN. "Display selection screen of submitted report to user
    See more syntax options for the ABAP SUBMIT statement


Text pool values


Selection Text: CREP_ID = Content Repository
Selection Text: DOC_ID = Document ID
Selection Text: RS_CONF = LARS Config ID
Title: Render single or mass Documents AL-URL -> Print
Text Symbol: 001 = Enter Render Options


INCLUDES used within this REPORT /IXOS/RSA_P_RENDER_ALURL_PRINT

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:

ARCHIVOBJECT_STATUS CALL FUNCTION 'ARCHIVOBJECT_STATUS' EXPORTING archiv_doc_id = doc_id archiv_id = crep_id * SIGN = ' ' * DOC_TYPE = ' ' * SIGNATURE = 'X' IMPORTING archiv_object_status = l_ao_status * AR_DATE = * AR_TIME = document_type = l_doc_type * TABLES * AL_COMPONENTS = EXCEPTIONS error_archiv = 1 error_communicationtable = 2 error_kernel = 3 OTHERS = 4 .

/IXOS/RSA_API_ALURL_TO_PRINTER CALL FUNCTION '/IXOS/RSA_API_ALURL_TO_PRINTER' EXPORTING pi_sap_profile_id = rs_conf pi_content_type = l_mimetype pit_source_doc = lt_source_doc IMPORTING pes_return = ls_return EXCEPTIONS EX_RS_ERROR = 1 EX_NO_CONFIGURATION = 2 HTTP_COMMUNICATION_FAILURE = 3 HTTP_INVALID_STATE = 4 HTTP_PROCESSING_FAILED = 5 HTTP_INVALID_TIMEOUT = 6 ARGUMENT_NOT_FOUND = 7 PLUGIN_NOT_ACTIVE = 8 INTERNAL_ERROR = 9 EX_PROTOCOL = 10 EX_HOSTNAME = 11 EX_PORT = 12 EX_SERVICE = 13 EX_VERSION = 14 EX_CUSTOM = 15 EX_TIMEOUT = 16 ERROR_SIGNATURE = 17 ERROR_PARAMETER = 18 UNDEFINED = 19 EX_NO_PRINTER_CONFIGURED = 20 EX_TOO_MANY_DOCUMENTS = 21 OTHERS = 22.



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 /IXOS/RSA_P_RENDER_ALURL_PRINT or its description.