SAP Reports / Programs | Basis Components | ABAP Workbench, Java IDE and Infrastructure | Activation Program, Conversion Program, DB Utility, MC, SPDD(BC-DWB-DIC-AC) SAP BC

RADPROTJ SAP ABAP Report - TACOB Daily







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


Text pool values


Title: TACOB Daily
Text Symbol: 007 = User
Text Symbol: 008 = Date
Text Symbol: 009 = Error
Text Symbol: 010 = Object
Text Symbol: 011 = Object name
Text Symbol: 006 = ID
Text Symbol: 001 = From
Text Symbol: 002 = to
Text Symbol: 003 = Display
Text Symbol: 004 = Object
Text Symbol: 005 = Object name
Text Symbol: 012 = ID
Text Symbol: 019 = List of files
Text Symbol: 020 = File name
Text Symbol: 021 = Length
Text Symbol: 022 = Date
Text Symbol: 018 = Error
Text Symbol: 013 = Function
Text Symbol: 014 = Order
Text Symbol: 015 = Xmd
Text Symbol: 016 = User
Text Symbol: 017 = Date


INCLUDES used within this REPORT RADPROTJ

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:

DD_LOGNPROT_NAME_GET CALL FUNCTION 'DD_LOGNPROT_NAME_GET' EXPORTING TASK = 'ACT' SINGLE_OR_MASS = 'M' OBJ_TYPE = 'TABL' ONLINE_PUT = 'O' DATE_IN = DAT-VON TIME_IN = '000000' IMPORTING PROTNAME = PROTN-VON EXCEPTIONS INPUT_ERROR = 01.

DD_LOGNPROT_NAME_GET CALL FUNCTION 'DD_LOGNPROT_NAME_GET' EXPORTING TASK = 'ACT' SINGLE_OR_MASS = 'M' OBJ_TYPE = 'TABL' ONLINE_PUT = 'O' DATE_IN = DAT-BIS TIME_IN = '235959' IMPORTING PROTNAME = PROTN-BIS EXCEPTIONS INPUT_ERROR = 01.

DD_LOGNPROT_NAME_GET CALL FUNCTION 'DD_LOGNPROT_NAME_GET' EXPORTING TASK = 'CNV' SINGLE_OR_MASS = 'M' OBJ_TYPE = 'TABL' ONLINE_PUT = 'O' DATE_IN = DAT-VON TIME_IN = '000000' IMPORTING PROTNAME = PROTN-VON EXCEPTIONS INPUT_ERROR = 01.

DD_LOGNPROT_NAME_GET CALL FUNCTION 'DD_LOGNPROT_NAME_GET' EXPORTING TASK = 'CNV' SINGLE_OR_MASS = 'M' OBJ_TYPE = 'TABL' ONLINE_PUT = 'O' DATE_IN = DAT-BIS TIME_IN = '235959' IMPORTING PROTNAME = PROTN-BIS EXCEPTIONS INPUT_ERROR = 01.

DD_LOGNPROT_NAME_GET CALL FUNCTION 'DD_LOGNPROT_NAME_GET' EXPORTING TASK = ABBREV SINGLE_OR_MASS = 'M' OBJ_TYPE = 'TABL' ONLINE_PUT = 'P' DATE_IN = DATUM TIME_IN = '000000' IMPORTING PROTNAME = FILE EXCEPTIONS INPUT_ERROR = 01.



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