SAP Reports / Programs | Environment, Health and Safety | Product Safety(EHS-SAF) SAP EHS

RC1ALEPOINTER SAP ABAP Report - EHS: ALE Pointer Menu ** ONLY FOR INTERNAL USE **







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


Text pool values


ALE Pointers
Selection Text: SUB = Specifications
Selection Text: SHOW = Display ALE pointers
Selection Text: REP = Reports
Selection Text: REACTV = Reactivate ALE pointers
Selection Text: PHR = Phrases
Selection Text: HAZSUB = Hazardous Substance
Selection Text: DG = Dangerous Goods
Selection Text: DELOUT = Delete with output
Selection Text: DELETE = Delete ALE pointers
Title: EHS: ALE Pointer Menu ** ONLY FOR INTERNAL USE **
Text Symbol: 033 = Reactivate ALE pointers for hazardous substances
Text Symbol: 032 = Delete ALE pointers for hazardous substances
Text Symbol: 031 = Display ALE pointers for hazardous substances
Text Symbol: 030 = No hazardous substance pointers found.
Text Symbol: 024 = Reactivate ALE pointers for dangerous goods
Text Symbol: 023 = Delete ALE pointers for dangerous goods
Text Symbol: 022 = Reactivate ALE pointers for dangerous goods
Text Symbol: 021 = Display ALE pointers for dangerous goods
Text Symbol: 020 = No dangerous goods pointers found.
Text Symbol: 019 = Delete ALE pointers for reports
Text Symbol: 017 = Delete ALE pointers for specifications
Text Symbol: 015 = Delete ALE pointers for phrases
Text Symbol: 013 = Reactivate ALE pointers for reports
Text Symbol: 010 = Reactivate ALE pointers for phrases
Text Symbol: 008 = Display ALE pointers for reports
Text Symbol: 007 = No report pointers found.
Text Symbol: 006 = Display ALE pointers for specifications
Text Symbol: 005 = No specification pointers found.
Text Symbol: 004 = Display ALE pointers for phrases
Text Symbol: 003 = No phrase pointers found.
Text Symbol: 002 = Select at least one object.
Text Symbol: 001 = Reactivate ALE pointers for specifications
002 Table Name Field Name Creation Time Object Val.
001 Document Change No. Key of Changed Table Line Type of Change Change Pointer ID


INCLUDES used within this REPORT RC1ALEPOINTER

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:

C14ALE_TEST_ALEPOINTER_SHOW CALL FUNCTION 'C14ALE_TEST_ALEPOINTER_SHOW' EXPORTING I_MESTYPE = 'PHRMAS' I_FLG_REPORT = 'X' TABLES E_BDCP_TAB = L_BDCP_TAB E_BDCPS_TAB = L_BDCPS_TAB.

C14ALE_TEST_ALEPOINTER_SHOW CALL FUNCTION 'C14ALE_TEST_ALEPOINTER_SHOW' EXPORTING I_MESTYPE = 'SUBMAS' I_FLG_REPORT = 'X' TABLES E_BDCP_TAB = L_BDCP_TAB E_BDCPS_TAB = L_BDCPS_TAB.

C14ALE_TEST_ALEPOINTER_SHOW CALL FUNCTION 'C14ALE_TEST_ALEPOINTER_SHOW' EXPORTING I_MESTYPE = 'REPMAS' I_FLG_REPORT = 'X' TABLES E_BDCP_TAB = L_BDCP_TAB E_BDCPS_TAB = L_BDCPS_TAB.

C14ALE_TEST_ALEPOINTER_SHOW CALL FUNCTION 'C14ALE_TEST_ALEPOINTER_SHOW' EXPORTING I_MESTYPE = 'DANGEROUSGOOD' I_FLG_REPORT = 'X' TABLES E_BDCP_TAB = L_BDCP_TAB E_BDCPS_TAB = L_BDCPS_TAB.

C14ALE_TEST_ALEPOINTER_SHOW CALL FUNCTION 'C14ALE_TEST_ALEPOINTER_SHOW' EXPORTING I_MESTYPE = 'HAZARDOUSSUBSTANCE' I_FLG_REPORT = 'X' TABLES E_BDCP_TAB = L_BDCP_TAB E_BDCPS_TAB = L_BDCPS_TAB.

