RFIDPH_STATUS_OR is a standard Executable ABAP Report available within your SAP system (depending on your version and release level). It is used for You use this report to maintain the status of official receipts, in the event, for example, of a printing error...see full standard documentation available for this report. Also check out the submitted Comments related to this SAP report and the details below to see which OBJECTS it interacts with such as TABLES, FUNCTION MODULES, INCLUDES ETC.
If you would like to execute this report or see the full code listing simply enter RFIDPH_STATUS_OR 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_BUKRS = D Company Code
Selection Text: S_BELNR = Document Number
Selection Text: S_COLOPT = Optimize Columns
Selection Text: S_GJAHR = D Fiscal Year
Selection Text: S_LOT = Lot Number
Selection Text: S_ORNUM = Official Receipt
Selection Text: S_VARI = Layout
Selection Text: S_ZEBRA = Stripes
Title: Change Status of Official Receipts (Philippines)
Text Symbol: 057 = Optimize Columns
Text Symbol: 055 = General Selections
Text Symbol: 054 = Stripes
Text Symbol: 053 = Form
Text Symbol: 051 = Coll. Document No.
Text Symbol: 050 = List Format
Text Symbol: 028 = Date
Text Symbol: 020 = Company Code
Text Symbol: 010 = Change Status of Official Receipts
Text Symbol: 310 = Coll. Doc.
Text Symbol: 399 = OK
Text Symbol: 400 = Cust.
Text Symbol: 401 = Doc. No.
Text Symbol: 402 = Receipt No.
Text Symbol: 410 = Correspondence
Text Symbol: 411 = User Name
Text Symbol: 412 = Date
Text Symbol: 418 = Rpt.
Text Symbol: 417 = R
Text Symbol: 416 = Reprinted
Text Symbol: 415 = Lot
Text Symbol: 414 = Name
Text Symbol: 413 = Status
Text Symbol: 059 = Layout
Text Symbol: 707 = Line Item
Text Symbol: 706 = Doc.
Text Symbol: 705 = Doc.
Text Symbol: 481 = Acct
Text Symbol: 480 = Bank
INCLUDE INCLUDE_ALV_STATUS_PHILIPPINES.
No SAP DATABASE tables are accessed within this REPORT code!
DD_DOMVALUES_GET CALL FUNCTION 'DD_DOMVALUES_GET' EXPORTING DOMNAME = 'STATUS_OR_PHILIPPINES' TEXT = 'X' LANGU = sy-langu * BYPASS_BUFFER = ' ' IMPORTING RC = error TABLES DD07V_TAB = dom_info EXCEPTIONS WRONG_TEXTFLAG = 1 OTHERS = 2 .
Although this basic information may have limited use it does provide an easy to find location to store any knowledge about this program/report.
RFIDPH_STATUS_OR - Change Status of Official Receipts (Philippines) RFIDPH_STATUS_OR - Change Status of Official Receipts (Philippines) RFIDPH_ARCHIVE_WRITE - Archiving of Official Receipts (Philippines) RFIDPH_ARCHIVE_WRITE - Archiving of Official Receipts (Philippines) RFIDPH_ARCHIVE_READ - Reload Program for Official Receipt Archives (Philippines) RFIDPH_ARCHIVE_READ - Reload Program for Official Receipt Archives (Philippines)