‎2011 Aug 10 6:57 AM
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
‎2011 Aug 10 7:44 AM
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
‎2011 Aug 10 7:44 AM
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
‎2011 Aug 10 7:49 AM
thanks dude, but it was saved in a transportable package not in $tmp.
‎2011 Aug 10 9:19 AM
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
‎2011 Aug 11 8:05 AM
thank you very much for your answer, i hope it should give me the solution
‎2011 Aug 10 11:35 AM
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