C14ALE_TEST_ALEPOINTER_REACTIV CALL FUNCTION 'C14ALE_TEST_ALEPOINTER_REACTIV' EXPORTING I_MESTYPE = 'PHRMAS' I_FLG_REPORT = 'X' TABLES E_BDCP_TAB = L_BDCP_TAB E_BDCPS_TAB = L_BDCPS_TAB.

C14ALE_TEST_ALEPOINTER_REACTIV CALL FUNCTION 'C14ALE_TEST_ALEPOINTER_REACTIV' EXPORTING I_MESTYPE = 'SUBMAS' I_FLG_REPORT = 'X' TABLES E_BDCP_TAB = L_BDCP_TAB E_BDCPS_TAB = L_BDCPS_TAB.

C14ALE_TEST_ALEPOINTER_REACTIV CALL FUNCTION 'C14ALE_TEST_ALEPOINTER_REACTIV' EXPORTING I_MESTYPE = 'REPMAS' I_FLG_REPORT = 'X' TABLES E_BDCP_TAB = L_BDCP_TAB E_BDCPS_TAB = L_BDCPS_TAB.

C14ALE_TEST_ALEPOINTER_REACTIV CALL FUNCTION 'C14ALE_TEST_ALEPOINTER_REACTIV' EXPORTING I_MESTYPE = 'DANGEROUSGOOD' I_FLG_REPORT = 'X' TABLES E_BDCP_TAB = L_BDCP_TAB E_BDCPS_TAB = L_BDCPS_TAB.

C14ALE_TEST_ALEPOINTER_REACTIV CALL FUNCTION 'C14ALE_TEST_ALEPOINTER_REACTIV' EXPORTING I_MESTYPE = 'HAZARDOUSSUBSTANCE' I_FLG_REPORT = 'X' TABLES E_BDCP_TAB = L_BDCP_TAB E_BDCPS_TAB = L_BDCPS_TAB.

C14ALE_TEST_ALEPOINTER_DELETE CALL FUNCTION 'C14ALE_TEST_ALEPOINTER_DELETE' EXPORTING I_MESTYPE = 'PHRMAS' I_FLG_REPORT = 'X' I_FLG_OUTPUT = DELOUT TABLES E_BDCP_TAB = L_BDCP_TAB E_BDCPS_TAB = L_BDCPS_TAB.

C14ALE_TEST_ALEPOINTER_DELETE CALL FUNCTION 'C14ALE_TEST_ALEPOINTER_DELETE' EXPORTING I_MESTYPE = 'SUBMAS' I_FLG_REPORT = 'X' TABLES E_BDCP_TAB = L_BDCP_TAB E_BDCPS_TAB = L_BDCPS_TAB.

C14ALE_TEST_ALEPOINTER_DELETE CALL FUNCTION 'C14ALE_TEST_ALEPOINTER_DELETE' EXPORTING I_MESTYPE = 'REPMAS' I_FLG_REPORT = 'X' I_FLG_OUTPUT = DELOUT TABLES E_BDCP_TAB = L_BDCP_TAB E_BDCPS_TAB = L_BDCPS_TAB.

C14ALE_TEST_ALEPOINTER_DELETE CALL FUNCTION 'C14ALE_TEST_ALEPOINTER_DELETE' EXPORTING I_MESTYPE = 'DANGEROUSGOOD' I_FLG_REPORT = 'X' TABLES E_BDCP_TAB = L_BDCP_TAB E_BDCPS_TAB = L_BDCPS_TAB.

C14ALE_TEST_ALEPOINTER_DELETE CALL FUNCTION 'C14ALE_TEST_ALEPOINTER_DELETE' EXPORTING I_MESTYPE = 'HAZARDOUSSUBSTANCE' I_FLG_REPORT = 'X' TABLES E_BDCP_TAB = L_BDCP_TAB E_BDCPS_TAB = L_BDCPS_TAB.



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