SAP Reports / Programs | Financial Accounting | Localization(FI-LOC) SAP FI

ISJPINVSUM14_FORMS SAP ABAP INCLUDE - Include ISJPINVSUM12_FORMS







ISJPINVSUM14_FORMS is a standard ABAP INCLUDE 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 ISJPINVSUM14_FORMS 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 ISJPINVSUM14_FORMS. "Basic submit
SUBMIT ISJPINVSUM14_FORMS AND RETURN. "Return to original report after report execution complete
SUBMIT ISJPINVSUM14_FORMS VIA SELECTION-SCREEN. "Display selection screen of submitted report to user
    See more syntax options for the ABAP SUBMIT statement


INCLUDES used within this REPORT ISJPINVSUM14_FORMS

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:

LVC_FIELDCATALOG_MERGE CALL FUNCTION 'LVC_FIELDCATALOG_MERGE' EXPORTING i_structure_name = 'ISJPINVITEMS12_L' CHANGING ct_fieldcat = gt_invitem_fcat[].

LVC_FIELDCATALOG_MERGE CALL FUNCTION 'LVC_FIELDCATALOG_MERGE' EXPORTING i_structure_name = 'ISJPINVHEADS12_L' CHANGING ct_fieldcat = gt_invhead_fcat[].

ISJP_INVSUM_DATA_CREATE CALL FUNCTION 'ISJP_INVSUM_DATA_CREATE' EXPORTING is_invsum12param = gs_programparam IMPORTING et_it = lt_it[] et_pi = lt_pi[] et_mi = lt_mi[] et_pi_canc = gt_pi_canc[].

ISJP_COMPUTE_STATUS CALL FUNCTION 'ISJP_COMPUTE_STATUS' EXPORTING it_pi = lt_pi[] it_mi = lt_mi[] it_it = lt_it[] it_pexclude = gt_pexclude[] it_msg = gt_smess[] is_invsum12param = gs_programparam IMPORTING et_pi = gt_pi[] et_mi = gt_mi[] et_it = gt_it[] et_msg = gt_smess[] CHANGING it_nolocks = gt_nolocks[] EXCEPTIONS error = 1 OTHERS = 2.

ISJP_INVSUM_ADD CALL FUNCTION 'ISJP_INVSUM_ADD' EXPORTING iv_payerinvoice = gc_false it_pi_l = gt_pi[] it_mi_l = gt_mi[] it_it_l = gt_it[] it_msg = gt_pmess[] IMPORTING et_msg = gt_pmess[] EXCEPTIONS error = 1 OTHERS = 2.

ISJP_INVSUM_CANCEL CALL FUNCTION 'ISJP_INVSUM_CANCEL' EXPORTING iv_monthlyinvoice = gc_true it_pi_l = gt_pi[] it_mi_l = gt_mi[] it_it_l = gt_it[] it_msg = gt_pmess[] IMPORTING et_msg = gt_pmess[] EXCEPTIONS error = 1 OTHERS = 2.

ISJP_INVSUM_ADD CALL FUNCTION 'ISJP_INVSUM_ADD' EXPORTING iv_payerinvoice = gc_true it_pi_l = gt_pi[] it_mi_l = gt_mi[] it_it_l = gt_it[] it_msg = gt_pmess[] it_pi_canc = gt_pi_canc[] IMPORTING et_msg = gt_pmess[] EXCEPTIONS error = 1 OTHERS = 2.

ISJP_INVSUM_CANCEL CALL FUNCTION 'ISJP_INVSUM_CANCEL' EXPORTING iv_monthlyinvoice = gc_false it_pi_l = gt_pi[] it_mi_l = gt_mi[] it_it_l = gt_it[] it_msg = gt_pmess[] IMPORTING et_msg = gt_pmess[] EXCEPTIONS error = 1 OTHERS = 2.

ISJP_INVSUM_CANCEL CALL FUNCTION 'ISJP_INVSUM_CANCEL' EXPORTING iv_monthlyinvoice = gc_true it_pi_l = gt_pi[] it_mi_l = gt_mi[] it_it_l = gt_it[] it_msg = gt_pmess[] IMPORTING et_msg = gt_pmess[] EXCEPTIONS error = 1 OTHERS = 2.

CONVERSION_EXIT_ALPHA_INPUT CALL FUNCTION 'CONVERSION_EXIT_ALPHA_INPUT' EXPORTING input = sy-msgv1 IMPORTING output = gs_pexclude-payer.

ISJP_MEMORY_SET CALL FUNCTION 'ISJP_MEMORY_SET' EXPORTING iv_parameter_value = 'CR' iv_parameter_id = 'ISJP_CR'.

ISJP_MEMORY_INI CALL FUNCTION 'ISJP_MEMORY_INI' EXPORTING iv_parameter_id = 'ISJP_CR'.

