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

Getting error while import the query in quality server

Former Member
0 Likes
1,950

Hi all,

I am transporting the user group, infoset and query from development system to quality system and i am able to export it successfully but at the time of import from quality system i am getting the error .

please find the attached description of error-

Query z_it0023 of user group HR_CPC (Import option replace)

compare query z_it0023/ HR_CPC <-> Infoset ZHR_REPORT : Field p0002-ZMIDNM is missing

Import fro query Z_IT0023 / HR_CPC cancelled RC = 08.

I am not getting why this error is occur as field P0002-ZMIDNM is alreday present in the infotype and in infoset both.

Please some one help me out , it would be great help for me.

thanks,

Khush

5 REPLIES 5
Read only

former_member222709
Contributor
0 Likes
1,009

Hi Khush,

You need to check whether the field 'p0002-ZMIDNM' is part of an append structure or include structure. If yes then ensure that the main request for the append/include structure for table P0002 is transported first. If the same has been saved as a local request, then, convert the developments to a request and assign a package to it. Transport the changes to table P0002 and then this request.

Regards,

Pranav.

Read only

0 Likes
1,009

hi,

thanks for the quick respose.

request related to field P002-Zmidnm is already gone to production

Read only

0 Likes
1,009

Hi,

There are 2 options I can possibly think of:

1. Add the relevant object for P0002 in your request and then re-transport it.

2. Check with your BASIS Team for problems in transporting other requests. There may be a possibility that all requests may be facing a problem due to some BASIS issues relating to the transport path.

Regards,

Pranav.

Read only

mithun_shetty4
Contributor
0 Likes
1,009

I had a similar issue sometime back ! i guess it was due to the User Group present in other server.

I had to tackle this problem by Downloading & Uploading Queries & Infosets in another server.

Some said to check the "Overwriting Allowed" Checkbox .may be u can try this as well if it solves the issue

Read only

0 Likes
1,009

ok i will try to download and upload the queries, thanks