RFIDPL18 is a standard Executable ABAP Report 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 RFIDPL18 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.
Selection Text: WERKS = Plant
Selection Text: SUM_ONLY = Totals only
Selection Text: PAR_ZERO = Also mat. w/out movements/year
Selection Text: MONAT = Month
Selection Text: MATNR = Material
Selection Text: HKONT = G/L account
Selection Text: GJAHR = Fiscal year
Selection Text: BUKRS = Company code
Selection Text: BLART = Document type
Title: Material Subledger (Poland)
Text Symbol: 924 = Plant S/lc Material Error type
Text Symbol: 923 = Nr. ----------- in reporting period -------------- -- from start of fiscal year - Reporting period
Text Symbol: 922 = curr.material (in FC) Opening balance Inward movem. Outward movem. Inward movem. Outward movem. Closing stock
Text Symbol: 921 = ---- per period ----
Text Symbol: 920 = Material number Beginning bal. Total debits Total credits Closing balance
Text Symbol: 914 = Total:
Text Symbol: 913 = Previous pages:
Text Symbol: 912 = Page total:
Text Symbol: 910 = For period:
Text Symbol: 909 = (without storage location)
Text Symbol: 908 = (without plant)
Text Symbol: 906 = Totals/currency
Text Symbol: 905 = Transactions without reconciliation account
Text Symbol: 931 = No stock data available (table MARD)
Text Symbol: 932 = Stock in MARD is inconsistent (non-current period in MARD)
Text Symbol: 933 = Stock history is inconsistent (variation MARD - MARDH/Start of year)
Text Symbol: 934 = Stock history is inconsistent (variation MARD - MARDH/Start of period)
Text Symbol: 935 = Stock history is inconsistent (gap in MARD - MARDH/sequence despite movements)
Text Symbol: 936 = Annual opening balance is negative
Text Symbol: 937 = Opening balance for reporting periods is negative
Text Symbol: 938 = Closing balance is negative
Text Symbol: 940 = Error
Text Symbol: 941 = Warning
Text Symbol: 942 = Data for this company code is erroneous; perform a consistency check in MM
Text Symbol: 943 = Determining the opening/closing balances led to the following problems:
Text Symbol: 945 = Total for plant/storage loc./material
Text Symbol: 999 = End of list
Text Symbol: 001 = Database selections
No INCLUDES are used within this REPORT code!
No SAP DATABASE tables are accessed within this REPORT code!
PERIOD_DAY_DETERMINE call function 'PERIOD_DAY_DETERMINE' exporting i_gjahr = br_gjahr-low i_monat = monat-low i_periv = t001-periv importing e_fday = buktab-begdate exceptions error_period = 1 error_period_version = 2 firstday_not_defined = 3 period_not_defined = 4 others = 5.
PERIOD_DAY_DETERMINE call function 'PERIOD_DAY_DETERMINE' exporting i_gjahr = br_gjahr-low i_monat = monat-high i_periv = t001-periv importing e_lday = buktab-enddate exceptions error_period = 1 error_period_version = 2 firstday_not_defined = 3 period_not_defined = 4 others = 5.
GET_PRINT_PARAMETERS call function 'GET_PRINT_PARAMETERS' exporting mode = 'CURRENT' no_dialog = 'X' importing out_parameters = pparm OUT_ARCHIVE_PARAMETERS = ARC_PARAMS valid = val_flg exceptions archive_info_not_found = 1 others = 4.
GET_PRINT_PARAMETERS call function 'GET_PRINT_PARAMETERS' exporting in_parameters = pparm line_count = lin_cnt mode = 'PARAMS' no_dialog = 'X' importing out_parameters = pparm OUT_ARCHIVE_PARAMETERS = ARC_PARAMS valid = val_flg exceptions archive_info_not_found = 1 others = 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.
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 RFIDPL18 or its description.