SIPT_INTERVAL_SIGN_OBD 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 SIPT_INTERVAL_SIGN_OBD 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: P_BUKRS = Company Code
Selection Text: P_DOCTYP = Leading Delivery Document Type
Selection Text: P_LOG = Display log
Selection Text: SO_NRNR = Number range number
Title: Report SIPT_INTERVAL_SIGN_OBD
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_OBD CALL FUNCTION 'SIPT_INTERVALS_FROM_BUKRS_OBD' EXPORTING iv_bukrs = gv_bukrs iv_no_interv_buffer = 'X' iv_lfart = gs_numbr_obd-lead_doctype IMPORTING et_intervals_obd = gt_intervals.
SIPT_INTERVAL_CHECK_OBD CALL FUNCTION 'SIPT_INTERVAL_CHECK_OBD' EXPORTING iv_bukrs =
-bukrs iv_nrrangenr = -nrrangenr iv_date = sy-datum iv_time = sy-uzeit iv_check_fromxblnr = 'X' iv_no_interv_buffer = ' ' iv_lfart = gs_numbr_obd-lead_doctype IMPORTING es_intervals_obd = 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_OBD CALL FUNCTION 'SIPT_SINGLE_NRNR_SIGN_OBD' EXPORTING iv_bukrs =
-bukrs iv_nrrangenr = -nrrangenr iv_log = p_log iv_lfart = gs_numbr_obd-lead_doctype.
DEQUEUE_E_SIPT_NUMB_OBD CALL FUNCTION 'DEQUEUE_E_SIPT_NUMB_OBD' EXPORTING mode_sipt_numst_obd = 'E' mandt = sy-mandt nrrangenr =
-nrrangenr x_nrrangenr = ' ' _scope = '3' _synchron = ' ' _collect = ' '.
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_OBD - Report SIPT_INTERVAL_SIGN_OBD SIPT_INTERVAL_SIGN_OBD - Report SIPT_INTERVAL_SIGN_OBD SIPT_INTERVAL_SIGN_MM - Portugal: Digital Signature Generation for Numbering Intervals in MM SIPT_INTERVAL_SIGN_MM - Portugal: Digital Signature Generation for Numbering Intervals in MM 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