SAP Reports / Programs

RJHTECTD SAP ABAP Report - IS-M: Post-editing of Data from the Technical System







RJHTECTD 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 RJHTECTD into the relevant SAP transactions such as SE38 or SE80


Transaction Code(s):

Below is a list of transaction codes which are relevant to this SAP report

JHAF - IS-M: Todo List for Technical System


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 RJHTECTD. "Basic submit
SUBMIT RJHTECTD AND RETURN. "Return to original report after report execution complete
SUBMIT RJHTECTD 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: TECERR = D Error Type
Selection Text: AVM_NR = D Order
Title: IS-M: Post-editing of Data from the Technical System
Text Symbol: 004 = Item Type
Text Symbol: 003 = Delete Post-editing
Text Symbol: 002 = Selected Entries?
Text Symbol: 001 = Do you Really want to Delete


INCLUDES used within this REPORT RJHTECTD

INCLUDE MJ001TAL.
INCLUDE MJ_AVMPOS_ART.
INCLUDE MJ_CHAR1.
INCLUDE MJ_SATZART_OL.
INCLUDE MJ_TECERR_TYP.


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:

ISP_SELECT_SINGLE_TJH18 call function 'ISP_SELECT_SINGLE_TJH18' exporting aktsprsl = sy-langu bassprsl = sy-langu avmpos_art = pos_art importing tjh18_i = ls_tjh18.

ISM_CNTENT_ACTIVE_GET call function 'ISM_CNTENT_ACTIVE_GET' importing pv_cntent_active = gv_cntent_active.

ISM_CNTENT_EXPORT call function 'ISM_CNTENT_EXPORT' exporting pv_entries = sy-tfill.

REUSE_ALV_LIST_DISPLAY call function 'REUSE_ALV_LIST_DISPLAY' exporting i_callback_program = 'RJHTECTD' i_callback_pf_status_set = 'CB_PF_STATUS_SET' i_callback_user_command = 'CB_USER_COMMAND' is_layout = layout it_fieldcat = field_itab i_save = 'A' tables t_outtab = todolist_itab exceptions program_error = 1 others = 2.

REUSE_ALV_LIST_DISPLAY call function 'REUSE_ALV_LIST_DISPLAY' exporting i_callback_program = 'RJHTECTD' i_callback_pf_status_set = 'CB_PF_STATUS_SET' i_callback_user_command = 'CB_USER_COMMAND' is_layout = layout it_fieldcat = field_itab i_save = 'A' tables t_outtab = gt_todolist_ol exceptions program_error = 1 others = 2.

K_KKB_LIST_DISPLAY *CALL FUNCTION 'K_KKB_LIST_DISPLAY' * EXPORTING * I_CALLBACK_PROGRAM = 'RJHTECTD' * I_CALLBACK_USER_COMMAND = 'CB_USER_COMMAND' * I_CALLBACK_PF_STATUS_SET = 'CB_PF_STATUS_SET' * I_TABNAME = 'TODOLIST_ITAB' * IS_LAYOUT = LAYOUT * IT_FIELDCAT = FIELD_ITAB * TABLES * T_OUTTAB = TODOLIST_ITAB * EXCEPTIONS * OTHERS = 1.

DDUT_DOMVALUE_TEXT_GET call function 'DDUT_DOMVALUE_TEXT_GET' exporting name = domname value = domvalue importing dd07v_wa = ls_dd07v exceptions not_found = 1.

DDUT_DOMVALUE_TEXT_GET call function 'DDUT_DOMVALUE_TEXT_GET' exporting name = domname value = domvalue importing dd07v_wa = ls_dd07v exceptions not_found = 1.

ISP_ADPRODORDER_UPDATE_ISPAM call function 'ISP_ADPRODORDER_UPDATE_ISPAM' tables rjhatpap_itab = rjhatpap_itab rjhatps_itab = rjhatps_itab rjhatmo_itab = rjhatmo_itab rjhatstat_itab = rjhatstat_itab exceptions others = 1.

ISP_PRODUCTION_FINISHED call function 'ISP_PRODUCTION_FINISHED' tables rjhatpsi_itab = rjhatpsi_itab exceptions others = 1.

ISM_OLPRODORDER_UPDATE_ISMAM call function 'ISM_OLPRODORDER_UPDATE_ISMAM' tables pt_rjhateo = lt_rjhateo pt_rjhatmoto = lt_rjhatmoto pt_rjhatstato = lt_rjhatstato exceptions others = 1.

POPUP_TO_CONFIRM_STEP call function 'POPUP_TO_CONFIRM_STEP' exporting defaultoption = 'Y' textline1 = text-001 textline2 = text-002 titel = text-003 importing answer = answer exceptions others = 1.

POPUP_TO_CONFIRM_STEP call function 'POPUP_TO_CONFIRM_STEP' exporting defaultoption = 'Y' textline1 = text-001 textline2 = text-002 titel = text-003 importing answer = lv_answer 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 RJHTECTD or its description.