RNUHCO07 is a standard Executable ABAP Report available within your SAP system (depending on your version and release level). It is used for This report lets you cancel service transfers from IS-H into CO...see full standard documentation available for this report. Also check out the submitted Comments related to this SAP report and the details below to see which OBJECTS it interacts with such as TABLES, FUNCTION MODULES, INCLUDES ETC.
If you would like to execute this report or see the full code listing simply enter RNUHCO07 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: VORGN = D Business Transaction
Selection Text: USNAM = D User
Selection Text: UEFAL = Case-Related Service Transfer
Selection Text: UEBOE = OU-Related Service Transfer
Selection Text: UBVON = D Transfer From
Selection Text: UBBIS = D Transfer To
Selection Text: TESTMODE = D Test Mode
Selection Text: SKOST = Sender Cost Center
Selection Text: SE_EINRI = D Institution
Selection Text: SEL_IMP = Case Selection
Selection Text: PERIO = D Period
Selection Text: ORGID = D Org. Unit
Selection Text: LSTAR = D Sender Activity Type
Selection Text: LEIST = D Service
Selection Text: GJAHR = D Fiscal Year
Selection Text: FALNR = D Case
Selection Text: ERBOE = Performing OU
Selection Text: EKOST = Receiver Cost Center
Selection Text: EAUFN = Receiver Order
Selection Text: BELNR = D Document Number
Selection Text: ANFOE = D Requesting Dept. OU
Title: IS-H: Cancel Service Transfer
Text Symbol: V03 = Input Help: OU for Account Asgmt
Text Symbol: V02 = Input Help: Dept. OU
Text Symbol: V01 = Input Help: Performing OU
Text Symbol: S01 = Institution
Text Symbol: R12 = OU-Related Service Transfer
Text Symbol: R11 = Case-Related Service Transfer
Text Symbol: F01 = Error Log
Text Symbol: B1C = Posting Data
Text Symbol: B1B = Account Assignment Data
Text Symbol: B1A = Service Data
Text Symbol: B01 = Selection Criteria
Text Symbol: B00 = Processing Options
INCLUDE: RNLALV00,
RNDATA00.
INCLUDE RNSSEINR.
INCLUDE RNSSIEIN.
No SAP DATABASE tables are accessed within this REPORT code!
MESSAGES_SHOW call function 'MESSAGES_SHOW' exporting object = 'Fehlerprotokoll'(f01) show_linno = ' ' exceptions inconsistent_range = 01 no_messages = 02.
ISH_PRINT_PROTOCOL_BATCH call function 'ISH_PRINT_PROTOCOL_BATCH' exporting line_size = lsize minutes_title = 'Fehlerprotokoll'(f01) repid = rnstat-repid new_section = on exceptions no_messages = 01.
ISH_CASE_SELECTION_READ call function 'ISH_CASE_SELECTION_READ' exporting ss_einri = se_einri ss_selkz = sel_imp * IMPORTING * SS_NFAK = tables ss_nfap = infap * SS_NFAM = * SS_FAELLE = * SS_FALNR = * SS_HLFD = exceptions not_found = 1 others = 2 .
REUSE_ALV_LIST_DISPLAY call function 'REUSE_ALV_LIST_DISPLAY' exporting * I_INTERFACE_CHECK = ' ' * I_BUFFER_ACTIVE = ' ' i_callback_program = rnstat-repid i_callback_pf_status_set = 'SET_PF_STATUS' i_callback_user_command = 'USER_COMMAND' i_structure_name = 'RNHC01' is_layout = gs_layout * IT_FIELDCAT = * IT_EXCLUDING = * IT_SPECIAL_GROUPS = * IT_SORT = * IT_FILTER = * IS_SEL_HIDE = * I_DEFAULT = 'X' i_save = 'A' * IS_VARIANT = it_events = gt_events[] * IT_EVENT_EXIT = * IS_PRINT = * IS_REPREP_ID = * I_SCREEN_START_COLUMN = 0 * I_SCREEN_START_LINE = 0 * I_SCREEN_END_COLUMN = 0 * I_SCREEN_END_LINE = 0 * IMPORTING * E_EXIT_CAUSED_BY_CALLER = * ES_EXIT_CAUSED_BY_USER = tables t_outtab = prottab * EXCEPTIONS * PROGRAM_ERROR = 1 * OTHERS = 2 .
ISH_CALL_LIST_HEAD call function 'ISH_CALL_LIST_HEAD' exporting einri = se_einri ausbegdt = rnstat-ausbegdt ausenddt = rnstat-ausenddt verbegdt = rnstat-verbegdt verenddt = rnstat-verenddt title_lin1 = rnstat-title_lin1 title_lin2 = rnstat-title_lin2 line_size = rnstat-line_size repid = rnstat-repid uline = off exceptions others = 1.
ISH_DYNP_VALUES_READ call function 'ISH_DYNP_VALUES_READ' exporting dyname = repid dynumb = '1000' translate_to_upper = 'X' tables dynpfields = idynpread.
CONVERSION_EXIT_ALPHA_INPUT call function 'CONVERSION_EXIT_ALPHA_INPUT' exporting input =
importing output = .
ISH_EINRI_CHECK CALL FUNCTION 'ISH_EINRI_CHECK' EXPORTING SS_EINRI = se_einri * IMPORTING * SS_EINKB = * SS_TN01 = * SS_NADR = EXCEPTIONS NOT_FOUND = 1 OTHERS = 2 .
ISH_GET_GTARIF call function 'ISH_GET_GTARIF' exporting einrichtung = se_einri stichtag = sy-datum importing gtarif = gtarif * EXCEPTIONS * NOT_FOUND = 1 * OTHERS = 2 .
ISH_SHOW_SERVICES_NEW call function 'ISH_SHOW_SERVICES_NEW' exporting einrichtung = se_einri tarif = gtarif talst =
* ZEITRAUM = 'X' * ZEITPUNKT = 'X' * ENTGA = ' ' * TAGRU = ' ' * BEGDT = '00000000' * ENDDT = '00000000' * SEL_LEIST = 'X' * SEL_GROUP = 'X' * SEL_ERFSP = ' ' * MDC_CAT = '' multi_select = ' ' use_groups = ' ' * ZOTYP = ' ' * DEPTH = '1' * CHANGE_TARIF = 'X' * CHANGE_ZEITR = 'X' * CHANGE_ZEITP = 'X' * CHANGE_ENTGA = 'X' * CHANGE_TAGRU = 'X' * CHANGE_ZOTYP = 'X' * CHANGE_USEGR = 'X' * WIN_TITLE = 'Eingabehilfe' * VCODE = 'UPD' * SKIP_FIRST_SCREEN = ' ' read_vle = ' ' * SELECT_ALL = 'X' * SEARCH_FOR = 'NTPK_S' importing e_ntpk = wntpk * E_NTPT = * E_ZOTYP = * TABLES * T_NTPK = * T_NTPT = exceptions wrong_einri = 1 nothing_found = 2 nothing_selected = 3 missing_zotyp = 4 others = 5 .
ISH_GRAPHIC_ORGID_SELECT call function 'ISH_GRAPHIC_ORGID_SELECT' exporting date = sy-datum einri = se_einri freig = on graph_title = graph_title no_bauid = off ambes = ambes pfzuw = pfzuw fazuw = fazuw sperr = off vcode = update importing nothing_selected = select_obid selected_orgid = oe.
ISH_CASE_VALUE_REQUEST call function 'ISH_CASE_VALUE_REQUEST' exporting ss_einri = se_einri ss_vcode = update importing ss_falnr =
.
ISH_MESSAGE_HANDLER_LINE_SET call function 'ISH_MESSAGE_HANDLER_LINE_SET' exporting ss_mess_line = line exceptions others = 1.
ISH_COST_ALLOCATION_PREPARE call function 'ISH_COST_ALLOCATION_PREPARE' exporting i_rnhk1 = irnhk1 importing break_allocation = break tables kontierungen = alloc t_nlei = block-inlei.
ISH_DISTRIBUTE_ACTIVITY_ALLOC call function 'ISH_DISTRIBUTE_ACTIVITY_ALLOC' exporting einri = se_einri event = 'HCO010' tables t_rnhc01 = alloc exceptions no_configuration_found = 1 error_transaction = 2 others = 3.
ENQUEUE_ENLEI call function 'ENQUEUE_ENLEI' exporting einri = se_einri orgid = p_orgid _scope = 3 exceptions foreign_lock = 4 system_failure = 12.
ENQUEUE_ENFAL call function 'ENQUEUE_ENFAL' exporting einri = se_einri falnr = p_falnr _scope = 3 exceptions foreign_lock = 4 system_failure = 12.
call function 'DEQUEUE_ENLEI' exporting einri = se_einri orgid = p_orgid _scope = '3'.
DEQUEUE_ENFAL call function 'DEQUEUE_ENFAL' exporting einri = se_einri falnr = p_falnr _scope = '3'.
ISH_READ_NLCO call function 'ISH_READ_NLCO' exporting lnrls = p_alloc-lnrls tables e_nlco = ynlco exceptions no_nlco_found = 01.
ISH_VERBUCHER_NLCO call function 'ISH_VERBUCHER_NLCO' in update task exporting datum = sy-datum tcode = sy-tcode uname = sy-uname uzeit = sy-uzeit tables nlco_mod = xnlco.
ISH_VERBUCHER_NLEI call function 'ISH_VERBUCHER_NLEI' in update task exporting datum = sy-datum tcode = sy-tcode uname = sy-uname uzeit = sy-uzeit upd_hco = off "No change of UAEKZ ! tables xnlei = xnlei ynlei = ynlei.
MESSAGES_SHOW call function 'MESSAGES_SHOW' exporting object = 'Fehlerprotokoll'(f01) show_linno = ' ' exceptions inconsistent_range = 01 no_messages = 02.
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 RNUHCO07 or its description.