SAP Reports / Programs | Financial Accounting | Special Purpose Ledger | Information System(FI-SL-IS) SAP FI

FGRWRF90_FILL-REP_TABLES SAP ABAP INCLUDE - FGRWRF90FILL-REPTABLES







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


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


INCLUDES used within this REPORT FGRWRF90_FILL-REP_TABLES

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:

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.



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