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

J_3RFCNT_OFFPPL_F01 SAP ABAP INCLUDE - Include J_3RFCNT_OFFPPL_F01







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


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_3RFCNT_OFFPPL_F01. "Basic submit
SUBMIT J_3RFCNT_OFFPPL_F01 AND RETURN. "Return to original report after report execution complete
SUBMIT J_3RFCNT_OFFPPL_F01 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_3RFCNT_OFFPPL_F01


INCLUDES used within this REPORT J_3RFCNT_OFFPPL_F01

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_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.



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