Useful ABAP Tables & Function Modules

  • To find all the tables used in a transaction use table : D010TAB (Get the main program of the transaction from SE93)
  • To find all the tables which contains a specific field use table : DD03L ( For text DD03T)
  • To find all the segments that contains a specific fields use table : EDSAPPL
  • To find all the Idoc basic type that contains a specific segment use table: IDOCSYN
  • To find all the Idoc extensions that contains a specific segment use table: CIMSYN
  • To find all the parameter Id Use table : TPARA
  • To get the main program of a include use FM : RS_GET_MAINPROGRAMS
  • To get Function Modules and Includes Belonging to a Function Group : FUNCTION_INCLUDE_INFO, FUNCTION_INCLUDE_SPLIT
  • To get all the inactive object by username Use table : DWINACTIV
  • To get all the includes for any main program: table D010INC To get relations between classes/interfaces: table SEOMETAREL
  • To find call relations between programs - function module - external subroutine calls etc: Table CROSS
  • To find EDI Custom Extension Types use table : EDCIM
  • To find the IDoc types use table : EDIDO ( Value table for IDoc types )
  • To find IDoc Assignment of Function Module to logical message and IDoc type use table : EDIFCT
  • To find IDoc Function Modules for creating file names use table : EDIFM
  • To find EDI Message Types and Assignment to IDoc Types use table : EDIMSG
  • To find all EDI segments of current release use table : EDSEA
  • To find Views of customer model use table : TBD00 ( ALE Models )
  • To find Communication relation between systems in ALE use table : TBD03
  • To find Process code for outbound processing ( EDI ) use table : TEDE1
  • To find Process code for inbound processing ( EDI ) use table : TEDE2
  • To find Function modules for inbound ALE-EDI use table : TBD52
  • To find all Status of IDoc use table : TEDS1

No comments:

Post a Comment