BusinessObjects Board

I am getting error while executing Idoc job - Error - 244005

3494 1089554752 R3C-244005 12.08.2011 00:35:03 IDoc Error: Message: CIDocData operator=(char): String too long for field
3494 1089554752 R3C-244005 12.08.2011 00:35:03 IDoc Type: Not Applicable
3494 1089554752 R3C-244005 12.08.2011 00:35:03 Release: Not Applicable
3494 1089554752 R3C-244005 12.08.2011 00:35:03 IDoc Number: Not Applicable
3494 1089554752 R3C-244005 12.08.2011 00:35:03 Segment Name: Not Applicable
3494 1089554752 R3C-244005 12.08.2011 00:35:03 Segment Type: Not Applicable
3494 1089554752 R3C-244005 12.08.2011 00:35:03 Field Name: SPRAS
3494 1089554752 R3C-244005 12.08.2011 00:35:03 >. Please check your input data.

Any suggestions??


shashi.se (BOB member since 2011-08-11)

You probably said SPRAS = ‘EN’. But EN is the display version, not the field field value itself. Check the definition of the IDOC, there the SPRAS is varchar(1). So for English the value has to be ‘E’.


Werner Daehn :de: (BOB member since 2004-12-17)

Thanks for you response. I changed that and passing only ‘E’.

I am getting another error.

20527 1168898368 R3C-244006 14.08.2011 22:15:15 |Data flow DF_S1_VendorMaster_Create_IDOC|Loader CREMAS05
20527 1168898368 R3C-244006 14.08.2011 22:15:15 IDoc target could not send the generated IDoc to SAP </usr/bobj/data/cremas05.txt>: <
20527 1168898368 R3C-244006 14.08.2011 22:15:15 RFC Error:
20527 1168898368 R3C-244006 14.08.2011 22:15:15 Key: RFC_ERROR_SYSTEM_FAILURE
20527 1168898368 R3C-244006 14.08.2011 22:15:15 Status:
20527 1168898368 R3C-244006 14.08.2011 22:15:15 Message: No authorization to send IDocs with message type CREMAS
20527 1168898368 R3C-244006 14.08.2011 22:15:15 >.
19138 4020165456 R3C-244006 14.08.2011 22:15:31 |Data flow DF_S1_VendorMaster_Create_IDOC|Loader CREMAS05
19138 4020165456 R3C-244006 14.08.2011 22:15:31 IDoc target could not send the generated IDoc to SAP </usr/bobj/data/cremas05.txt>: <
19138 4020165456 R3C-244006 14.08.2011 22:15:31 RFC Error:
19138 4020165456 R3C-244006 14.08.2011 22:15:31 Key: RFC_ERROR_SYSTEM_FAILURE
19138 4020165456 R3C-244006 14.08.2011 22:15:31 Status:
19138 4020165456 R3C-244006 14.08.2011 22:15:31 Message: No authorization to send IDocs with message type CREMAS
19138 4020165456 R3C-244006 14.08.2011 22:15:31 >.

Please suggest.


shashi.se (BOB member since 2011-08-11)

Can you ask your SAP Basis team to check the permissions you have? That sounds like a pure SAP ERP issue.


Werner Daehn :de: (BOB member since 2004-12-17)

Thanks for your response.

There was permission issue with my SAP ID. I have got the permission and able to run the job successfully.


shashi.se (BOB member since 2011-08-11)

Could you please send me the authorization changes you made? We are trying to track down the same error.


curtiswalker4 (BOB member since 2011-08-22)

Hi werner,

I am getting the same error :

Please find screen shot attached .

IDOC structure :
EDI_DC40 …control records
ZSEGMENT1
ZSEGEMNT2
ZSEGMENT3

all the segments is mapped(from) to data query whereas edi_dc40 is mapped to row_generation query .and overall query is mapped to row_generation query .
It is working fine for 50k records .but when i am triggering for 1 lac records ,it is throwing the above error.similarly i tried to send the data in loop wise i.e 50k per loop still same error(attached) is thrown.

Please suggest.Your prompt suggestion is highly appreciated.
error2.png


safi_90 (BOB member since 2016-01-20)