ISJP_MEMORY_INI CALL FUNCTION 'ISJP_MEMORY_INI' EXPORTING iv_parameter_id = 'ISJP_CR'.

ISJP_BUFFER_REFRESH CALL FUNCTION 'ISJP_BUFFER_REFRESH'.

ISJP_INVSUM_ADD CALL FUNCTION 'ISJP_INVSUM_ADD' EXPORTING iv_payerinvoice = gc_true it_pi_l = gt_pi[] it_mi_l = gt_mi[] it_it_l = gt_it[] it_msg = gt_pmess[] it_pi_canc = gt_pi_canc[] IMPORTING et_msg = gt_pmess[] EXCEPTIONS error = 1 OTHERS = 2.

ISJP_INVSUM_ADD CALL FUNCTION 'ISJP_INVSUM_ADD' EXPORTING iv_payerinvoice = gc_false it_pi_l = gt_pi[] it_mi_l = gt_mi[] it_it_l = gt_it[] it_msg = gt_pmess[] IMPORTING et_msg = gt_pmess[] EXCEPTIONS error = 1 OTHERS = 2.

ISJP_INVSUM_ADD CALL FUNCTION 'ISJP_INVSUM_ADD' EXPORTING iv_payerinvoice = gc_true it_pi_l = gt_pi[] it_mi_l = gt_mi[] it_it_l = gt_it[] it_msg = gt_pmess[] it_pi_canc = gt_pi_canc[] IMPORTING et_msg = gt_pmess[] EXCEPTIONS error = 1 OTHERS = 2.

CONVERSION_EXIT_ALPHA_INPUT CALL FUNCTION 'CONVERSION_EXIT_ALPHA_INPUT' "Note 1095942 EXPORTING input = sy-msgv1 IMPORTING output = gs_pexclude-payer.

ISJP_INVSUM_ADD





CALL FUNCTION 'ISJP_INVSUM_ADD' EXPORTING iv_payerinvoice = gc_false it_pi_l = gt_pi[] it_mi_l = gt_mi[] it_it_l = gt_it[] it_msg = gt_pmess[] IMPORTING et_msg = gt_pmess[] EXCEPTIONS error = 1 OTHERS = 2.

CONVERSION_EXIT_ALPHA_INPUT CALL FUNCTION 'CONVERSION_EXIT_ALPHA_INPUT' "Note 1115142 EXPORTING input = sy-msgv1 IMPORTING output = gs_pexclude-payer.

BAL_LOG_CREATE CALL FUNCTION 'BAL_LOG_CREATE' EXPORTING i_s_log = ps_log IMPORTING e_log_handle = pd_handle EXCEPTIONS log_header_inconsistent = 1 OTHERS = 2.

BAL_LOG_MSG_ADD CALL FUNCTION 'BAL_LOG_MSG_ADD' EXPORTING i_log_handle = pd_handle i_s_msg = ls_msg EXCEPTIONS log_not_found = 1 msg_inconsistent = 2 log_is_full = 3 OTHERS = 4.

BAL_DSP_PROFILE_STANDARD_GET CALL FUNCTION 'BAL_DSP_PROFILE_STANDARD_GET' IMPORTING e_s_display_profile = ls_display_profile EXCEPTIONS OTHERS = 1.

BAL_DSP_LOG_DISPLAY CALL FUNCTION 'BAL_DSP_LOG_DISPLAY' EXPORTING i_s_display_profile = ls_display_profile i_t_log_handle = pt_handle[] EXCEPTIONS profile_inconsistent = 1 internal_error = 2 no_data_available = 3 no_authority = 4 OTHERS = 5.

ISJP_SET_VIRTACCT_INTERNAL_NR CALL FUNCTION 'ISJP_SET_VIRTACCT_INTERNAL_NR' EXPORTING it_it = gt_it[] CHANGING ct_pi = gt_pi[] ct_msg = gt_smess[].

ISJP_CR_FILL_HEADER_FIELDS CALL FUNCTION 'ISJP_CR_FILL_HEADER_FIELDS' EXPORTING it_it = gt_it[] CHANGING ct_pi = gt_pi[] ct_mi = gt_mi[].

ISJP_HIERARCHY_READ_ARRAY CALL FUNCTION 'ISJP_HIERARCHY_READ_ARRAY' EXPORTING iv_refresh = 'X' is_param = gs_programparam IMPORTING et_hierarchy = lt_recip EXCEPTIONS not_found = 1 OTHERS = 2.

ENQUEUE_EISJPRECIP CALL FUNCTION 'ENQUEUE_EISJPRECIP' EXPORTING mode_isjphierarchy = 'E' "like X if single E mandt = sy-mandt bukrs = p_bukrs kunnr = lc_wildcard x_bukrs = ' ' x_kunnr = ' ' _scope = '2' _wait = ' ' _collect = ' ' EXCEPTIONS foreign_lock = 1 system_failure = 2 OTHERS = 3.

