FGRWRF90_FILL-REP_TABLES 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 FGRWRF90_FILL-REP_TABLES 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!
DD_TBHD_GET CALL FUNCTION 'DD_TBHD_GET' EXPORTING get_state = 'A' "active version tabl_name = it804e-tab IMPORTING dd02v_wa_a = dd02v_wa EXCEPTIONS illegal_value = 01.
G_FIELD_SET CALL FUNCTION 'G_FIELD_SET' EXPORTING ftype = 'A' table = all_tables-tab length24 = 'X' EXCEPTIONS not_found = 4.
G_FIELD_GET CALL FUNCTION 'G_FIELD_GET' IMPORTING field_attr = dfies subrc = subrc.
G_FIELD_GET CALL FUNCTION 'G_FIELD_GET' IMPORTING field_attr = dfies subrc = subrc.
G_FIELD_READ CALL FUNCTION 'G_FIELD_READ' EXPORTING table = all_tables-tab fieldname = common_fields-name IMPORTING field_attr = dfies EXCEPTIONS not_found = 4.
G_TABLE_READ CALL FUNCTION 'G_TABLE_READ' EXPORTING table = all_tables-tab IMPORTING table_attr = table_attr EXCEPTIONS not_found = 4.
G_FIELD_SET CALL FUNCTION 'G_FIELD_SET' EXPORTING ftype = 'K' table = all_tables-tab length24 = 'X' no_glx_obj_processing = 'X' EXCEPTIONS not_found = 4.
G_FIELD_GET CALL FUNCTION 'G_FIELD_GET' IMPORTING field_attr = dfies subrc = subrc.
G_FIELD_GET CALL FUNCTION 'G_FIELD_GET' IMPORTING field_attr = dfies subrc = subrc.
G_INDEX_READ CALL FUNCTION 'G_INDEX_READ' EXPORTING table = all_indices-tab indexname = all_indices-indexname IMPORTING unique = all_indices-uniqueflag TABLES index_fields = index_fields EXCEPTIONS OTHERS = 4.
G_FIELD_SET CALL FUNCTION 'G_FIELD_SET' EXPORTING ftype = 'A' table = t804a-text_table length24 = 'X' EXCEPTIONS not_found.
G_FIELD_GET CALL FUNCTION 'G_FIELD_GET' IMPORTING field_attr = dfies subrc = subrc.
G_FIELD_GET CALL FUNCTION 'G_FIELD_GET' IMPORTING field_attr = dfies subrc = subrc.
G_FIELD_READ CALL FUNCTION 'G_FIELD_READ' EXPORTING add_flag = 'X' fieldname = data_fields-cufld table = rep_table IMPORTING field_attr = dfies EXCEPTIONS not_found = 4.
G_FIELD_READ CALL FUNCTION 'G_FIELD_READ' EXPORTING add_flag = ' ' fieldname = data_fields-dafl1 table = data_fields-addtb1 IMPORTING field_attr = dfies EXCEPTIONS not_found = 4.
G_FIELD_READ CALL FUNCTION 'G_FIELD_READ' EXPORTING table = dfies-reftable fieldname = dfies-reffield IMPORTING field_attr = dfies EXCEPTIONS not_found = 1.
G_FIELD_READ CALL FUNCTION 'G_FIELD_READ' EXPORTING table = t804a-addtt fieldname = common_fields-name IMPORTING field_attr = dfies EXCEPTIONS not_found = 4.
Although this basic information may have limited use it does provide an easy to find location to store any knowledge about this program/report.
FGRWRF90_FILL-REP_TABLES - FGRWRF90FILL-REPTABLES FGRWRF90_CHECK_UNIT_FIELD - FGRWRF90CHECKUNITFIELD FGRWRF90 - documentation and ABAP source code FGRWRF30 - documentation and ABAP source code FGRWRF22_CONVERT_OPERAND - FGRWRF22CONVERTOPERAND FGRWRF22_CONVERT_OLD_TO_NEW_FO - FGRWRF22CONVERTOLDTONEWFO