Application Development and Automation 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: 
Read only

Class transportation.

Former Member
0 Likes
576

Dear Experts,

I have one table which is not available in development but available in production.

I have used same table in development server inside class and activated forcefully.

Is this class can be transported? Will it work in production.

Ps.This scenario is exist.

Amit

Dear Experts,

I have one table which is not available in development but available in production.

I have used same table in development server inside class and activated forcefully.

Is this class can be transported? Will it work in production.

Ps.This scenario is exist.

Amit

2 REPLIES 2
Read only

Former Member
0 Likes
543

Hi,

If your using the table in your class which is not available in DEV but available in PRD,i dont think so it will give you any error because the table already exist in your PRD System.

But when you test the same in your DEV/QA systems, it might give you dump as table does not exists in your DEV/QA systems.

Hope this helps you.

Thanks

KH

Read only

0 Likes
543

Hi Katrice,

Actually  we are working on abap managed DB procedures and we are pointing tables by using schema name. While transporting to prod we required to change schema name as in production schema name. Let me check. Thanks a lot.

Amit