cancel
Showing results for 
Search instead for 
Did you mean: 

Error in Exporting the Pharases - OBJECTS_OBJREF_NOT_ASSIGNED

Former Member
0 Kudos

Hello Experts,

I want to export the pharase and convert it into DAT file. I did following steps.

1. CG12.. serached for All CUST library Phrases

2. Selected them and Exported them to Directory which we can see in AL11

3. while doing this, system create Background Job.

so job is getting started but not able to complete, job is getting Cancelled.

Log for the same is as below

Job started

Step 001 started (program RC1EXPPG, variant , user ID AMOLB

File name : /usr/sap/tmp/check.dat

Overwrite file:

Key date 16.09.2009

Full export :

Phr library : CUST : Customer phrase library

Exp phrase-set assgmt: X

Phr refer.: X

Phr languages : DE German

RO Romanian

SL Slovenian

HR Croatian

EN English

SH Serbian (Latin)

Z1 Customer reserve

BG Bulgarian

FR French

ES Spanish

EL Greek

DA Danish

RU Russian

JA Japanese

NL Dutch

NO Norwegian

PT Portuguese

PL Polish

RAISE_ERROR was called!

Look at System -> Own spool requests and search

for C14Z_ERROR_RAISE. (An output-device

(= printer) must be given in the defaults

of your user-profile.)

(No message was active when the system error occurred.)

ABAP/4 processor: OBJECTS_OBJREF_NOT_ASSIGNED

Job cancelled

request you to please do the needful.

Regards,

Amol

Edited by: Amol Joshi on Sep 16, 2009 10:59 AM

Accepted Solutions (0)

Answers (7)

Answers (7)

carla_matczak
Explorer
0 Kudos

I know this is an old post, but exactly what is the solution ? We too are encountering this error, and my config is also already set to ISO-R/3.

Thank you.

christoph_bergemann
Active Contributor
0 Kudos

Dear Carla

explanation is obvious. If you have UNICODE system change

EXPORT_CHARACTER_NORM


from ISO-R/3 to UTF-8


C.B.

nirajsikligar
Active Contributor
0 Kudos

Hello all,

I got the issue resolved.

As my system was Unicode, I had to change the EXPORT_CHARACTER_NORM parameter value as UTF-8 from ISO-R/3 and it worked.

I am able to export all the phrases from SAP system in one single file.

Thank you Christoph for giving valueable suggestions. As I am not the owner of this thread, not able to assign any points to you.

Regards,

Niraj

nirajsikligar
Active Contributor
0 Kudos

Hello Amol,

I am doing the same activity and getting the same error for phrase export.

I have checked the authorizations and its full authorization to my ID.

Also checked environment parameter EXPORT_CHARACTER_NORM  in SPRO and the value asigned is ISO-R/3.

How the error was resolved for you? Is there any other settings required?

Regards,

Niraj

nirajsikligar
Active Contributor
0 Kudos

Hello All,

To update my query,

During some trial and error we found that with the settings mentioned earlier, we are able to sucessfully export maximum of 10 phrases in one file. If we increase the no. of phrases in a file to export, it gives the error mentioned above.

We have approx. 40,000 phrases to be copied from one system to other system.

Any solution to resolve this error?

Note: The systems involved in Export Import of phrases are Unicode systems with Linux as operating system.

Regards,

Niraj

christoph_bergemann
Active Contributor
0 Kudos

Dear Niraj

only an idea: in former time you can only perform an phrase export only if you are able to "exclusively lock" the phrase library (any phrase form hit list ! etc.). In most cases therefore you need to try to export the library many !!!! tries to get it completely exported. We suceeded to perform the export in the past only once a month by "hazard".

This might be the reason why you can export only roughly 30 phrases. Please refer to SAP marketplace. Since a few weeks there is a new OSS available which might help. By implementing this new OSS the phrase library can be exported even if data maintance is going on.

C.B.

PS: only a further idea you can distribute phrases by using IDOCs; during gerenation of IDOC there is need to handle the "exclusive lock" during export

In most cases the necessary customzing of target system can be done easily and a ALE scenario can be established as well in most cases in a short time

A further "pro" of this solution is:

a.) any update in phrase (whatever kind of update) on source system is distributed in a short time to target system

b.) you need only "align" customizing (source / target)

nirajsikligar
Active Contributor
0 Kudos

Hello Christoph,

Thanks for your reply.

I have beeb searching SAP market place with key words: OBJECTS_OBJREF_NOT_ASSIGNED but could find only one OSS message:

Note 757907 - Batch input is not supported for EH&S transactions

But in this also there are no corrections attached.

I have raised this to SAP, and waiting for reply.

Will also check the option for IDOCS as suggested by you.

Regards,

Niraj

christoph_bergemann
Active Contributor
0 Kudos

Dear Niraj

regarding:

Note 757907 - Batch input is not supported for EH&S transactions

Normally if LSMW  is used you would like to use "batch input" and this is not supported (the note is only a "consulting" note)

regarding IDOC solution:

Refer to:

http://help.sap.com/erp2005_ehp_06/helpdata/en/96/620b376d62ac58e10000009b38f839/content.htm

Chapter. Distribution (ALE) of Specifications, Phrases, and Reports

Please check EH&S IMG as well.

C.B.


nirajsikligar
Active Contributor
0 Kudos

Hello Christoph,

This really is  very good information.

Thanks.

Regards,

Niraj

nirajsikligar
Active Contributor
0 Kudos

Hello Amol,

I am doing the same activity and getting the same error for phrase export.

I have checked the authorizations and its full authorization to my ID.

Also checked environment parameter EXPORT_CHARACTER_NORM  in SPRO and the value asigned is ISO-R/3.

How the error was resolved for you? Is there any other settings required?

Regards,

Niraj

Former Member
0 Kudos

I created a LSMW to upload all the phrases, when I excute the batch input file in foreground, it goes through, but if I excute it in background, I got error: RAISE_ERROR was called!

Look at System -> Own spool requests and search

for C14Z_ERROR_RAISE. (An output-device

(= printer) must be given in the defaults

of your user-profile.)

Runtime error OBJECTS_OBJREF_NOT_ASSIGNED has occurred

Transaction error

Any idea what I should do?

Thanks

Former Member
0 Kudos

Hello Amol

You have to chek the environment parameter EXPORT_CHARACTER_NORM in SPRO: EH&S \ Basic data and tools\ Basic settings \ Specify Enviroment Parameters.

In my case, I assing the Parameter value from <unknown> to ISO-R/3.

Regards,

Jose Mercado

Former Member
0 Kudos

Hello Amol

Check Authorizations and also write permit to the directory where you wanted to save.

Also check with overwrite file with tick mark option. Also no other person is accessing the Phrases table when you are carrying out this.

Thanks

Jayakumar