SAP Reports / Programs | Environment, Health and Safety | Basic Data and Tools(EHS-BD) SAP EHS

REHSBLS02 SAP ABAP Report - EHS-BAS: Legacy Data Conversion in Connectn with EH&S Language Support







REHSBLS02 is a standard Executable ABAP Report available within your SAP system (depending on your version and release level). It is used for Program for Converting Language-Dependent Texts Within the EH&S Component This program is part of the EH&S legacy data conversion in conjunction with EH&S Native Language Support (EH&S NLS)...see full standard documentation available for this report. Also check out the submitted Comments related to this SAP report and the details below to see which OBJECTS it interacts with such as TABLES, FUNCTION MODULES, INCLUDES ETC.

If you would like to execute this report or see the full code listing simply enter REHSBLS02 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 REHSBLS02. "Basic submit
SUBMIT REHSBLS02 AND RETURN. "Return to original report after report execution complete
SUBMIT REHSBLS02 VIA SELECTION-SCREEN. "Display selection screen of submitted report to user
    See more syntax options for the ABAP SUBMIT statement


Text pool values


Title: EHS-BAS: Legacy Data Conversion in Connectn with EH&S Language Support
Text Symbol: 001 = Identifiers
Text Symbol: 002 = Phrase items
Text Symbol: 003 = User-def.
Text Symbol: 004 = Error occurred during conversion
Text Symbol: 005 = Number of converted data records =
Text Symbol: 006 = The data conversion mode could not be set. Program will be terminated.
Text Symbol: 007 = Long texts:
Text Symbol: 008 = Short txts:
Text Symbol: 009 = SRGV


INCLUDES used within this REPORT REHSBLS02

INCLUDE CBUI09.


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:

EHSB_LBLS_CONVERT_SET CALL FUNCTION 'EHSB_LBLS_CONVERT_SET' EXPORTING I_FLG_DATA_CONVERT = ESP1_TRUE EXCEPTIONS CONVMODE_SET_FAILED = 1 OTHERS = 2 .

EHSB_LBLS_IDENTS_CONVERT CALL FUNCTION 'EHSB_LBLS_IDENTS_CONVERT' EXPORTING I_FD_OPSYS = FD_OPSYS IMPORTING E_FLG_ERROR = FLG_ERROR E_IDENTS_CONVERTED = OBJECT_CNT E_LONGTEXTS_CONVERTED = OBJECT_LTEXT_CNT.

EHSB_LBLS_PHRASES_CONVERT CALL FUNCTION 'EHSB_LBLS_PHRASES_CONVERT' EXPORTING I_FD_OPSYS = FD_OPSYS IMPORTING E_FLG_ERROR = FLG_ERROR E_PHRASES_CONVERTED = OBJECT_CNT E_LONGTEXTS_CONVERTED = OBJECT_LTEXT_CNT.

EHSB_LBLS_FREETEXTS_CONVERT CALL FUNCTION 'EHSB_LBLS_FREETEXTS_CONVERT' EXPORTING I_FD_OPSYS = FD_OPSYS IMPORTING E_FLG_ERROR = FLG_ERROR E_FREETEXTS_CONVERTED = OBJECT_CNT E_LONGTEXTS_CONVERTED = OBJECT_LTEXT_CNT.

EHSB_LBLS_SBGV_CONVERT CALL FUNCTION 'EHSB_LBLS_SBGV_CONVERT' EXPORTING I_FD_OPSYS = FD_OPSYS IMPORTING E_FLG_ERROR = FLG_ERROR E_TEXTS_CONVERTED = OBJECT_CNT.



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