cancel
Showing results for 
Search instead for 
Did you mean: 

help finding OS-level database object names

Former Member
0 Kudos

Hello all...

I need to perform an online reorganization of some tables on my QAS system.

However, some of the tables have more than 8 characters on SAP and I need to know what's the corresponding object name on the database library at OS level, so I can use the RGZPFM command.

Could you please let me know how to find out the object's name?

I can't find that information on SE14 or SE11...

Thanks

Antonio

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

Hello Antonio,

in SAP you can use ST04, Detail analysis menu, System catalog views (under Additional functions). In the next screen select SYSTABLES. In column System tab/view name you find the corresponding name of a table on the DB.

Regards,

Juergen Scheckelhoff

Former Member
0 Kudos

thank you all,

Volker and Juergen:

both your answers are EXACTLY what I need... thank you!

Bhavik:

yes, I'm using that SAP note...

thanks!

Antonio

Answers (2)

Answers (2)

former_member524429
Active Contributor
0 Kudos

Hi,

Have you referred this useful [SAP Note 84081 - IBM i: Reorganization of database tables (RGZPFM)|https://service.sap.com/sap/support/notes/84081] ?

Regards,

Bhavik G. Shroff

Former Member
0 Kudos

Hi Antonio,

I always use the following SQL:

SELECT SYSTEM_TABLE_NAME, TABLE_NAME

FROM r3t01data/systables

WHERE

table_name like 'MAR%'

Regards

Volker Gueldenpfennig, consolut international ag

http://www.consolut.com http://www.4soi.de http://www.easymarketplace.de