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 when transport order

Former Member
0 Likes
556

Hi,

I've made a function group in my development server and It works and activates fine.

When transport the order, which only contains my function group, I get the following error:

Programa SAPLZBAPI_DESARROLLOS: Syntax error, line 000004

INCLUDE report 'LZBAPI_DESARROLLOSTOP' not found

I've checked that there is no error in that program. In fact, it has been automatically generated.

Can anybody tell if I need to include something more in my order or what is wrong?

Thanks in advance.

3 REPLIES 3
Read only

Former Member
0 Likes
516

Hi,

You need to transport the include program 'LZBAPI_DESARROLLOSTOP' also along with the function group. It may be in some other request. Else manually include the program 'LZBAPI_DESARROLLOSTOP' into the request using SE09 transaction and then transport the new request.

Thanks and Regards,

Harish

Read only

0 Likes
516

Hi Harish,

now the error is in the line 5.

Programa SAPLZBAPI_DESARROLLOS: Error de sintaxis, línea 000005

INCLUDE report 'LZBAPI_DESARROLLOSUXX' not found

I've tried the same. I've gone to the include 'LZBAPI_DESARROLLOSUXX' but in this case I can not change anything. So I can't include this modue in the request.

What can I do?

Thanks again.

Read only

0 Likes
516

Hi,

I've solved the problem. I needed to include 'LZBAPI_DESARROLLOSUXX' in the order.

Thanks again.

Regards.