Ansicht
Dokumentation

TR_READ_REQUEST - Read Individual Parts of a Request (Subsequently)

TR_READ_REQUEST - Read Individual Parts of a Request (Subsequently)

CPI1466 during Backup   RFUMSV00 - Advance Return for Tax on Sales/Purchases  
This documentation is copyright by SAP AG.
SAP E-Book

Functionality

This function module reads a complete request from the database: Request header, objects and keys, attributes.

The module accesses the following tables:

  • E070, if parameter iv_read_e070 = 'X'
  • E070C, if parameter iv_read_e070C = 'X'
  • E07T, if parameter iv_read_e07t = 'X'
  • E070M, if parameter iv_read_e070m = 'X'
  • E071 and E071K, if parameter iv_read_objs_keys = 'X'
    (also E070, and maybe E070C, E070TC and E071C)
  • E070A, if parameter iv_read_attributes = 'X'

Notes

If you want to read the objects (table E071) of a released request, the lock flag (E071-LOCKFLAG) is read in a special way:

  • The request originates in the current system
  1. sy-mandt = e070c-client
    Always display space
  2. sy-mandt <> e070c-client
    1. E070TC entry for sy-mandt does not exist
      Always display space
    2. E070TC entry for sy-mandt exists
      Display E071C-LOCKFLAG if it exists, otherwise space
  • The request does not originate in the current system
  1. E070TC entry for sy-mandt exists, or the request does not have an E070TC entry for any client
    Display E071C-LOCKFLAG if it exists, otherwise E071-LOCKFLAG
  2. There is an E070TC entry for another client, but not for sy-mandt
    Always display space




Parameters

CS_REQUEST
IV_READ_ATTRIBUTES
IV_READ_E070
IV_READ_E070C
IV_READ_E070M
IV_READ_E07T
IV_READ_OBJS_KEYS
IV_TRKORR

Exceptions

ERROR_OCCURED
NO_AUTHORIZATION

Function Group

SCTS_REQUEST_SELECTION

BAL Application Log Documentation   TXBHW - Original Tax Base Amount in Local Currency  
This documentation is copyright by SAP AG.

Length: 2074 Date: 20240603 Time: 224101     sap01-206 ( 32 ms )