RS_TRANSLATION_SXMAN_EXPORT 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 RS_TRANSLATION_SXMAN_EXPORT into the relevant SAP transactions such as SE38 or SE80
Below is a list of transaction codes which are relevant to this SAP report
LXE_SXMANEXP - sxman Export
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.
Title: Program RS_TRANSLATION_SXMAN_EXPORT
No INCLUDES are used within this REPORT code!
No SAP DATABASE tables are accessed within this REPORT code!
LXE_AUTH_CHECK_PERMISSION CALL FUNCTION 'LXE_AUTH_CHECK_PERMISSION' EXPORTING * ROOT = SPACE * LANGUAGE = DYNP_4100-LANGUAGE AUTHORITY = 'ADSX' VALUE = '01' EXCEPTIONS PERMISSION_DENIED = 1 INTERNAL_ERROR = 2 OTHERS = 3.
LXE_EXPORT_SXMAN_DATA CALL FUNCTION 'LXE_EXPORT_SXMAN_DATA'.
Although this basic information may have limited use it does provide an easy to find location to store any knowledge about this program/report.