SAP Reports / Programs | Enterprise Controlling | Profit Center Accounting(EC-PCA) SAP EC

RECPCF20 SAP ABAP INCLUDE - EC-PCA: Data Selection for CO Plan Data Transfer, General Forms







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


Text pool values


Title: EC-PCA: Data Selection for CO Plan Data Transfer, General Forms


INCLUDES used within this REPORT RECPCF20

INCLUDE IFRE_BEGIN_OF_RE_CLASSIC.
INCLUDE IFRE_END_OF_RE_CLASSIC.
INCLUDE IFRE_BEGIN_OF_RE_EA_FIN.
INCLUDE IFRE_END_OF_RE_EA_FIN.


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:

G_GIVE_GLEDGER call function 'G_GIVE_GLEDGER' tables iledger = gt_gledger.

NUMBER_GET_NEXT call function 'NUMBER_GET_NEXT' exporting nr_range_nr = gc-nrrangenr object = gc-object importing number = get_docnr returncode = rc exceptions interval_not_found = 01 number_range_not_intern = 02 object_not_found = 03 quantity_is_0 = 04.

G_SET_ENCRYPT_SETID call function 'G_SET_ENCRYPT_SETID' exporting setclass = set_class shortname = kokrs = p_kokrs "RDIALRK071985 importing setid = set_id.

G_BUFFER_RESET call function 'G_BUFFER_RESET'.

G_SET_GET_INFO call function 'G_SET_GET_INFO' exporting setname = set_id importing info = set_info exceptions set_not_found = 1 others = 2.

G_SET_INSERT call function 'G_SET_INSERT' exporting setname = set_id maintenance = 'X' importing header = set_header index = set_index exceptions set_not_found = 1.

G_INTERVAL_GET_NEXT call function 'G_INTERVAL_GET_NEXT' exporting control_block = 1 index = set_index importing entry = set_entry exceptions end_of_intervals = 1.

K_GROUP_SELECT call function 'K_GROUP_SELECT' exporting buttons = 'X' * class = set_class "RDI_SETS_4.0

G_SET_SELECT call function 'G_SET_SELECT' "RDI "4.6a

F4IF_GET_SHLP_DESCR call function 'F4IF_GET_SHLP_DESCR' exporting shlpname = 'PCA_SHLP_KTRAT' importing shlp = lcs_shlp.

F4IF_START_VALUE_REQUEST call function 'F4IF_START_VALUE_REQUEST' exporting shlp = lcs_shlp tables return_values = lth_selection.

F4IF_GET_SHLP_DESCR call function 'F4IF_GET_SHLP_DESCR' exporting shlpname = 'PCA_SHLP_KSTRG' importing shlp = lcs_shlp.

F4IF_START_VALUE_REQUEST call function 'F4IF_START_VALUE_REQUEST' exporting shlp = lcs_shlp tables return_values = lth_selection.

F4IF_DETERMINE_SEARCHHELP CALL FUNCTION 'F4IF_DETERMINE_SEARCHHELP' EXPORTING tabname = 'VVOBJKEY' fieldname = 'OBART' * SELECTION_SCREEN = ' ' IMPORTING SHLP = lcs_shlp EXCEPTIONS FIELD_NOT_FOUND = 1 NO_HELP_FOR_FIELD = 2 INCONSISTENT_HELP = 3 OTHERS = 4 .

F4IF_GET_SHLP_DESCR call function 'F4IF_GET_SHLP_DESCR' exporting shlpname = 'RECAOBJTYPE' importing shlp = lcs_shlp.

REEX_PLAN_CB_GET_OBJECT_TYPES CALL FUNCTION 'REEX_PLAN_CB_GET_OBJECT_TYPES' IMPORTING et_objtype = lt_objtype.

F4IF_START_VALUE_REQUEST call function 'F4IF_START_VALUE_REQUEST' exporting shlp = lcs_shlp tables return_values = lth_selection.



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