cancel
Showing results for 
Search instead for 
Did you mean: 

Unable to Replicate only Object Material

Former Member
0 Kudos

Hi Guys,

I am on SRM 5.0 and ECC 6.0 and i was trying to accomplish material replication. All the customizing objects were successfully loaded without a problem. I am also aware of all the settings and all the OSS notes that needs to be followed to set up the tables in R/3 and so on. All the RFC Connections are set right along with RFC users as i was able to replicate other customizing objects.

For some reason i am unable to replicate object MATERIAL and its throwing a short dump in the ECC system and error reads as below:

Error analysis

Short text of error message:

Internal error in module/form/function

Long text of error message:

<b><b> Diagnosis

An error occurred within the program. This was due to an

unauthorized data constellation.</b></b>

System Response

The system cancels processing.

Procedure

The cause of the error is in the program. Contact your system

administrator.

Procedure for System Administration

Technical information about the message:

Message class....... "IQ"

Number.............. 096

Variable 1.......... " "

Variable 2.......... " "

Variable 3.......... " "

Variable 4.......... " "

Does anybody have any idea to resolve this issue??

Sundeep

Accepted Solutions (0)

Answers (1)

Answers (1)

Former Member
0 Kudos

Hi

Please elaborate your problem by pasting the detailed short dump, in order to analyze the same.

Regards

- Atul

Former Member
0 Kudos

Atul,

Thanks for the reply. Here is the dump that you requested for

Runtime Errors MESSAGE_TYPE_X

Date and Time 1/17/2007 17:48:12

Short text

The current application triggered a termination with a short dump.

What happened?

The current application program detected a situation which really

should not occur. Therefore, a termination with a short dump was

triggered on purpose by the key word MESSAGE (type X).

What can you do?

Note down which actions and inputs caused the error.

To process the problem further, contact you SAP system

administrator.

Using Transaction ST22 for ABAP Dump Analysis, you can look

at and manage termination messages, and you can also

keep them for a long time.

Error analysis

Short text of error message:

Internal error in module/form/function

Long text of error message:

Diagnosis

An error occurred within the program. This was due to an

unauthorized data constellation.

System Response

The system cancels processing.

Procedure

The cause of the error is in the program. Contact your system

administrator.

Procedure for System Administration

Technical information about the message:

Message class....... "IQ"

Number.............. 096

Variable 1.......... " "

Variable 2.......... " "

Variable 3.......... " "

Variable 4.......... " "

How to correct the error

Probably the only way to eliminate the error is to correct the program.

-

If the error occures in a non-modified SAP program, you may be able to

find an interim solution in an SAP Note.

If you have access to SAP Notes, carry out a search with the following

keywords:

MESSAGE_TYPE_X " "

SAPLIBCO or "LIBCOF1X"

COM2_CONVERT_INST_INT_EXT

If you cannot solve the problem yourself and want to send an error

notification to SAP, include the following information:

1. The description of the current problem (short dump)

To save the description, choose "System->List->Save->Local File

(Unconverted)".

2. Corresponding system log

Display the system log by calling transaction SM21.

Restrict the time interval to 10 minutes before and five minutes

after the short dump. Then choose "System->List->Save->Local File

(Unconverted)".

3. If the problem occurs in a problem of your own or a modified SAP

program: The source code of the program

In the editor, choose "Utilities->More

Utilities->Upload/Download->Download".

4. Details about the conditions under which the error occurred or which

actions and input led to the error.

System environment

SAP-Release 700

Application server... "itbmsecc"

Network address...... "10.10.100.40"

Operating system..... "Windows NT"

Release.............. "5.2"

Hardware type........ "4x Intel 801586"

Character length.... 16 Bits

Pointer length....... 32 Bits

Work process number.. 1

Shortdump setting.... "full"

Database server... "ITBMSECC"

Database type..... "ORACLE"

Database name..... "IGE"

Database user ID.. "SAPIGE"

Char.set.... "C"

SAP kernel....... 700

created (date)... "Aug 29 2006 00:18:21"

create on........ "NT 5.0 2195 Service Pack 4 x86 MS VC++ 13.10"

