Application Development Discussions
Join the discussions or start your own on all things application development, including tools and APIs, programming models, and keeping your skills sharp.
cancel
Showing results for 
Search instead for 
Did you mean: 

How can I know Oracle schema name which is the actual backend for my SAP system?

Former Member
0 Kudos

I would like to know oracle schema name for my SAP system as I am working on modifying configuration settings from other application?For IDES having Sql Server as backend the schema name resulted as "ec7" for my SAP system but not sure on how I can get the schema name for oracle and sybase ASE or sybase Anywhere as backends.Please let me know as this is an urgent requirement .

5 REPLIES 5

venkateswaran_k
Active Contributor
0 Kudos

Hi Ravi

Use the following function modue to get the details.

SHDB_GET_DB_AND_SCHEMA

it will ask you parameters.. just pass blank and execute.. It will give you the result as name of the database and schema name.

SE37

give this function module name.

execute

Pass parameters as blank,

exectute

Regards,

Venkat

0 Kudos

Thanks for the reply but im getting Function Module SHDB_GET_DB_AND_SCHEMA  doesn't exist error when tried with SE37 and SE80.

0 Kudos

Hello-

Try below FM's:

DB_DBSCHEMA, DB_DBNAME.

-Venkat

0 Kudos

DB_DBSCHEMA, FM works ,thanks for the help.

regards

ravi

0 Kudos

Hey Ravi-

Request you to close your thread if it's been answered.

-Venkat