SAP Reports / Programs

RS_TRANSLATION_OBJLIST_REMOTE SAP ABAP Report - Object List According to Releases from Remote System







RS_TRANSLATION_OBJLIST_REMOTE 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_OBJLIST_REMOTE 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_OBJLIST_REMOTE. "Basic submit
SUBMIT RS_TRANSLATION_OBJLIST_REMOTE AND RETURN. "Return to original report after report execution complete
SUBMIT RS_TRANSLATION_OBJLIST_REMOTE 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: CUSTMNR = Translation Area
Selection Text: NAME = Name
Selection Text: OBJTYPE = Object Type
Title: Object List According to Releases from Remote System
Text Symbol: 002 = Error During DB Access
Text Symbol: 003 = Parameters:
Text Symbol: 008 = Object List Could Not Be Created


INCLUDES used within this REPORT RS_TRANSLATION_OBJLIST_REMOTE

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_ATTOB_OBJECT_TYPES_GET CALL FUNCTION 'LXE_ATTOB_OBJECT_TYPES_GET' EXPORTING BOTH = 'X' TABLES * EX_ATTOBT = EX_ATTOB = LT_ATTOB EXCEPTIONS NO_TYPE_FOUND = 1 OTHERS = 2.

LXE_COLOB_OBJL_GET_NEW CALL FUNCTION 'LXE_COLOB_OBJL_GET_NEW' EXPORTING TEXT = LV_TEXT OBJL_TYPE = 'S' IMPORTING NEW_OBJLIST = LS_OBJL EXCEPTIONS FOREIGN_LOCK = 1 ERROR = 2 OTHERS = 3.

LXE_OBJ_REMO_GET_OBJECTS CALL FUNCTION 'LXE_OBJ_REMO_GET_OBJECTS' EXPORTING CUSTMNR = CUSTMNR OBJTYPE = LT_ATTOB-OBJ_TYPE COLLTYP = '*' COLLNAM = '*' IMPORTING PSTATUS = LV_PSTATUS TABLES EX_COLOB = LT_COLOB.

LXE_COLOB_INSERT_DB CALL FUNCTION 'LXE_COLOB_INSERT_DB' EXPORTING OBJLIST = LS_OBJL-OBJLIST TABLES IN_COLOB = LT_COLOB EXCEPTIONS ERROR = 1 OTHERS = 2.

LXE_COLOB_DELETE CALL FUNCTION 'LXE_COLOB_DELETE' EXPORTING OBJLIST = LS_OBJL-OBJLIST EXCEPTIONS NOT_FINISHED = 1 ERROR = 2 OTHERS = 3.

LXE_COLOB_OBJL_UPDATE CALL FUNCTION 'LXE_COLOB_OBJL_UPDATE' EXPORTING OBJLIST = LS_OBJL-OBJLIST STATUS = 'X' EXCEPTIONS FOREIGN_LOCK = 1 ERROR = 2 OTHERS = 3.

LXE_CUSTMNR_SELECT CALL FUNCTION 'LXE_CUSTMNR_SELECT' EXPORTING * TITEL = '' * NEW = '' CUSTTYPE = 'S' * 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_OBJLIST_REMOTE or its description.