Database version. "OCI_10201_SHARE (10.2.0.1.0) "

Patch level. 75

Patch text.. " "

Database............. "ORACLE 9.2.0.., ORACLE 10.1.0.., ORACLE 10.2.0.."

SAP database version. 700

Operating system..... "Windows NT 5.0, Windows NT 5.1, Windows NT 5.2"

Memory consumption

Roll.... 8176

EM...... 22994928

Heap.... 0

Page.... 16384

MM Used. 5423096

MM Free. 17568072

User and Transaction

Client.............. 800

User................ "SRMREMOTE"

Language Key........ "E"

Transaction......... " "

Program............. "SAPLIBCO"

Screen.............. "SAPMSSY1 3004"

Screen Line......... 2

Information on caller of Remote Function Call (RFC):

System.............. "SR5"

Database Release.... 700

Kernel Release...... 700

Connection Type..... 3 (2=R/2, 3=ABAP System, E=Ext., R=Reg. Ext.)

Call Type........... "synchron and transactional (emode 0, imode 0)"

Inbound TID.........." "

Inbound Queue Name..." "

Outbound TID........."0A0A6446138445AEA7F01A77"

Outbound Queue Name.."R3AI_MATERIAL"

Client.............. 322

User................ "SRAVANDE"

Transaction......... " "

Call Program........."SAPLERFC"

Function Module..... "ARFC_DEST_SHIP"

Call Destination.... "T90CLNT090"

Source Server....... "isrm5_SR5_15"

Source IP Address... "10.10.100.70"

Additional information on RFC logon:

Trusted Relationship " "

Logon Return Code... 0

Trusted Return Code. 0

Note: For releases < 4.0, information on the RFC caller are often

only partially available.

Information on where terminated

Termination occurred in the ABAP program "SAPLIBCO" - in

"COM2_CONVERT_INST_INT_EXT".

The main program was "SAPMSSY1 ".

In the source code you have the termination point in line 34

of the (Include) program "LIBCOF1X".

Source Code Extract

Line SourceCde

4 * ........ *

5 *----


*

6 * --> I_INST_REC *

7 * --> E_INST *

8 *----


*

9 form com2_convert_inst_int_ext

10 using

11 i_inst_rec type ibin_inst_rec

12 e_inst type ibco2_instance_rec2.

13

14 statics:

15 l_t371d type t371d.

16

17 clear e_inst.

18 move: i_inst_rec-val-instance to e_inst-instance,

19 i_inst_rec-com to e_inst-com,

20 i_inst_rec-conf to e_inst-conf,

21 i_inst_rec-objtyp to e_inst-type_of-object_type.

22 * i_inst_rec-objid TO e_inst-type_of-object_key.

23

24 if i_inst_rec-object is initial.

25 message x099(iq).

26 endif.

27

28 e_inst-type_of-object_key = i_inst_rec-object->get_appl_id( ).

29

30 if i_inst_rec-objtyp GT_IBST

Table IT_13138[1x332]

