J_3RFCNT_OFFPPL_F01 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_3RFCNT_OFFPPL_F01 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.
Title: Include J_3RFCNT_OFFPPL_F01
No INCLUDES are used within this REPORT code!
No SAP DATABASE tables are accessed within this REPORT code!
J_3RFCNT_POPULATE_BY_DMS CALL FUNCTION 'J_3RFCNT_POPULATE_BY_DMS' EXPORTING * I_DRAD = i_draw = ls_draw i_bukrs = p_bukrs IMPORTING e_j3rfcnt = l_record EXCEPTIONS not_found = 1 no_parameters = 2 OTHERS = 3.
J_3RFCNT_POPULATE_BY_MM CALL FUNCTION 'J_3RFCNT_POPULATE_BY_MM' EXPORTING i_belnr = ls_ekko-ebeln i_bukrs = p_bukrs i_ekko = ls_ekko IMPORTING e_j3rfcnt = l_record EXCEPTIONS not_found = 1 OTHERS = 2.
J_3RFCNT_POPULATE_BY_SD CALL FUNCTION 'J_3RFCNT_POPULATE_BY_SD' EXPORTING i_belnr = ls_vbak-vbeln i_bukrs = p_bukrs i_vbak = ls_vbak IMPORTING e_j3rfcnt = l_record EXCEPTIONS not_found = 1 OTHERS = 2.
J_3RFCNT_SAVE_RECORD CALL FUNCTION 'J_3RFCNT_SAVE_RECORD' EXPORTING i_j3rfcnt = p_record i_force = p_upd i_test = p_test IMPORTING e_j3rfcnt = l_record e_res = l_res EXCEPTIONS src_conflict = 1 db_error = 2 invalid_key = 3 not_identical = 4 OTHERS = 5.
CLAP_DDB_INIT_CLASSIFICATION CALL FUNCTION 'CLAP_DDB_INIT_CLASSIFICATION' EXPORTING init_all = 'X'. "Note 1915339
J_3RFCNT_POPULATE_BY_DMS CALL FUNCTION 'J_3RFCNT_POPULATE_BY_DMS' EXPORTING * I_DRAD = i_draw = ls_draw i_bukrs = p_bukrs IMPORTING e_j3rfcnt = c_j3rfcnt EXCEPTIONS not_found = 1 no_parameters = 2 no_company_code = 3 OTHERS = 4.
J_3RFCNT_POPULATE_BY_MM CALL FUNCTION 'J_3RFCNT_POPULATE_BY_MM' EXPORTING i_belnr = lv_ebeln i_bukrs = p_bukrs * I_EKKO = IMPORTING e_j3rfcnt = c_j3rfcnt EXCEPTIONS not_found = 1 no_company_code = 2 OTHERS = 3.
J_3RFCNT_POPULATE_BY_SD CALL FUNCTION 'J_3RFCNT_POPULATE_BY_SD' EXPORTING i_belnr = lv_vbeln i_bukrs = p_bukrs * I_VBAK = IMPORTING e_j3rfcnt = c_j3rfcnt EXCEPTIONS not_found = 1 no_company_code = 2 OTHERS = 3.
Although this basic information may have limited use it does provide an easy to find location to store any knowledge about this program/report.
J_3RFCNT_OFFPPL_F01 - Include J_3RFCNT_OFFPPL_F01 J_3RFCNT_OFFPPL_ATSS - Include J_3RFCNT_OFFPPL_ATSS J_3RFCNT_OFFPPLTOP - Include J_3RFCNT_OFFPPL_TOP J_3RFCNT_OFFPPL - Offline update of the contract accounting J_3RFCNT_OFFPPL - Offline update of the contract accounting J_3RFCNTSETTINGS_PBO - Include J_3RFCNTSETTINGS_STATUS_000O01