SAPFCJGR_CHOOSE_FIELDS 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 SAPFCJGR_CHOOSE_FIELDS 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.
No INCLUDES are used within this REPORT code!
No SAP DATABASE tables are accessed within this REPORT code!
CNFA_CHOOSE_FIELDS call function 'CNFA_CHOOSE_FIELDS' exporting * I_FLG_KEYS = 'X' * I_FLG_FIELDS = 'X' i_flg_units = 'X' i_flg_length = lv_flg_with_length I_FLG_FORMAT = 'X' * I_FLG_SORT = * I_FLG_SORT_DOWN = i_flg_groups = 'X' i_min_number = iv_min_anz i_max_number = iv_max_anz * I_MAX_LENGTH = * I_DEFAULT_FIELD_LENGTH = * I_FORM_FOR_LENGTH = * I_PROGRAM_FOR_LENGTH = *(Block 14 Note: 371842 i_title = lv_title * Block 14 Note: 371842) i_field_name = text-fw1 i_fields_name = text-fw2 tables t_actual_fields = it_fields t_all_fields = lt_all_mcs01 "GT_ALL_FILT_FIELD * T_INCL_FIELDS = * T_EXCL_FIELDS = AKT_FIELDS_EXCLUDE t_groups = lt_groups exceptions cancel = 1 no_allowed_fields = 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.
SAPFCJGR_CHOOSE_FIELDS - SAPFCJGRCHOOSEFIELDS SAPFCJGR_CHANGE_TITEL - SAPFCJGRCHANGETITEL SAPFCJGR_CHANGE_TAB_SIZE - SAPFCJGRCHANGETABSIZE SAPFCJGR_CHANGE_TABTITEL - SAPFCJGRCHANGETABTITEL SAPFCJGR_CHANGE_COLUMN_WIDTH - Include LMLCCS_MATERIAL_MASTERF11 SAPFCJGR_CHANGE_CHART_SIZE - SAPFCJGRCHANGECHARTSIZE