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

error while transporting class interface

former_member5472
Active Contributor
0 Likes
510

hi,

i have developed class interfaces where i'm using a z-structure(eg ZBMTBATCH) for type definition in public section.

The interface is activated and is working fine is development server.

when i transported it in quality, the transport req failed showing error " ZBMTBATCH not found".

This structure is a trans table and is activated.

Same type of error occured in transport req of all other class interface . only difference is the structure.

The class interface throwing this error has one common similarity, the error it is throwing is for the first declaration.

i mean in public section if declaration is of type :

tbatch type ZBMTBATCH

than in transport log its throwing error as "ZBMTBATCH not found"

please suggest some reasons

2 REPLIES 2
Read only

Former Member
0 Likes
432

Hello,

Are u transporting the Structure also together with the Class.

If not first add the Structure to a TR and move it to Quality system. Then Re transport the TR with Classes.

Hope this will helps you.

Regards,

Vasanth

Read only

0 Likes
432

hi,

thanks. i was trying the same. i will get back to you after i do the transport.