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

transport with error/warning

Former Member
0 Likes
2,549

hi,

when my transport was moved from one sap system to another, errors and warnings were displayed as follows:

abap dictionary activation ...(8) ended with errors

generation of programs and screens (8) ended with errors

when i checked the transport logs in the old system, i found that it was released some error/warnings were generated.

export ...(4) ended with warning

but few other transports did not have any errors displayed when they were released but during the transport move from old to new system error was displayed as "generation of programs and screens (8) ended with errors".

can anyone explain what the issue is and what needs to be done,,, thks

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
1,850

Hi,

Check the objects under your transport you might be having the table in which a field might not be in activated stage ..

regards,

Jack

hi,

when my transport was moved from one sap system to another, errors and warnings were displayed as follows:

abap dictionary activation ...(8) ended with errors

generation of programs and screens (8) ended with errors

when i checked the transport logs in the old system, i found that it was released some error/warnings were generated.

export ...(4) ended with warning

but few other transports did not have any errors displayed when they were released but during the transport move from old to new system error was displayed as "generation of programs and screens (8) ended with errors".

can anyone explain what the issue is and what needs to be done,,, thks

5 REPLIES 5
Read only

Former Member
0 Likes
1,851

Hi,

Check the objects under your transport you might be having the table in which a field might not be in activated stage ..

regards,

Jack

Read only

Former Member
0 Likes
1,850

Hi

U should check which error is: it seems an abap error in some program.

If the transport is finished with error type 8, it means the transport was done succefully, but some loaded objects have some abap error.

U need to find out the error by se38, probably some dictionary objects were not activated, so now the programs can see these table and when the system generates those reports, that error is raised.

Max

Read only

Former Member
0 Likes
1,850

Sdnuser,

you should wrote also what object you are transporting?

any ways i think you are transporting some ztable.

if so than check might be some domail or dataelement whihc you are using it may not be activate.

or may be you are using some z domain or dataelement it may not be in other system.so you need to transport that domain/dataelement also along with your same transport request.

Amit.

Read only

Former Member
0 Likes
1,850

I think u have transported a group of transports and they are related to each other. And as in one of them prob. occurred that's why for others also u r getting error. Pl. remove all the errors and warnings for each component in the transport(s) and then activate them and attach them to a transport. And transport it again to the target sys.

Regards,

Joy.

Read only

0 Likes
1,850

thanks to all..