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

Transporting Error

Former Member
0 Likes
2,011

Dear Gurus,

   While transporting BADI from Development to Production..I am getting below error.

  ######################################

  Generation of programs and screens

  Transport request   : ECDK909987

  System              : ECQ

  tp path             : tp

  Version and release: 380.03.36 720

  Generation of programs and screens for transport request ECDK909987

  Only generates programs with LOAD versions

  Start on 14.07.14 at 12:27:11

  Generation of the transported programs

  Program ZCL_IM_ME_PROCESS_REQ=========CP: Syntax error in line 000005

  INCLUDE report 'ZCL_IM_ME_PROCESS_REQ=========CL'not found

  Generation of the users of the transported Includes

  Ended on 14.07.14 at 12:27:11

  No. of programs  /Min/Avg/Max (sec): 1   0 0 0

  No. of screens    /Min/Avg/Max (sec): 1   0 0 0

  Generation of programs and screens

  End date and time : 20140714122711

  Ended with return code:  ===> 8 <===

  ######################################

       I have activated all the class in that BADI.Still i am getting the error while transporting.Please help me to Solve this

1 ACCEPTED SOLUTION
Read only

SwadhinGhatuary
Active Contributor
0 Likes
1,532

Hello Abaper,

As Every  BADI implimentation a class is generated , and if u modify that custom class (i.e creating custom attribute or method ) activate those.  or in se 80 check what are the inactive component u have

it shows error at line no 5.

if u add any screen as new tab please activate the screen, and corresponding include in that program.

6 REPLIES 6
Read only

Former Member
0 Likes
1,532

Since it is BADI, I have not created any include report and program for this BADI

Read only

SwadhinGhatuary
Active Contributor
0 Likes
1,533

Hello Abaper,

As Every  BADI implimentation a class is generated , and if u modify that custom class (i.e creating custom attribute or method ) activate those.  or in se 80 check what are the inactive component u have

it shows error at line no 5.

if u add any screen as new tab please activate the screen, and corresponding include in that program.

Read only

0 Likes
1,532

Hi swadhin,

          I have activated everything as you said,but still error is coming while moving the request.

Please guide me.

Thanks in advance.

Regards,

Vishwaroop

    
Read only

0 Likes
1,532

hello prathap ,

please attach screen shot.that gives in se10 screen

Read only

0 Likes
1,532

Hi Vishwaroop,

Check the TR for the program which is showing error. If it is not saved in any TR, save the same in some TR also merge the existing TR with the current one. Release the TR from Dev and import the same in Quality system.

Steps:

  1. In SE38, Enter the program name(ZCL_IM_ME_PROCESS_REQ=========CL).
  2. Click Utlities->Version->Version Management. It will show the TR details(Ex: ECDK000001)
  3. Along with the TR(ECDK000001), merge the existing TR which already released from Dev.
  4. Activate all the objects
  5. Release the current TR(ECDK000001)
  6. Import the same in QAS


I hope it clears the problem.


Regards

Rajkumar Narasimman

Read only

0 Likes
1,532

Thanks swadhin and Rajkumar.

I have solved this issue as per your guidance guys. Thanks a lot.

Regards,

Vishwaroop