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 in import request in production server.

Former Member
0 Likes
735

when request import from quality to production server than following error are showing.

Error in the ABAP Application Program

The current ABAP program "??????????????????????????????????????

terminated because it has

come across a statement that unfortunately cannot be executed.

The following syntax error occurred in program "ZTRANSACTION_REQ

include "ZTRANSACTION_REQUEST_TOP " in

line 5:

"The Dictionary structure or table "ZE070_UAT" is either not act

"does not exist."

" "

" "

when request import from quality to production server than following error are showing.

Error in the ABAP Application Program

The current ABAP program "??????????????????????????????????????

terminated because it has

come across a statement that unfortunately cannot be executed.

The following syntax error occurred in program "ZTRANSACTION_REQ

include "ZTRANSACTION_REQUEST_TOP " in

line 5:

"The Dictionary structure or table "ZE070_UAT" is either not act

"does not exist."

" "

" "

3 REPLIES 3
Read only

matt
Active Contributor
0 Likes
696

It seems quite clear to me - the clue is in the text of the error message. It means you haven't imported ZE070_UAT into production and the include ZTRANSACTION_REQUEST_TOP refers to it.

ZE070_UAT is a table or a structure.

You should find which transport in your development system it is on, and transport it through.

Read only

Former Member
0 Likes
696

Hi Deepak,

As Matthew said, you first import the Transport Request belongs to ZE070_UAT Object, then import your program.


Regards,

Venu

Read only

Jay_Kamdar
Participant
0 Likes
696

Import all dependent objects like : custom structures , tables , data dictionary objects , FM's and then import the Main program to Production