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

test server and Production server data mismatch

Former Member
0 Likes
992

Dear all,

after cheking and compiling in Test server , I trasported request in production .

but in Production its showing errore .

i m not getting y this happen , i compile program in test as well as in Devlopment its working fine. but in production it is not working.

Plese help in this reqard.

Dear all,

after cheking and compiling in Test server , I trasported request in production .

but in Production its showing errore .

i m not getting y this happen , i compile program in test as well as in Devlopment its working fine. but in production it is not working.

Plese help in this reqard.

7 REPLIES 7
Read only

Former Member
0 Likes
903

Hi,

maybe the transport you imported into prodution needs another transport as a basis.

Can you tell us, what error you are receiving?

Was the import without error?

Ute

Read only

Former Member
0 Likes
903

Hi Gurus,

Thanks for quick replay.

still showing error.

Error Message is : " Ended with Return Code ===> 8 <=== "

but actully in test server no error is comming , and It showing correct output too.

and In Production it showing Errore.

i transported all Request Number but still showing Error.

Read only

0 Likes
903

What kind of development like report or vofm etc.

Read only

Former Member
0 Likes
903

This is ZMB5B T-CODE ,

AND Program name is ZMB5BCOPY its main program

it contain so many standard Include file and Z file

i made changed in

1)ZMB5BCOPY Program and

2)zrm07mlbd_form_02

in this include program i made coding like below.

Delete G_T_MSEG_LEAN1 where BUDAT NOT IN DATUM. "line no 668

its showing error in Prodction while Request Imprting data.

error is at Line No 668

and msg is

<%_L011> is not an internal table occurs n specification is Missing.

Again i m reapting Its Working In Test (Quality) Server Fine.

But While Importing in Production Its Showing Error.

Thanks ,

Majid Khan

Read only

0 Likes
903

Hi Majid,

Check if the it G_T_MSEG_LEAN1 is declared in production

Regards.

Mariano.

Read only

Former Member
0 Likes
903

TYPES: STAB_MSEG_LEAN TYPE STANDARD TABLE OF

STYPE_MSEG_LEAN WITH KEY MBLNR MJAHR.

G_T_MSEG_LEAN1 TYPE STAB_MSEG_LEAN

yes internal table is also in production.

still showing error

like below statament

Syntax error in program ZMB5BCOPY

in include ZRM07MLBD_FORM_02

in line 668

Last changed by MAJED

Author MAJED

-


"<%_L011>" is not an internal table - the "OCCURS n" specification is

missing.

please Help me . Big Pressure is over me on that issue.

Read only

Former Member
0 Likes
903

thanks All Expert for solving

Points has given.