SAP Reports / Programs | Controlling | Profitability Analysis(CO-PA) SAP CO

RKE_CHACO_PROTOCOLS SAP ABAP Report - Change of the Assignment KOKRS - ERKRS: Log Administration







RKE_CHACO_PROTOCOLS 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 RKE_CHACO_PROTOCOLS 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 RKE_CHACO_PROTOCOLS. "Basic submit
SUBMIT RKE_CHACO_PROTOCOLS AND RETURN. "Return to original report after report execution complete
SUBMIT RKE_CHACO_PROTOCOLS 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: P_TIME = Time
Selection Text: P_TEST = Data Transfer in Test Run
Selection Text: P_REAL = Data Transfer in Update Run
Selection Text: P_POS = Postprocessing
Selection Text: P_IMP = Import
Selection Text: P_EXP = Export
Selection Text: P_ERKRSO = Source Operating Concern
Selection Text: P_ERKRSN = Target Operating Concern
Selection Text: P_DIS = Display Logs
Selection Text: P_DEL = Delete Logs
Selection Text: P_DATE = Date
Title: Change of the Assignment KOKRS - ERKRS: Log Administration
Text Symbol: 030 = Upd. Run
Text Symbol: 029 = Test Run
Text Symbol: 028 = Mode
Text Symbol: 027 = Processing Mode
Text Symbol: 026 = selected logs?
Text Symbol: 025 = Do you want to delete the
Text Symbol: 024 = Delete
Text Symbol: 023 = No
Text Symbol: 022 = Y
Text Symbol: 021 = Import
Text Symbol: 020 = Postprocessing
Text Symbol: 019 = Export
Text Symbol: 018 = Type
Text Symbol: 017 = Trgt
Text Symbol: 016 = Source
Text Symbol: 015 = TransferType
Text Symbol: 014 = Time
Text Symbol: 013 = Date
Text Symbol: 012 = Target Op. Concern
Text Symbol: 011 = Source Op. Concern
Text Symbol: 010 = Text
Text Symbol: 009 = Tpe
Text Symbol: 008 = Record
Text Symbol: 007 = Block
Text Symbol: 006 = Long Txt
Text Symbol: 005 = Message Type





Text Symbol: 004 = Record Number
Text Symbol: 003 = Processing Block
Text Symbol: 002 = General Control
Text Symbol: 001 = Selection Criteria


INCLUDES used within this REPORT RKE_CHACO_PROTOCOLS

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:

REUSE_ALV_GRID_DISPLAY CALL FUNCTION 'REUSE_ALV_GRID_DISPLAY' EXPORTING I_CALLBACK_PROGRAM = c_progname I_CALLBACK_USER_COMMAND = c_formname_header IT_FIELDCAT = gt_fieldcat_headers TABLES T_OUTTAB = gt_prottab_headers EXCEPTIONS OTHERS = 1.

POPUP_TO_DECIDE call function 'POPUP_TO_DECIDE' exporting TEXTLINE1 = text-025 TEXTLINE2 = g_prot_no_c TEXTLINE3 = text-026 TEXT_OPTION1 = text-022 TEXT_OPTION2 = text-023 TITEL = text-024 importing ANSWER = g_answer.

MASS_MESSAGE_SHOW_LONGTEXT CALL FUNCTION 'MASS_MESSAGE_SHOW_LONGTEXT' EXPORTING sprsl = sy-langu arbgb = l_arbgb msgnr = l_msgno msgv1 = ls_prottab-prot-msgv1 msgv2 = ls_prottab-prot-msgv2 msgv3 = ls_prottab-prot-msgv3 msgv4 = ls_prottab-prot-msgv4 exceptions others = 1.

MASS_MESSAGE_GET call function 'MASS_MESSAGE_GET' EXPORTING sprsl = sy-langu arbgb = l_arbgb msgnr = l_msgno msgv1 = ls_prottab-prot-msgv1 msgv2 = ls_prottab-prot-msgv2 msgv3 = ls_prottab-prot-msgv3 msgv4 = ls_prottab-prot-msgv4 IMPORTING msgtext = ls_prottab-text EXCEPTIONS others = 1.

REUSE_ALV_GRID_DISPLAY CALL FUNCTION 'REUSE_ALV_GRID_DISPLAY' EXPORTING I_CALLBACK_PROGRAM = c_progname I_CALLBACK_USER_COMMAND = c_formname_detail IT_FIELDCAT = gt_fieldcat TABLES T_OUTTAB = gt_prottab EXCEPTIONS OTHERS = 1.



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