cancel
Showing results for 
Search instead for 
Did you mean: 

Transaction SE49

Former Member
0 Kudos

Hi All,

with transaction SE49, we can see the list of tables it updates for a particular transaction.

But this is in 4.6 only.

SE49 is not available in versions 4.7, ECC 5.0 and ECC 6.0.

Is there any transaction available equivalent to SE49 for versions 4.7, ECC 5.0 and ECC 6.0.

Regards,

kumar

Accepted Solutions (1)

Accepted Solutions (1)

pankaj_singh9
Active Contributor
0 Kudos

Hi,

Transactions SE48 (call hierarchy) and SE49 (table manipulation) are no longer available as of Basis Release 620 and higher.

These transactions do not support object-oriented ABAP. Further development of the static program analysis, especially with regard to ABAP objects, has been discontinued.

The program for static program analysis (SAPMSEUZ) will continue to be delivered. If you want to continue using these functions, you can create separate transaction codes for screens 100 (call hierarchy) and 200 (table manipulation).

However, note the following:

- Generally, the static analysis output is incomplete.

- Object-oriented programming is not supported.

- SAP will not support the program SAPMSEUZ as of Basis Release 620 and higher.

Refer SAP Note 1089021 - Transactions SE48 and SE49 are longer available

Answers (4)

Answers (4)

Former Member
0 Kudos

In ECC 6.0, you can ge the similar functionality through a function module.

Check the Package - SEST, Function Group - SEA1 and Function Module - RS_PROGRAM_TABLES.

This FM provides the same result. Just Provide Object Type as 'T' (in case of Transaction code, likewise P in case of Program), Object Name as 'XD01' (Transaction Code for Customer Master) and execute. It will provide all the tables which is used by this Transaction.

Also there is program SAPMSEUZ (which was attached to Transaction Code SE49 in 4.6c) available which is a Module Pool so can not be accessed directly. You need to copy this program to a Z program and attach a transaction code to it. When you execute it, you get the same screen as SE49 in 4.6c.

Hope it answers the query in particular.

Former Member
0 Kudos

.

former_member192897
Active Contributor
0 Kudos

SE49 Trxn Code is No Longer Available after SAP 4.6

Former Member
0 Kudos

see oss note 1089021.