SAP Reports / Programs

SIPT_INTERVAL_SIGN_FI SAP ABAP Report - Portugal: Digital Signature Generation for Numbering Intervals in FI







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


Transaction Code(s):

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

SIPT_SIGN_FI - Generate and check digital signature


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 SIPT_INTERVAL_SIGN_FI. "Basic submit
SUBMIT SIPT_INTERVAL_SIGN_FI AND RETURN. "Return to original report after report execution complete
SUBMIT SIPT_INTERVAL_SIGN_FI 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: 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


INCLUDES used within this REPORT SIPT_INTERVAL_SIGN_FI

No INCLUDES are used within this REPORT code!


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:

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.



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 SIPT_INTERVAL_SIGN_FI or its description.