SAP Function TR_READ_COMM - Read request/task

Parameter Reference Type Length Default Optional Text
IV_SEL_E070A TRPARI-FLAG C 1 SPACE X General Indicator
IV_SEL_E070M TRPARI-W_E070M C 1 SPACE X Read E070M
IV_SEL_E071KF TRPARI-W_E071KF C 1 SPACE X Read E071KF
WI_DIALOG TRPARI-W_DIALOG C 1 'X' X Flag, whether information messages sent
WI_LANGU SYST-LANGU C 1 SY-LANGU X Language or request/task text
WI_SEL_E070 TRPARI-W_E070 C 1 SPACE X Read E070
WI_SEL_E070C TRPARI-W_E070C C 1 SPACE X Read E070C
WI_SEL_E071 TRPARI-W_E071 C 1 SPACE X Read E071
WI_SEL_E071K TRPARI-W_E071K C 1 SPACE X Read E071K
WI_SEL_E07T TRPARI-W_E07T C 1 SPACE X Read E07T
WI_TRKORR E070-TRKORR C 20 Request/Task

Parameter Reference Type Length Text
ES_E070M E070M u 84 Output field string: Request header (E070M)
EV_E070M_DOESNT_EXIST TRPARI-W_E070M C 1 X - E070M does not exist on the database
WE_E070 E070 u 82 Output field string: Request header (E070)
WE_E070C E070C u 28 Output field string: Client information (E070C)
WE_E070C_DOESNT_EXIST TRPARI-W_E070C C 1 X - E070C does not exist on the database
WE_E07T E07T u 81 Output field string: Request header (E07T)
WE_E07T_DOESNT_EXIST TRPARI-W_E07T C 1 X - E07T does not exist on the database

Parameter Reference Length Optional Text
ET_E070A E070A 88 X
ET_E071KF E071KF 97 X Output table E071KF
WT_E071 E071 180 X Output table E071
WT_E071K E071K 282 X Output table E071K

Exception Text
NOT_EXIST_E070 Request/task does not exist
NO_AUTHORIZATION No authorization to read the request/task


Function
The function module TR_READ_COMM can also be called outside of theChange and Transport System, since no database update is made.
The function reads all request data for the request. The request ispassed in the import parameter WI_TRKORR:
  • Request header (E070/E070C),

  • Request text (E07T),

  • Request objects (E071),

  • Key for transport objects in table form (E071K) as well as

  • Corresponding nametab information for key fields (E071KF).

  • Use the parameters WI_SEL_E070, WI_SEL_E070C, WI_SEL_E07T, WI_SEL_E071,WI_SEL_E071K, IV_SEL_E071KF to select which data of the request is tobe read.
    Note
    If you want to read the table E071 and the request has the statusreleased, then the table E071 is read in addition to the table E071C.This table contains information on the import. The value of the lockflag is determined from the table E071C. If no entry is found here, thevalue is taken from the table E071.