2007 Apr 30 1:15 PM
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.
2007 Apr 30 1:18 PM
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
2007 Apr 30 2:14 PM
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.
2007 Apr 30 2:18 PM
2007 Apr 30 2:41 PM
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
2007 Apr 30 3:10 PM
Hi Majid,
Check if the it G_T_MSEG_LEAN1 is declared in production
Regards.
Mariano.
2007 Apr 30 4:33 PM
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.
2007 May 04 8:32 AM