Convert SAP Types Conversions

The Convert SAP Types action converts SAP object types as follows:

  1. If an object’s type is one of the following:
INCL
PROG
REPO
REPS
REPT

… the Convert SAP Types action looks up the object’s name in SAP’s TRDIR table and converts the object type to:

  • INCL if the SUBC column has the value ‘I’, ‘S’ or ‘T’.
  • FUGR if the SUBC column has the value ‘F’.
  • INTF if the SUBC column has the value ‘J’.
  • CLAS if the SUBC column has the value ‘K’.
  • PROG if the SUBC column has the value ‘1’ or ‘M’.
  1. If an object’s type is one of the following:
INDX
SQLT
STRC
TABD
TABL
TABT
TABU
VIED
VIET

… the Convert SAP Types action looks up the object’s name in SAP’s DD02L table and converts the object type to:

  • STRC if the TABCLASS column has the value ‘INTTAB’ or ‘APPEND’.

  • TABL if the TABCLASS column has the value ‘TRANSP’.

  1. If an object’s type is one of the following:
CDAT
TDAT
VDAT

… the Convert SAP Types action looks up the object’s name in SAP’s E071K table.

  • If it is found, the object type is expanded into its component entries.
  • If the object exists in SAP’s DD02L table, it is converted to type TABL and written to the action’s Result dataset.
  • If the object is not found in either the E071K or DD02L table, it is written to the action’s Not Found dataset.

These steps are performed for any CDAT, TDAT and VDAT object types that are provided to the Convert SAP Types action, and to any component CDAT, TDAT and VDAT objects that are found while expanding them.

  1. The following object types are converted to CLAS:
CINC
CLAD
CLSD
CPRI
CPRO
CPUB
  1. Additionally, the following conversions are performed:
SAP Object Type LiveCompare Object Type
DOMD DOMA
DTED DTEL
FUGS FUGR
FUGT FUGR
FUGX FUGR
PCYC HRRU
PCYS HRRU
PFCC HRFU
PFCS HRFU
PFTC TMFU
PFTS TMFU
POCC HROP
POCS HROP
POTC TMOP
POTS TMOP
PSCC HRSC
PSCS HRSC
TRAN TCOD
WAPD WAPA
WAPP WAPA

Convert SAP Types Actions