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

regarding return code 8 while importing trnsport request

0 Likes
737

hello friends,

i have encountered a problem while importing a transport request.

in log display the message is like this

ended with return code 8.

there is a syntax error in line no 5 of saplz_xxx_xxx program.

include program lz_xx_xx not found.

actually it is a function group, there is an include program at line no. 5.

how to solve this problem.

will it throw any error if the fg is stored in $tmp.

the function group concerned is stored in a customized package.

i hope to get a perfect answer.

thank you.

regards,

karteek.katta

1 ACCEPTED SOLUTION
Read only

JL23
Active Contributor
0 Likes
681

any program or function module stored in $tmp cannot be included to a transport, hence you miss this part in the target system, And as SAP generates the programs after a transport, it cannot succesfully do this if a part of the program is missing, hence you get the 8

5 REPLIES 5
Read only

JL23
Active Contributor
0 Likes
682

any program or function module stored in $tmp cannot be included to a transport, hence you miss this part in the target system, And as SAP generates the programs after a transport, it cannot succesfully do this if a part of the program is missing, hence you get the 8

Read only

0 Likes
681

thanks dude, but it was saved in a transportable package not in $tmp.

Read only

Former Member
0 Likes
681

Karteek,

Your include program at line 5 is missing in the target system and hence the error.

Just check the package of that include program and if it is not $tmp, check that this program is locked in which request ?

Transport that request to your target system and thereafter re-import your original transport and it will be success.

BR

Diwakar

Read only

0 Likes
681

thank you very much for your answer, i hope it should give me the solution

Read only

ThomasZloch
Active Contributor
0 Likes
681

What you xxx-ed out could be quite important. Always give the actual information, not placeholders. Is it an automatically generated include (like the TOP-include), or is it one that you created additionally, like an F01-include?

Anyway, if there is no conflict with other ongoing changes the safest bet is to transport again the entire function group via its R3TR FUGR object key.

Thomas