SAP Reports / Programs

SIPT_INTERVAL_SIGN_MM SAP ABAP Report - Portugal: Digital Signature Generation for Numbering Intervals in MM







SIPT_INTERVAL_SIGN_MM 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_MM into the relevant SAP transactions such as SE38 or SE80


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_MM. "Basic submit
SUBMIT SIPT_INTERVAL_SIGN_MM AND RETURN. "Return to original report after report execution complete
SUBMIT SIPT_INTERVAL_SIGN_MM 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 = Company Code
Selection Text: P_LIFNR = Vendor
Selection Text: P_LOG = Display log
Selection Text: SO_NRNR = Number Range Number
Title: Portugal: Digital Signature Generation for Numbering Intervals in MM
Text Symbol: B01 = Selections


INCLUDES used within this REPORT SIPT_INTERVAL_SIGN_MM

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_INTERVALS_FROM_BUKRS_MM CALL FUNCTION 'SIPT_INTERVALS_FROM_BUKRS_MM' EXPORTING iv_lifnr = p_lifnr iv_subobject = wa_numbr-subobject iv_gjahr = lv_gjahr "N1675662 IMPORTING et_intervals_mm = gt_intervals.

SIPT_INTERVAL_CHECK_MM CALL FUNCTION 'SIPT_INTERVAL_CHECK_MM' EXPORTING iv_lifnr = p_lifnr iv_nrrangenr = -nrrangenr iv_subobject = wa_numbr-subobject iv_date = lv_pdate iv_time = sy-uzeit iv_check_fromxblnr = 'X' IMPORTING es_intervals_mm = gs_intervals_checked EXCEPTIONS error = 1 OTHERS = 2.

SIPT_ADD_MESSAGE CALL FUNCTION 'SIPT_ADD_MESSAGE' EXPORTING iv_log = p_log.

SIPT_INTERVAL_CHECK_MM CALL FUNCTION 'SIPT_INTERVAL_CHECK_MM' EXPORTING iv_lifnr = p_lifnr iv_nrrangenr = -nrrangenr iv_subobject = wa_numbr-subobject iv_date = sy-datum iv_time = sy-uzeit iv_check_fromxblnr = 'X' IMPORTING es_intervals_mm = 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_MM CALL FUNCTION 'SIPT_SINGLE_NRNR_SIGN_MM' EXPORTING iv_lifnr = p_lifnr iv_subobject = wa_numbr-subobject iv_nrrangenr = -nrrangenr iv_log = p_log.

DEQUEUE_E_SIPT_NUMB_MM CALL FUNCTION 'DEQUEUE_E_SIPT_NUMB_MM' EXPORTING mode_sipt_numst_mm = 'E' mandt = sy-mandt lifnr = ' ' nrrangenr = -nrrangenr x_lifnr = ' ' x_nrrangenr = ' ' x_toyear = ' ' _scope = '3' _synchron = ' ' _collect = ' '.

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