2016 Jun 03 5:20 AM
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."
" "
" "
2016 Jun 03 5:32 AM
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.
2016 Jun 03 10:46 AM
Hi Deepak,
As Matthew said, you first import the Transport Request belongs to ZE070_UAT Object, then import your program.
Regards,
Venu
2016 Jun 03 10:48 AM
Import all dependent objects like : custom structures , tables , data dictionary objects , FM's and then import the Main program to Production
| User | Count |
|---|---|
| 4 | |
| 2 | |
| 2 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 |