SAP Function RPD1_RFC_READ_T512U_T513U - Import entries in T512U/T513U from other systems using RFC

Parameter Reference Type Length Default Optional Text
APPLI T512U-APPLI C 1 Application
FLAG_513U HRRHAS-TFLAG C 1 SPACE X Should T513U be read ? (x=T513U; ' '= T512U)
MANDT SYST-MANDT C 3 SY-MANDT X Client for data from T513U
OTYPE T512U-OTYPE C 4 Object Type
O_HIGH T512U-ONAME C 8 X Object name (for interval: upper limit)
O_LOW T512U-ONAME C 8 Object name (for interval: lower limit)
SPRSL T512U-SPRSL C 1 Language key
TRANS T512U-SPRSL C 1 X Target Language

Parameter Reference Type Length Text
COUNT SYST-TABIX I 4 Number of lines read

Parameter Reference Length Optional Text
I_T512U T512U 160 X
I_T513U T513U 163 X

Exception Text
NO_ENTRIES_FOUND No entries found for selection criteria
WRONG_CLIENT_FOR_T513U Client for T513U does not exist

Functionality
This function module reads table T512U or T513U for the followingcriteria in internal tables:

  • Client (only for T513U)

  • Language

  • Translation language (optional)

  • Application

  • Object type

  • Object name (interval)

  • If the FLAG_513U parameter is set, T513U is read. If not, T512U isread.
    Exceptions:
    • WRONG_CLIENT_FOR_T513U

    • The client which is to be read from T513U does not exist.
      • NO_ENTRIES_FOUND

      • No entries found for the specified selection criteria.