2020 Feb 05 11:02 AM
Hello all,
apart going to se80 how can I find all the transactions that belong to a function group? a function module or a table would be welcome
thank you
2020 Feb 05 12:53 PM
Transactions belong to packages and not to function groups. If you want to know what transactions are in a package, you need to check table TADIR and look for:
Transactions can be used to do one of the following:
Transactions are defined in table TSTC, and what type they are is defined by the field CINFO and if necessary the parameter values in table TSTCP in the field param.
2020 Feb 05 12:53 PM
Transactions belong to packages and not to function groups. If you want to know what transactions are in a package, you need to check table TADIR and look for:
Transactions can be used to do one of the following:
Transactions are defined in table TSTC, and what type they are is defined by the field CINFO and if necessary the parameter values in table TSTCP in the field param.
2020 Feb 28 8:59 AM
the usage RS_EU_CROSSREF table tadir,can give you all the transactions needed.