cancel
Showing results for 
Search instead for 
Did you mean: 

Getting Error While importing Transport Request in Quality

former_member226980
Participant
0 Kudos

Dear All,

While I am importing the Transformation in quality getting the below syntax error and  it's fine in the development system.

Please let me know the solution to overcome the issues.

Thanks

Regard,

Sai.K

Accepted Solutions (0)

Answers (4)

Answers (4)

Former Member
0 Kudos

Hi Sai,

This has happened due to missing objects in Quality which are present in Dev. Identify & Transport the missing objects in a newTR to Quality first and then re import the current TR.

Expand the error from the TR log to know more information.

Regards,

AR

former_member185177
Contributor
0 Kudos

Hi Sai,

Check your transformation-> all routines specially for the below infoobjects.

0DEL_VOL

0DEL_NT_WT

0DEL_GR_WT

0CALMONTH

There is an inconsistency in the code written by you for the above infoobjects.

If you are not familiar at ABAP, take help from an ABAPer and re capture the transformation in another transport and move that one to quality system.

Regards,

Krishna Chaitanya.

bhavinvyas
Active Contributor
0 Kudos

Hi,

Go to edit mode of the start, end or field routines of transformation and press on check. see in case there are syntax errors.

you might have to change data_package to source_package in case you are getting error in start routine that data_package is not recognized.

Thanks,

Bhavin Vyas

former_member226980
Participant
0 Kudos

Hi Bhavin,

Thanks for prompt response.

I have checked the syntax in the  field routine .I found the below error.

Please find the attachment.

Thanks

Regards,

Sai.k

bhavinvyas
Active Contributor
0 Kudos

Hi,


In case you have defined the characters then you need to put them in single Quotes to indicate them as character strings.


Also try to activate the info-cube again and then reactivate the transformation.


Thanks,

Bhavin Vyas

former_member226980
Participant
0 Kudos

Hi Bhavan,

I have copied the standard transformation and used for customized info cube and it's fine in the Development system.

All the routine are standard . Please find the attachment .

Thanks

Regards,

Sai.K

former_member185132
Active Contributor
0 Kudos

Hi Sai,

As the error message is saying, the /BI0/V0SD_C04T-VOLUMEUNIT is not available in Q. It might be available in D, which is why the code works fine in D.

Go to SE11, collect the /BI0/V0SD_C04T in a TR and move it to quality. Then reimport the transformation and it should work.

Regards,

Suhas

Former Member
0 Kudos

Hi,

Check if you have used a table name which is not present in the quality system.

This can happen if you are looking up from PSA table.

Regards,

Saurabh Ojha

former_member226980
Participant
0 Kudos

Hi Saurabh,

I found one structure in the development server  but that is not is not available in quality.


While I am locking the objects in the transformation the structure is not automatically locked under the TR.


So shall I create a new request for structure and will move to quality.


your right ,This happened from PSA to Data target( Info cube) .



Thanks

Regards,

Sai.K