DATA=GT_IBST Table reference: 221 TABH+ 0(20) = 98F1AE3D0000000000000000DD00000052330000 TABH+ 20(20) = 010000004C010000FFFFFFFF041C0100700D0000 TABH+ 40( 😎 = 10000000C1308001 store = 0x98F1AE3D ext1 = 0x00000000 shmId = 0 (0x00000000) id = 221 (0xDD000000) label = 13138 (0x52330000) fill = 1 (0x01000000) leng = 332 (0x4C010000) loop = -1 (0xFFFFFFFF) xtyp = TYPE#000057 occu = 16 (0x10000000) access = 1 (ItAccessStandard) idxKind = 0 (ItIndexNone) uniKind = 2 (ItUniqueNon) keyKind = 1 (default) cmpMode = 8 (cmpManyEq) occu0 = 1 groupCntl = 0 rfc = 0 unShareable = 0 mightBeShared = 0 sharedWithShmTab = 0 isShmLockId = 0 gcKind = 0 isUsed = 1 isCtfyAble = 1 >>>>> Shareable Table Header Data <<<<< tabi = 0xD8F9B53D pgHook = 0x00000000 idxPtr = 0x00000000 shmTabhSet = 0x00000000 id = 9877 (0x95260000) refCount = 0 (0x00000000) tstRefCount = 0 (0x00000000) lineAdmin = 16 (0x10000000) lineAlloc = 16 (0x10000000) shmVersId = 0 (0x00000000) shmRefCount = 1 (0x01000000) >>>>> 1st level extension part <<<<< regHook = Not allocated collHook = Not allocated ext2 = Not allocated >>>>> 2nd level extension part <<<<< tabhBack = Not allocated delta_head = Not allocated pb_func = Not allocated pb_handle = Not allocated LR_CONTAINER->GTH_IBSTREF Table[initial] No. 18 Ty. FUNCTION Name IB_COM2_READ_IBASE I_ALTLANGU 2 0 0 0 I_ASKED_DATA X XXX XXXX 52555255552 80888088880 0 0 I_IBASE 2044 3.33333E+17 2044 0 0 I_IBCO_HANDLE 64 4000 0 I_LANGU E 4 5 0 0 I_MOMENT ##p#r$#, 717282 2001241C E_IBASE_REC 000000000000002044SCHUNTER &#39169;&#12688;&#13665;&#15425; ####02 X012001 ########IH00 3.33333E+93 0000000000000020443385E45200001011000000000000000002080120010000000000000000000000000000009800 9.333E+63 000000000000000000000000000000915C000000000000000C00000000000000000000000000000000000000000000 E_INSTANCE_TAB2 Table[initial] GC_EVENT_END PREPARE_SAVE_END 5.54545E+29 0250125F3165F5E400000000000000 0 0 SY ######################################&#536;#########ð#############################T###x###&#47536;# u#### 100000000000000000000000000000000000001000000000F0000000000000000000000000001050007000BF270000 600000100000000000001010100010000000008000000000000000000000000000000000000060400080000F050300 00000000000000000000000000000000000000000000000000000000000000000000000000000000000000BF000000 000000000000000000000000000000000000002000000000000000000000000000000000000000000000009F00000C <L_WA> D#&#699;#A#B# ####### 40B04040200000FF 40B01020000000FF 00000000000000FF 00200000000000FF L_SUBRC 0 0 0 L_IND_INST_REQ X 5 8 0 0 %_ARCHIVE 2.22222E+93 0 0 0 CL_IBASE_ENGINE=>GR_BADI_AUTHORITY

E0001000

90006000

IBXX_AC_CREATE

1

3

1

0

0

IBXX_AC_CUT

4

3

4

0

0

No. 17 Ty. METHOD

Name CL_CUIB_IBCO_CORE=>IF_CUIB_IBCO~READ_CBASE

IV_MOMENT

##p#r$#,

717282

2001241C

ES_CBASE_CFG_DATA

0

333333222

0

0

0

ET_INSTANCE

Table[initial]

%_VIASELSCR

#

0

4

SY-REPID

CL_CUIB_IBCO_CORE=============CP

4.45454E+39

3CF3592F923FF3F25DDDDDDDDDDDDD3000000000

0

0

SY-MSGID

IQ

4.52222E+19

9.1E+19

0

0

SPACE

2

0

0

0

SY-MSGNO

96

333

96

0

0

SY-MSGV1

2.22222E+49

0

0

0

ME->GV_HANDLE

64

4000

0

SY-MSGV2

2.22222E+49

0

0

0

SY-MSGV3

2.22222E+49

0

0

0

SY-MSGV4

2.22222E+49

0

0

0

ME->IF_CUIB_IBCO~GV_CBASE

2044

3.33333E+17

2044

0

0

LS_IBASE_HEAD

000000000000000000 #### #### 00 ########

3.33333E+93

0

0

000000000000000000000000000000000C000000000000000C00000000000000000000000000000000000000000000

LT_IBASE_INSTANCE

Table[initial]

%_PRINT

000 0###

2.22233E+93

0

0

0

No. 16 Ty. METHOD

Name CL_CBASE=>GET_CONFIGURATION

IV_WITH_CBASE_NUMBERS

X

5

8

0

0

ES_CBASE_HEAD

0

333333222

0

0

0

ET_INSTANCES

Table[initial]

ME->GV_CBASE_MOMENT

##p#r$#,

717282

2001241C

SY-REPID

CL_CBASE======================CP

4.45445E+39

3CF32135DDDDDDDDDDDDDDDDDDDDDD3000000000

0

0

LS_CBASE_NUMBER_MSG-MSGID

2.22222E+19

0

0

0

LS_CBASE_NUMBER_MSG-MSGNO

0

333

0

0

0

SYST-REPID

CL_CBASE======================CP

4.45445E+39

3CF32135DDDDDDDDDDDDDDDDDDDDDD3000000000

0

0

SY

######################################&#536;#########ð#############################T###x###&#47536;# u####

100000000000000000000000000000000000001000000000F0000000000000000000000000001050007000BF270000

600000100000000000001010100010000000008000000000000000000000000000000000000060400080000F050300

00000000000000000000000000000000000000000000000000000000000000000000000000000000000000BF000000

000000000000000000000000000000000000002000000000000000000000000000000000000000000000009F00000C

%_EXCP

F0000000 F0000000 %_SPACE 2 0 0 0 LS_CBASE_NUMBER_MSG 0 2.22222E+93 0 0 0 CX_CBASE_ERROR=>GC_INVALID_STATE 330 4000 A100 %_DUMMY$$ 2222 0 0 0 RSJOBINFO 00000000000000 ## 2.22222E+81 0 0 0 SPACE 2 0 0 0 LS_INSTANCE ######## C0000000 F0000000 No. 15 Ty. METHOD Name CL_CUX_CBASE=>LOAD_CBASE IV_CUOBJ 2045 3.33333E+17 2045 0 0 IV_PERSIST_ID 2.22222E+31 0 0 0 IS_BUSINESS_OBJECT 2.22222E+59 0 0 0 IV_MOMENT ######## 0 0000000C ET_INSTANCE_NUMBER Table[initial] SYST-REPID CL_CUX_CBASE==================CP 4.45456E+39 3CF358F32135DDDDDDDDDDDDDDDDDD3000000000 0 0 SPACE 2 0 0 0 ME->GV_CBASE_CHANGED_EXT 0 3.33333E+17 0 0 0 %_SPACE 2 0 0 0 LV_CUOBJ 2045 3.33333E+17 2045 0 0 ME->GO_CBASE

4000B000

2000D200

%_DUMMY$$

2222

0

0

0

ME->GS_IDENTIFIER+100(120)

2.22222E+59

0

0

0

ME->GS_IDENTIFIER+220(8)

########

0

0000000C

ME->GGC_TRUE

X

5

8

0

0

LS_CBASE_HEAD

0

333333222

0

0

0

LT_INSTANCES

Table[initial]

SY-REPID

CL_CUX_CBASE==================CP

4.45456E+39

3CF358F32135DDDDDDDDDDDDDDDDDD3000000000

0

0

ME

3000C000

E0001200

LS_INSTANCE

########

C0000000

F0000000

No. 14 Ty. FORM

Name CUXIOX_GET_CBASE_REF_OF_INST

SY-SUBRC

0

0

0

SCREEN

2.22222E+93

0

0

0

EO_CBASE_REF

F0000000 F0000000 <LS_INST_TO_CBASE>-CBASE_REF ??? ?????? ?????? %_DUMMY$$ 2222 0 0 0 %_ARCHIVE 2.22222E+93 0 0 0 GO_APPL_LOG

3000C000

D0002200

CX_CBASE_ERROR=>GC_CLASSIFICATION

323

4000

3100

LS_INST_TO_CBASE-CBASE_REF

3000C000

E0001200

GC_CBASE_CLASS

CL_CUX_CBASE_CORE

4.45456E+24

3CF358F32135F3F2500000000

0

0

IV_INSTANCE

2045

3.33333E+17

2045

0

0

LT_INSTANCE_NUMBER

Table[initial]

%_SPACE

2

0

0

0

LX_ERROR

F0000000

F0000000

LX_ERROR->ERROR_NO

???

??????

??????

CX_CBASE_ERROR=>GC_INVALID_INSTANCE

321

4000

1100

GT_LOWER_INSTANCES

Table[initial]

No. 13 Ty. FORM

Name CUXIX_GET_SINGLE_CFG

IS_BUSINESS_OBJECT

2.22222E+59

0

0

0

SYST-REPID

SAPLCUXI

5.45446E+39

310C358900000000000000000000000000000000

0

0

SY-MSGV1

2.22222E+49

0

0

0

IV_MOMENT

########

0

0000000C

SY-REPID

SAPLCUXI

5.45446E+39

310C358900000000000000000000000000000000

0

0

IV_ROOT_INSTANCE

2045

3.33333E+17

2045

0

0

LO_CBASE_REF

F0000000

F0000000

GT_REF_TO_CONFIG_ID

Table[initial]

LS_CONFIG_ID_TO_REF

ÿ###

222222F000

000000F000

0

0

CX_CUX_CBASE_HANDLING=>GC_CONVERSION

551

2000

7200

No. 12 Ty. FUNCTION

Name CUXI_GET_SINGLE_CONFIGURATION

IS_BUSINESS_OBJECT

2.22222E+59

0

0

0

IV_HANDLE_APPL_LOG

2.22222E+21

0

0

0

IV_IDOC_FORMAT

2

0

0

0

IV_MOMENT

########

0

0000000C

IV_OBJECT_APPL_LOG

CIF

4.44222E+19

3.96E+19

0

0

IV_SUBOBJECT_APPL_LOG

T_CNFG

5.54444E+19

4F3E6700000000000000

0

0

I_LANGUAGE

2

0

0

0

I_ROOT_INSTANCE

2045

3.33333E+17

2045

0

0

I_ROOT_POSEX

222222

0

0

0

I_TAB_LOWER_INSTANCES

Table[initial]

ES_PROFILE

2.22222E+93

0

0

0

ET_RETURN

Table[initial]

EV_HANDLE_APPL_LOG

2.22222E+21

0

0

0

EV_ROOT_PERSIST_ID

2.22222E+31

0

0

0

E_CFG_HEAD

2.22222E+93

0

Former Member
0 Kudos

Hi,

Mabye You don't have material number range properly configured?

Check transaction COMCPRFORMAT.

Regards,

Marcin

Former Member
0 Kudos

Hi,

Am getting error when replication object material. I managed to replicated customizing object without any problem.

Below is the short dump i get in SRM, the entries are stuck in SMQ1 (ERP) with status "Sysfail". I've maintained all middleware tables including COMCPRFORMAT.

_Error analysis_

Short text of error message:

Parameters missing when function module COM_PR_SET_REL_READ_SINGLE_PR is

called

Long text of error message:

Technical information about the message:

Message class....... "COM_PRODUCT"

Number.............. 801

Variable 1.......... "COM_PR_SET_REL_READ_SINGLE_PR"

Variable 2.......... " "

Variable 3.......... " "

Variable 4.......... " "

Source Code Extract

1 *----


2 ***INCLUDE LCOM_PRODUCT_SET_RELF36 .

3 *----


4 *&----


5 *& Form read_single_function

6 *&----


7 FORM read_single_function

8 USING

9 value(is_rel) TYPE t_rel_structure

10 iv_current TYPE comt_boolean

11 iv_timestamp TYPE comt_timestamp

12 iv_update_buffer TYPE comt_boolean

13 iv_read_db_values TYPE comt_boolean

14 iv_function

15 CHANGING

16 es_rel TYPE t_rel_structure

17 es_rel_db TYPE t_rel_structure

18 ev_ref TYPE comt_boolean.

19

20 DATA:

21 lv_dummy TYPE comt_boolean,

22 lv_product_guid TYPE comt_product_guid,

23 lv_reference_product TYPE comt_product_guid.

24

25 * read current data

26 IF is_rel-product_guid IS INITIAL.

>>>>> MESSAGE x801 WITH iv_function.

28 ENDIF.

29

30 IF is_rel-fragment_type IS INITIAL.

31 MESSAGE x801 WITH iv_function.

32 ENDIF.

Regards,

Gigies