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

RS_LXE_IMPORT_SC_CLASS SAP ABAP INCLUDE - Include RS_LXE_IMPORT_SC_CLASS







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


Text pool values


Title: Include RS_LXE_IMPORT_SC_CLASS


INCLUDES used within this REPORT RS_LXE_IMPORT_SC_CLASS

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 = trl_area IMPORTING destination = rfc_dest.

LXE_COLL_BUILD_COLLX_SINGLE CALL FUNCTION 'LXE_COLL_BUILD_COLLX_SINGLE' EXPORTING custmnr = trl_area colltyp = c_colltype_ext collnam = -collnam colltxt = -colltxt EXCEPTIONS error = 1 OTHERS = 2.

LXE_TTX_BIN_TO_CHAR CALL FUNCTION 'LXE_TTX_BIN_TO_CHAR' EXPORTING bindata = -appl_data IMPORTING b64data = wa_obj_attr-pvalue EXCEPTIONS no_memory = 1 conversion_error = 2 OTHERS = 3.

LXE_T002_X_CONVERT_JAVA CALL FUNCTION 'LXE_T002_X_CONVERT_JAVA' EXPORTING javalang = -orig_lang IMPORTING ex_language = orig_lang EXCEPTIONS not_defined = 1 OTHERS = 2.

LXE_XT_API_PUT_OBJECT CALL FUNCTION 'LXE_XT_API_PUT_OBJECT' EXPORTING trl_area = trl_area objname_ext = -object_name orig_lang = orig_lang collname = -collnam domatype = c_domatype_local domaname = -domain_name developer = -developer description = -description obj_attr_tab = obj_attr_tab zbin_tab = zbin_tab EXCEPTIONS object_defective = 1 orig_lang_conflict = 2 hash_error = 3 data_inconsistency = 4 invalid_maxlength = 5 text_defective = 6 db_error = 7 invalid_textkey = 8 invalid_texttype = 9.

LXE_XT_API_GET_LANGS_FOR_OBJ CALL FUNCTION 'LXE_XT_API_GET_LANGS_FOR_OBJ' EXPORTING trl_area = i_trl_area objname_ext = i_obj_name_ext IMPORTING orig_lang = orig_lang trl_langs_tab = trl_langs_tab EXCEPTIONS hash_error = 1 object_does_not_exist = 2 OTHERS = 3.

LXE_XT_API_GET_LANGS_FOR_OBJ CALL FUNCTION 'LXE_XT_API_GET_LANGS_FOR_OBJ' EXPORTING trl_area = i_trl_area objname_ext = i_prev_name_ext IMPORTING orig_lang = orig_lang_old trl_langs_tab = trl_langs_tab_old EXCEPTIONS hash_error = 1 object_does_not_exist = 2 OTHERS = 3.

LXE_XT_OBJNAME_EXT_TO_INT CALL FUNCTION 'LXE_XT_OBJNAME_EXT_TO_INT' EXPORTING objname_ext = i_obj_name_ext IMPORTING objname = objname EXCEPTIONS hash_error = 1 OTHERS = 2.

LXE_XT_OBJNAME_EXT_TO_INT CALL FUNCTION 'LXE_XT_OBJNAME_EXT_TO_INT' EXPORTING objname_ext = i_prev_name_ext IMPORTING objname = objname_old EXCEPTIONS hash_error = 1 OTHERS = 2.

LXE_XT_LANG_COPY CALL FUNCTION 'LXE_XT_LANG_COPY' EXPORTING custmnra = trl_area objnamea = objname_old custmnrb = trl_area objnameb = objname copy_ttx = 'X' TABLES in_lang = trl_langs_tab_old EXCEPTIONS invalid_parameters = 1 object_does_not_exist = 2 target_does_not_exist = 3 OTHERS = 4.



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