ENQUEUE_EISJPRECIP CALL FUNCTION 'ENQUEUE_EISJPRECIP' EXPORTING mode_isjphierarchy = 'E' "like X if single E mandt = sy-mandt bukrs = -bukrs kunnr = -kunnr x_bukrs = ' ' x_kunnr = ' ' _scope = '2' _wait = ' ' _collect = ' ' EXCEPTIONS foreign_lock = 1 system_failure = 2 OTHERS = 3.

DEQUEUE_EISJPRECIP CALL FUNCTION 'DEQUEUE_EISJPRECIP' EXPORTING mode_isjphierarchy = 'E' MANDT = SY-MANDT BUKRS = p_bukrs kunnr = lv_kunnr.

ENQUEUE_EISJPRECIP CALL FUNCTION 'ENQUEUE_EISJPRECIP' EXPORTING mode_isjphierarchy = 'E' "like X if single E mandt = sy-mandt bukrs = p_bukrs kunnr = lc_wildcard x_bukrs = ' ' x_kunnr = ' ' _scope = '2' _wait = ' ' _collect = ' ' EXCEPTIONS foreign_lock = 1 system_failure = 2 OTHERS = 3.

POPUP_TO_CONFIRM CALL FUNCTION 'POPUP_TO_CONFIRM' EXPORTING titlebar = 'Confirm Exclusion from Monthly Invoice'(c31) * DIAGNOSE_OBJECT = ' ' text_question = 'Exclude line item &BUZEI& &BELNR& &GJAHR& from Monthly Invoice?'(c30) * TEXT_BUTTON_1 = 'Ja'(001) * ICON_BUTTON_1 = ' ' * TEXT_BUTTON_2 = 'Nein'(002) * ICON_BUTTON_2 = ' ' * DEFAULT_BUTTON = '1' * DISPLAY_CANCEL_BUTTON = 'X' * USERDEFINED_F1_HELP = ' ' * START_COLUMN = 25 * START_ROW = 6 * POPUP_TYPE = * IV_QUICKINFO_BUTTON_1 = ' ' * IV_QUICKINFO_BUTTON_2 = ' ' IMPORTING answer = lv_answer TABLES parameter = lt_parameter EXCEPTIONS text_not_found = 1 OTHERS = 2.

ENQUEUE_EISJPRECIP CALL FUNCTION 'ENQUEUE_EISJPRECIP' EXPORTING mode_isjphierarchy = 'E' "like X if single E mandt = sy-mandt bukrs = gs_invitemtable-bukrs kunnr = gs_invitemtable-invsumrecip x_bukrs = ' ' x_kunnr = ' ' _scope = '2' _wait = ' ' _collect = ' ' EXCEPTIONS foreign_lock = 1 system_failure = 2 OTHERS = 3.

ISJP_INVSUMIT_DELETE CALL FUNCTION 'ISJP_INVSUMIT_DELETE' EXPORTING it_it_del = lt_it_del EXCEPTIONS error = 1 OTHERS = 2.

ISJP_IT_WRITE_DOCUMENT CALL FUNCTION 'ISJP_IT_WRITE_DOCUMENT' EXPORTING objectid = lv_objectid tcode = sy-tcode utime = sy-uzeit udate = sy-datum username = sy-uname * PLANNED_CHANGE_NUMBER = ' ' * OBJECT_CHANGE_INDICATOR = 'U' * PLANNED_OR_REAL_CHANGES = ' ' * NO_CHANGE_POINTERS = ' ' upd_isjpinvsumit = 'U' TABLES xisjpinvsumit = lt_xisjpinvsumit yisjpinvsumit = lt_yisjpinvsumit.

POPUP_TO_CONFIRM CALL FUNCTION 'POPUP_TO_CONFIRM' EXPORTING titlebar = text-c33 * DIAGNOSE_OBJECT = ' ' text_question = 'Cancel Invoice &INVSUMNR& / closing date &DATUM& ?'(c32) * TEXT_BUTTON_1 = 'Ja'(001) * ICON_BUTTON_1 = ' ' * TEXT_BUTTON_2 = 'Nein'(002) * ICON_BUTTON_2 = ' ' * DEFAULT_BUTTON = '1' display_cancel_button = '' * USERDEFINED_F1_HELP = ' ' start_column = 45 * START_ROW = 6 * POPUP_TYPE = * IV_QUICKINFO_BUTTON_1 = ' ' * IV_QUICKINFO_BUTTON_2 = ' ' IMPORTING answer = lv_answer TABLES parameter = lt_parameter EXCEPTIONS text_not_found = 1 OTHERS = 2.



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