SIPT_INTERVAL_SIGN_FI is a standard Executable ABAP Report available within your SAP system (depending on your version and release level). It is used for You use this report to check the entries in the database either manually or scheduling a periodic job for FI documents...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 SIPT_INTERVAL_SIGN_FI into the relevant SAP transactions such as SE38 or SE80
Below is a list of transaction codes which are relevant to this SAP report
SIPT_SIGN_FI - Generate and check digital signature
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_BUKRS = D .
Selection Text: P_LOG = Display log
Selection Text: SO_NRNR = D .
Title: Portugal: Digital Signature Generation for Numbering Intervals in FI
Text Symbol: B01 = Selections
No INCLUDES are used within this REPORT code!
No SAP DATABASE tables are accessed within this REPORT code!
J_1BSA_COMPONENT_ACTIVE CALL FUNCTION 'J_1BSA_COMPONENT_ACTIVE' EXPORTING bukrs = p_bukrs component = 'PT' EXCEPTIONS component_not_active = 1 OTHERS = 2.
SIPT_ADD_MESSAGE CALL FUNCTION 'SIPT_ADD_MESSAGE' EXPORTING iv_log = p_log.
SIPT_SHOW_LOG CALL FUNCTION 'SIPT_SHOW_LOG' EXPORTING iv_log = p_log.
SIPT_INTERVALS_FROM_BUKRS_FI CALL FUNCTION 'SIPT_INTERVALS_FROM_BUKRS_FI' EXPORTING iv_bukrs = gv_bukrs iv_no_interv_buffer = 'X' IMPORTING et_intervals_fi = gt_intervals.
SIPT_INTERVAL_CHECK_FI CALL FUNCTION 'SIPT_INTERVAL_CHECK_FI' EXPORTING iv_bukrs = gs_interval-bukrs iv_nrrangenr = gs_interval-nrrangenr iv_toyear = gs_interval-toyear iv_date = sy-datum iv_time = sy-uzeit iv_check_frombelnr = ' ' iv_no_interv_buffer = ' ' IMPORTING es_intervals_fi = gs_intervals_checked EXCEPTIONS error = 1 OTHERS = 2.
SIPT_ADD_MESSAGE CALL FUNCTION 'SIPT_ADD_MESSAGE' EXPORTING iv_log = p_log.
SIPT_ADD_MESSAGE CALL FUNCTION 'SIPT_ADD_MESSAGE' EXPORTING iv_log = p_log.
SIPT_SHOW_LOG CALL FUNCTION 'SIPT_SHOW_LOG' EXPORTING iv_log = p_log.
SIPT_ADD_MESSAGE CALL FUNCTION 'SIPT_ADD_MESSAGE' EXPORTING iv_log = p_log.
SIPT_SINGLE_NRNR_SIGN_FI CALL FUNCTION 'SIPT_SINGLE_NRNR_SIGN_FI' EXPORTING iv_bukrs = gs_interval-bukrs iv_nrrangenr = gs_interval-nrrangenr iv_toyear = gs_interval-toyear iv_log = p_log.
DEQUEUE_E_SIPT_NUMB_FI CALL FUNCTION 'DEQUEUE_E_SIPT_NUMB_FI' EXPORTING mode_sipt_numst_fi = 'E' mandt = sy-mandt bukrs = gs_interval-bukrs nrrangenr = gs_interval-nrrangenr toyear = gs_interval-toyear.
SIPT_SHOW_LOG CALL FUNCTION 'SIPT_SHOW_LOG' EXPORTING iv_log = p_log.
Although this basic information may have limited use it does provide an easy to find location to store any knowledge about this program/report.
SIPT_INTERVAL_SIGN_FI - Portugal: Digital Signature Generation for Numbering Intervals in FI SIPT_INTERVAL_SIGN_FI - Portugal: Digital Signature Generation for Numbering Intervals in FI SIPT_GM_SAFT_PT_XML_SCREEN - Include SIPT_GM_SAFT_PT_XML_SCREEN SIPT_GM_SAFT_PT_XML_MAIN - Include SIPT_GM_SAFT_PT_XML_MAIN SIPT_GM_SAFT_PT_XML_LCLDEF - Include SIPT_GM_SAFT_PT_XML_LCLDEF SIPT_GM_SAFT_PT_XML_F02 - Include SIPT_GM_SAFT_PT_XML_F02