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

J_3RSPASSDEAL_FORMS SAP ABAP INCLUDE - Include J_3RSPASSDEAL_FORMS







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


Text pool values


Title: Include J_3RSPASSDEAL_FORMS


INCLUDES used within this REPORT J_3RSPASSDEAL_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:

POPUP_GET_VALUES CALL FUNCTION 'POPUP_GET_VALUES' EXPORTING popup_title = text-011 IMPORTING returncode = l_answer TABLES fields = lt_fields EXCEPTIONS ERROR_IN_FIELDS = 1 OTHERS = 2.

J_3RSPASSDEAL_SAVEDATA CALL FUNCTION 'J_3RSPASSDEAL_SAVEDATA' EXPORTING IS_PASSDEAL = gs_prev_passdeal IV_BUKRS = gs_prev_passdeal-bukrs IV_INSERT = ' ' EXCEPTIONS DATA_NOT_SAVED = 1 NO_AUTHORIZATION = 2 OTHERS = 3 .

NUMBER_GET_NEXT CALL FUNCTION 'NUMBER_GET_NEXT' EXPORTING nr_range_nr = '01' object = 'J_3RSPOD' IMPORTING number = l_docno EXCEPTIONS interval_not_found = 1 number_range_not_intern = 2 object_not_found = 3 interval_overflow = 6 OTHERS = 7.

J_3RSPASSDEAL_SAVEDATA CALL FUNCTION 'J_3RSPASSDEAL_SAVEDATA' EXPORTING IS_PASSDEAL = ls_passdeal IV_BUKRS = ls_passdeal-bukrs IV_INSERT = 'X' EXCEPTIONS DATA_NOT_SAVED = 1 NO_AUTHORIZATION = 2 OTHERS = 3 .

DEQUEUE_EJ_3RPASSDEAL CALL FUNCTION 'DEQUEUE_EJ_3RPASSDEAL' EXPORTING MODE_J_3RSPASSDEAL = 'E' MANDT = SY-MANDT INTPODNUM = gs_prev_passdeal-INTPODNUM _SCOPE = '3' .

J_3RSPASSDEAL_SAVEDATA CALL FUNCTION 'J_3RSPASSDEAL_SAVEDATA' EXPORTING IS_PASSDEAL = ls_passdeal IV_BUKRS = ls_passdeal-bukrs IV_INSERT = ' ' EXCEPTIONS DATA_NOT_SAVED = 1 NO_AUTHORIZATION = 2 OTHERS = 3 .

DEQUEUE_EJ_3RPASSDEAL CALL FUNCTION 'DEQUEUE_EJ_3RPASSDEAL' EXPORTING MODE_J_3RSPASSDEAL = 'E' MANDT = SY-MANDT INTPODNUM = ls_passdeal-INTPODNUM _SCOPE = '3' .

J_3RSPASSDEAL_GETDATA CALL FUNCTION 'J_3RSPASSDEAL_GETDATA' EXPORTING IV_BUKRS = pa_bukrs IT_INTPODNUM = lt_intpd IT_EXTPODNUM = lt_extpd IT_RSPODNUM = lt_rsnum IV_DP_INFO_ONLY = 'X' CHANGING CT_PASSDEAL = lt_passd EXCEPTIONS DATA_NOT_FOUND = 1 NO_AUTHORIZATION = 2 OTHERS = 3 .

J_3RSPASSDEAL_GETDATA CALL FUNCTION 'J_3RSPASSDEAL_GETDATA' EXPORTING IV_BUKRS = pa_bukrs IT_INTPODNUM = lt_intpd IT_INTCNUM = lt_intcn IT_STATUS = lt_statu IV_DP_INFO_ONLY = 'X' CHANGING CT_PASSDEAL = lt_passd EXCEPTIONS DATA_NOT_FOUND = 1 NO_AUTHORIZATION = 2 OTHERS = 3 .

J_3RSPASSDEAL_GETDATA CALL FUNCTION 'J_3RSPASSDEAL_GETDATA' EXPORTING IV_BUKRS = pa_bukrs IT_INTPODNUM = lt_intpd IV_DP_INFO_ONLY = 'X' CHANGING CT_PASSDEAL = lt_passd EXCEPTIONS DATA_NOT_FOUND = 1 NO_AUTHORIZATION = 2 OTHERS = 3 .

ADDR_GET CALL FUNCTION 'ADDR_GET' EXPORTING address_selection = ls_address_selection IMPORTING address_value = ls_address_value EXCEPTIONS parameter_error = 1 address_not_exist = 2 version_not_exist = 3 internal_error = 4 OTHERS = 5.

ADDR_GET CALL FUNCTION 'ADDR_GET' EXPORTING address_selection = ls_address_selection IMPORTING address_value = ls_address_value EXCEPTIONS parameter_error = 1 address_not_exist = 2 version_not_exist = 3 internal_error = 4 OTHERS = 5.

CONVERSION_EXIT_ALPHA_INPUT CALL FUNCTION 'CONVERSION_EXIT_ALPHA_INPUT' EXPORTING INPUT = lv_vbeln IMPORTING OUTPUT = lv_intcnum.

CONVERSION_EXIT_ALPHA_INPUT CALL FUNCTION 'CONVERSION_EXIT_ALPHA_INPUT' EXPORTING INPUT = ls_sales_keys-VBELN IMPORTING OUTPUT = ls_sales_keys_converted-VBELN.

SD_VBAK_ARRAY_READ * CALL FUNCTION 'SD_VBAK_ARRAY_READ' "finding relevant contract * TABLES * it_vbak_key = lt_sales_keys * et_vbak = lt_vbak * EXCEPTIONS * records_not_found = 1 * records_not_requested = 2.

J_3RSPASSDEAL_GETDATA CALL FUNCTION 'J_3RSPASSDEAL_GETDATA' EXPORTING IV_BUKRS = pa_bukrs IT_INTPODNUM = lt_intpd IV_DP_INFO_ONLY = 'X' CHANGING CT_PASSDEAL = lt_passd EXCEPTIONS DATA_NOT_FOUND = 1 NO_AUTHORIZATION = 2 OTHERS = 3 .



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