H99_REPLACEMENT_POSTING_FRAME is a standard Executable ABAP Report available within your SAP system (depending on your version and release level). It is used for After a payment replacement in the Off-Cycle Workbench, new checks are generated in the follow-on processes...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 H99_REPLACEMENT_POSTING_FRAME 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: POST_LOG = Log: Posting Program
Selection Text: VARIANT = Variant
Selection Text: LAUFD = D .
Selection Text: LAUFI = D .
Selection Text: PROGRAM = D .
Title: Report H99_REPLACEMENT_POSTING_FRAME
INCLUDE RPUPMDP3.
INCLUDE RPCF4C00.
No SAP DATABASE tables are accessed within this REPORT code!
HRPY_PUST_GET_CONTAINER CALL FUNCTION 'HRPY_PUST_GET_CONTAINER' EXPORTING imp_parcel = pyparaid TABLES container = local_container.
HRPY_PROCESS_FIRE_EVENT CALL FUNCTION 'HRPY_PROCESS_FIRE_EVENT' EXPORTING imp_parcel = pyparaid imp_event_name = 'JOB_ENDED' TABLES imp_container = local_container.
CU_READ_RGDIR CALL FUNCTION 'CU_READ_RGDIR' EXPORTING persnr = ls_pernr-low IMPORTING molga = molga TABLES in_rgdir = rgdir EXCEPTIONS no_record_found = 1 OTHERS = 2.
HR_PAL_CREATE_NODE_CATEG call function 'HR_PAL_CREATE_NODE_CATEG' exporting i_categ_id = 'LOG' i_structure_name = 'ZPROCESSED_RUNS' exceptions program_error = 1 others = 2.
HR_PAL_NODE_ADD call function 'HR_PAL_NODE_ADD' exporting i_relatkey = 'ROOT' i_node_txt = 'Buchungsläufe' i_categ_id = 'LOG' i_icon = icon_list importing e_node_key = node_log exceptions program_error = 1 others = 2.
HRPY_PUST_GET_CONT_FR_CLUSTER CALL FUNCTION 'HRPY_PUST_GET_CONT_FR_CLUSTER' EXPORTING processid = pyparaid_processid stepid = pyparaid_stepid runid = pyparaid_runid TABLES container = local_container EXCEPTIONS no_process = 1 import_error = 2.
HR_PAL_NODE_ADD_ROW CALL FUNCTION 'HR_PAL_NODE_ADD_ROW' EXPORTING i_node_key = node_log i_row_data = log_line EXCEPTIONS program_error = 1 OTHERS = 2.
HR_PAL_LOG_DISPLAY call function 'HR_PAL_LOG_DISPLAY' exporting i_s_display_profile = l_display_profile exceptions program_error = 1 no_logs = 2 others = 3.
DYNP_VALUES_READ CALL FUNCTION 'DYNP_VALUES_READ' EXPORTING dyname = this_prog dynumb = '1000' TABLES dynpfields = dynpfields.
RS_VARIANT_CATALOG CALL FUNCTION 'RS_VARIANT_CATALOG' EXPORTING report = input_prog IMPORTING sel_variant = variant EXCEPTIONS OTHERS = 1.
BP_CHECK_REPORT_VALUES CALL FUNCTION 'BP_CHECK_REPORT_VALUES' EXPORTING check_type = 'A' chkrp_dialog = 'N' report_name = program variant_name = variant EXCEPTIONS invalid_check_type = 1 invalid_dialog_type = 2 invalid_report_name = 3 invalid_variant_name = 4 no_plan_authority = 5 no_variants_defined = 6 report_can_not_be_scheduled = 7 report_has_no_variants = 8 report_name_missing = 9 variant_check_has_failed = 10 variant_name_missing = 11 variant_selection_aborted = 12 OTHERS = 13.
Although this basic information may have limited use it does provide an easy to find location to store any knowledge about this program/report.
H99_REPLACEMENT_POSTING_FRAME - Report H99_REPLACEMENT_POSTING_FRAME H99_REPLACEMENT_POSTING_FRAME - Report H99_REPLACEMENT_POSTING_FRAME H99_PU12_XML_TAGS - H99PU12XMLTAGS H99_PU12_XML - H99PU12XML H99_PROCESS_OUTBOUND_FRAME - Program H99_PROCESS_OUTBOUND_FRAME H99_PROCESS_OUTBOUND_FRAME - Program H99_PROCESS_OUTBOUND_FRAME