SAP Program RVAUFSTA - List of sales documents by object status

Description
Report RVAUFSTA selects sales documents withactive system or user statuseson the basis of the selection criteria entered and displays on anoverview screen the selected documents with their status as well as thecustomers and materials by item. You can branch directly from theoverview screen into the documents or document items to process them.
The selection button 'Safety query' on the selection screen controlswhether you can only branch into document processing after a safetyquery if several entries have been marked on the overview screen.

Precondition
On the selection screen, you must indicate using the selection buttonswhether processing involves the system or user status, the documentheaders or the document items. The default setting is processing forthe system status at document header level.
The status for which a selection is to be made must be active in thesales document. If the status is not active, it is not taken intoaccount.
If the user status is to be used in the sales document, a user statusprocedure must be defined for the sales document types and itemcategories in Customizing.

  • Maintain sales document types

  • IF &DEVICE&='SCREEN'
    Proceed
    ENDIF
    • Maintain item categories for sales documents

    • IF &DEVICE&='SCREEN'
      Proceed
      ENDIF
      If you have the authorization, you can maintain the existing userstatus in Customizing. The system status is maintained exclusively bySAP and can therefore only be displayed.
      • Maintain user status

      • IF &DEVICE&='SCREEN'
        Proceed
        ENDIF
        • Display system status

        • IF &DEVICE&='SCREEN'
          Proceed
          ENDIF

841280Long runtime with OR and EXIST