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

Help on Transport Request Error

Former Member
0 Likes
659

In a client System while transporting from development to quality the following two errors ended with number 8

Please could you give cause and Solution

1. ABAP Dictionary Activation (manually the checked the tables and tables were activated)

2. Generation of Programs and Screens.

In a client System while transporting from development to quality the following two errors ended with number 8

Please could you give cause and Solution

1. ABAP Dictionary Activation (manually the checked the tables and tables were activated)

2. Generation of Programs and Screens.

4 REPLIES 4
Read only

Former Member
0 Likes
624

DO CHECK WHETHER THE TABLES AND ITS STRUCTURES ARE ACTIVE;

OTHERWISE ACTIVATE IT AND DELETE THE OLD TRANSPORT ORDER AND CREATE NEW ORDER ;

Read only

Former Member
0 Likes
624

hiii

you first activate tables and structures because first error is related with that only.then after relese request which contains programs

regards

twinkal

Read only

ThomasZloch
Active Contributor
0 Likes
624

check out the transport log via tx SE10, this will tell you exactly what went wrong. Error lines will be shown in red.

If you are unsure what the messages mean, post them here.

Thomas

Read only

Former Member
0 Likes
624

Hi,

While transporting the Tables , we have to take the special care.

See to it all the data elemnts , domains are activated in the dev server.

While transporting the programs , screens etc we need to check whether all the dependant includes function modules etc are transported together.

some times the data elements ,Function modules etc may not be present or active in the quality server.

To find out that,you can check the log in the quality server.

Or in the dev server you can check the activation log for each server.

Feel free to ask any other info..

good luck..