SAP Reports / Programs | Basis Components | Basis Components | Translation Tools(BC-DOC-TTL) SAP BC

RS_TRANSLATION_SLIM_EXPORT SAP ABAP Report - Export







RS_TRANSLATION_SLIM_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_SLIM_EXPORT 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 RS_TRANSLATION_SLIM_EXPORT. "Basic submit
SUBMIT RS_TRANSLATION_SLIM_EXPORT AND RETURN. "Return to original report after report execution complete
SUBMIT RS_TRANSLATION_SLIM_EXPORT VIA SELECTION-SCREEN. "Display selection screen of submitted report to user
    See more syntax options for the ABAP SUBMIT statement


Text pool values


Title: Export


INCLUDES used within this REPORT RS_TRANSLATION_SLIM_EXPORT

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:

LXE_CUSTMNR_GET_ATTRIBUTES CALL FUNCTION 'LXE_CUSTMNR_GET_ATTRIBUTES' EXPORTING CUSTMNR = CUSTMNR * BYPASSING_BUFFER = 'X' IMPORTING CUSTTYPE = LV_CUSTTYPE.

LXE_PARAM_J_GET_ATTR_CUSTMNR CALL FUNCTION 'LXE_PARAM_J_GET_ATTR_CUSTMNR' EXPORTING CUSTMNR = CUSTMNR IMPORTING * TEXT = * IMP_DIR = EXP_DIR = LV_EXP_DIR EXCEPTIONS NOT_DEFINED = 1 OTHERS = 2.

LXE_LANG_LANGS_SELECT CALL FUNCTION 'LXE_LANG_LANGS_SELECT' * EXPORTING * DISPLAY_ONLY = '' * TITEL = '' * START_X = '' * START_Y = '' * END_X = '' * END_Y = '' IMPORTING SEL_DONE = LV_SELDONE TABLES EX_LANGS = LT_T002.

LXE_T002_CHECK_LANGUAGE CALL FUNCTION 'LXE_T002_CHECK_LANGUAGE' EXPORTING LANGUAGE = LANGUAGE * R3_LANG = * CHECK_CP = '' IMPORTING * TEXT = * O_R3_LANG = O_LANGUAGE = LV_LANG * IS_R3_LANG = * DEV_LANG = * LASPEZ = EXCEPTIONS LANGUAGE_NOT_IN_CP = 1 UNKNOWN = 2 OTHERS = 3.

LXE_COLL_COLLS_GET_ALL CALL FUNCTION 'LXE_COLL_COLLS_GET_ALL' EXPORTING CUSTMNR = CUSTMNR * GEN_COLLNAM = '*' TABLES EX_COLLS = LT_COLLSM EXCEPTIONS ERROR = 1 OTHERS = 2.

LXE_COLL_COLLS_SELECT CALL FUNCTION 'LXE_COLL_COLLS_SELECT' EXPORTING T_LANG = '' SHOW_ONLY = '' MARKED_ONLY = 'X' * START_X = '1' * START_Y = '1' * END_X = '75' * END_Y = '23' DEF_CUSTMNR = CUSTMNR IMPORTING SEL_DONE = LV_SELDONE TABLES EX_COLLS = LT_COLLS MARK_COLLS = LT_COLLSM.

LXE_COLL_COLLS_SELECT CALL FUNCTION 'LXE_COLL_COLLS_SELECT' EXPORTING T_LANG = LANGUAGE SHOW_ONLY = '' MARKED_ONLY = 'X' * START_X = '1' * START_Y = '1' * END_X = '75' * END_Y = '23' DEF_CUSTMNR = CUSTMNR IMPORTING SEL_DONE = LV_SELDONE TABLES EX_COLLS = LT_COLLS MARK_COLLS = LT_COLLSM.

LXE_PC1_GET_ALL CALL FUNCTION 'LXE_PC1_GET_ALL' EXPORTING CUSTMNR = CUSTMNR COLLTYP = LT_COLLS-COLLTYP COLLNAM = LT_COLLS-COLLNAM TABLES EX_COLOB = LT_COLOB2.

LXE_PC1_XML_RFC_EXPORT CALL FUNCTION 'LXE_PC1_XML_RFC_EXPORT' EXPORTING LANGUAGE = LT_T002-LANGUAGE CUSTMNR = CUSTMNR OBJNAME = LT_COLOB-OBJNAME CODING = 'UTF-8' STD_OUTPUT = '' EXPORT_TYPE = 'S' USE_SIMPLE_LANG = SIMPLE_L no_empty = 'X' IMPORTING XML_XSTRING = LV_XML PSTATUS = LV_PSTATUS ERR_MESS = LV_ERR_MSG EX_PC_AD = LS_PC_AD.

LXE_COMMON_XSTRING_FILE_EXPORT CALL FUNCTION 'LXE_COMMON_XSTRING_FILE_EXPORT' EXPORTING XSTRING = LV_XML FILENAME = LV_FILENAME.

LXE_COMMON_XSTRING_TO_STRING CALL FUNCTION 'LXE_COMMON_XSTRING_TO_STRING' EXPORTING IN_XSTRING = LS_PC_AD-PATH IN_CODEPAGE = '4110' EX_CODEPAGE = '0000' IMPORTING EX_STRING = LV_STRING EXCEPTIONS ERROR = 1 OTHERS = 2.

LXE_COMMON_XSTRING_FILE_EXPORT CALL FUNCTION 'LXE_COMMON_XSTRING_FILE_EXPORT' EXPORTING XSTRING = LV_XML FILENAME = LV_FILENAME.

LXE_CUSTMNR_SELECT CALL FUNCTION 'LXE_CUSTMNR_SELECT' EXPORTING * TITEL = '' * NEW = '' CUSTTYPE = 'J' * SHOW_ONLY = '' * START_X = '' * START_Y = '' * END_X = '' * END_Y = '' IMPORTING CUSTMNR = CUSTMNR * CUSTKTXT = * LS_LXE_CUSTMNR = EXCEPTIONS NO_SELECTION = 1 DB_PROBLEM = 2 OTHERS = 3.



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