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
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.
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
No INCLUDES are used within this REPORT code!
No SAP DATABASE tables are accessed within this REPORT code!
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.
Although this basic information may have limited use it does provide an easy to find location to store any knowledge about this program/report.
RKE_CHACO_PROTOCOLS - Change of the Assignment KOKRS - ERKRS: Log Administration RKE_CHACO_PROTOCOLS - Change of the Assignment KOKRS - ERKRS: Log Administration RKE_CHACO_PAOBJNR_4 - Conversion of CO Objects for Account-Based Profitability Analysis RKE_CHACO_PAOBJNR_4 - Conversion of CO Objects for Account-Based Profitability Analysis RKE_CHACO_PAOBJNR_3 - Copy Prof. Segements for Operating Concern Split RKE_CHACO_PAOBJNR_3 - Copy Prof. Segements for Operating Concern Split