RFIDYYWT 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 RFIDYYWT 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: P_LIS4 =
Selection Text: P_LIS3 =
Selection Text: P_LIS2 =
Selection Text: P_LIS1 =
Selection Text: P_LIFNR = D .
Selection Text: P_LAND1 = D .
Selection Text: P_KUNNR = D .
Selection Text: P_KOART = D .
Selection Text: P_ISSU = D .
Selection Text: P_ISDT = Overwrite Cert. Issue Date
Selection Text: P_HKONT = D .
Selection Text: P_GSBER = D .
Selection Text: P_GJAHR = D .
Selection Text: P_FOR2 = Print Form 2
Selection Text: P_FOR1 = Print Form 1
Selection Text: P_FNM1 = D .
Selection Text: P_FILE = D .
Selection Text: P_F2PR = D .
Selection Text: P_F2PI = Print Immediately
Selection Text: P_F2CP = D .
Selection Text: P_F1PR = D .
Selection Text: P_F1PI = Print Immediately
Selection Text: P_F1CP = D .
Selection Text: P_EXCDT = Conversion Date
Selection Text: P_EWT0 = D .
Selection Text: P_EBUPLA = D .
Selection Text: P_DOCUR = Convert from Document currency
Selection Text: P_CUST = D .
Selection Text: P_CPUDT = D .
Selection Text: P_CMDCTY = Credit Memo Doc. types
Selection Text: P_XBLNR = D .
Selection Text: P_WTHCD = Extended WH Tax Code
Selection Text: P_WITHT = Extended WH Tax Type
Selection Text: P_WHT = WH Tax G/L Account
Selection Text: P_VAR4 = D .
Selection Text: P_VAR3 = D .
Selection Text: P_VAR2 = D .
Selection Text: P_VAR1 = D .
INCLUDE I_RFIDYYWT_TOP.
INCLUDE I_RFIDYYWT_001.
INCLUDE I_RFIDYYWT_FICA_INIT.
INCLUDE I_RFIDYYWT_FICA_CHK.
No SAP DATABASE tables are accessed within this REPORT code!
IDWT_DISPATCHER CALL FUNCTION 'IDWT_DISPATCHER' EXPORTING i_glob = wa_idwtglob i_fields = i_fields[] CHANGING c_compcd = i_idwtcompcd[] c_partner = i_idwtpartner[] c_fidoc = i_idwtfidoc[] c_error = i_idwterror[] EXCEPTIONS error_form = 1 error_file = 2 error_screen_output = 3 error_multi = 4 OTHERS = 5.
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 RFIDYYWT or its description.