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

REHSBLS01 SAP ABAP Report - EHS-BAS: Autom. Generation of a Transport for Data to be Converted







REHSBLS01 is a standard Executable ABAP Report available within your SAP system (depending on your version and release level). It is used for Program for Generating a Transport Request for Language-Dependent Data Within EH&S This program is part of the EH&S legacy data conversion in conjunction with EH&S Native Language Support...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 REHSBLS01 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 REHSBLS01. "Basic submit
SUBMIT REHSBLS01 AND RETURN. "Return to original report after report execution complete
SUBMIT REHSBLS01 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: Autom. Generation of a Transport for Data to be Converted
Text Symbol: 001 = Transport request for lang.-dep. data (ESTRI, ESTPP, ESTDF)
Text Symbol: 002 = Transport request could not be created
Text Symbol: 003 = Error determining the languages to be selected
Text Symbol: 004 = Error adding the data records to the transport request
Text Symbol: 007 = Transpt request created with the following no.:
Text Symbol: 008 = Number of data records added to transport request =
Text Symbol: 009 = Transport request with lang.-dep. data created successfully
Text Symbol: 010 = Error determining the standard front end operating system
Text Symbol: 011 = Long texts:
Text Symbol: 012 = Object
Text Symbol: 013 = Identifiers
Text Symbol: 014 = Phrases
Text Symbol: 015 = User-def.
Text Symbol: 016 = Short txts:


INCLUDES used within this REPORT REHSBLS01

INCLUDE CBUI09.
INCLUDE LEHSB_LBLSF01.


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:

TRINT_INSERT_NEW_COMM CALL FUNCTION 'TRINT_INSERT_NEW_COMM' EXPORTING WI_KURZTEXT = TEXT-001 WI_TRFUNCTION = 'T' * WI_CATEGORY = 'APPL' "This parameter does not * "exist anymore (TODO-error).

EHSB_LBLS_TABKEYS_APPEND_TRANS CALL FUNCTION 'EHSB_LBLS_TABKEYS_APPEND_TRANS' EXPORTING I_TABNAME = 'ESTRI' I_TRANSPNR = KORRNUM I_TDOBJECT = 'C_SHES_TRI' I_FLG_LONGTEXT = TRUE IMPORTING E_TABKEYS_APPENDED = TABKEYS_APPENDED E_LONGTEXTS_APPENDED = LONGTEXTS_APPENDED EXCEPTIONS TABKEYS_APPEND_FAILED = 1 LONGTEXTS_APPEND_FAILED = 2 OTHERS = 3.

EHSB_LBLS_TABKEYS_APPEND_TRANS CALL FUNCTION 'EHSB_LBLS_TABKEYS_APPEND_TRANS' EXPORTING I_TABNAME = 'ESTPP' I_TRANSPNR = KORRNUM I_TDOBJECT = 'C_SHES_TPP' I_FLG_LONGTEXT = TRUE IMPORTING E_TABKEYS_APPENDED = TABKEYS_APPENDED E_LONGTEXTS_APPENDED = LONGTEXTS_APPENDED EXCEPTIONS TABKEYS_APPEND_FAILED = 1 LONGTEXTS_APPEND_FAILED = 2 OTHERS = 3.

EHSB_LBLS_TABKEYS_APPEND_TRANS CALL FUNCTION 'EHSB_LBLS_TABKEYS_APPEND_TRANS' EXPORTING I_TABNAME = 'ESTDF' I_TRANSPNR = KORRNUM I_TDOBJECT = 'C_SHEP_TDF' I_FLG_LONGTEXT = TRUE IMPORTING E_TABKEYS_APPENDED = TABKEYS_APPENDED E_LONGTEXTS_APPENDED = LONGTEXTS_APPENDED EXCEPTIONS TABKEYS_APPEND_FAILED = 1 LONGTEXTS_APPEND_FAILED = 2 OTHERS = 3.

EHSB_LBLS_TABKEYS_APPEND_TRANS CALL FUNCTION 'EHSB_LBLS_TABKEYS_APPEND_TRANS' EXPORTING I_TABNAME = 'ESTLR' I_TRANSPNR = KORRNUM I_TDOBJECT = 'XXXXX' I_FLG_LONGTEXT = FALSE IMPORTING E_TABKEYS_APPENDED = TABKEYS_APPENDED E_LONGTEXTS_APPENDED = LONGTEXTS_APPENDED EXCEPTIONS TABKEYS_APPEND_FAILED = 1 LONGTEXTS_APPEND_FAILED = 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 REHSBLS01 or its description.