cancel
Showing results for 
Search instead for 
Did you mean: 

Interface data contains errors

Former Member
0 Kudos

We are on SRM 7.0 trying to create a shopping cart from Enterprise portal.

When trying to create a shopping cart, I get "interface data contains errors" message. Other threads have suggested this is a number range issue. I checked the shopping cart number range - appears to be fine, however, I noticed one curious thing happening - the number jumps by 10 instead of by 1.

SNR

Accepted Solutions (1)

Accepted Solutions (1)

former_member183819
Active Contributor
0 Kudos

Hi

Note 1416309 - Incorrect Item Numbering in Shopping Cart

check it

is it service?

check with basis . why it goes to 10 . rather than one.

Muthu

Edited by: Muthuraman Govindasamy on Feb 25, 2010 5:33 PM

Former Member
0 Kudos

I applied the note - unfortunately, it did not work. But, yes, it is not a service item.

I have asked Basis to check the behavior of the SHC numbers jumpiing by 10 instead of 1 - the behavior was normal on Feb 22nd - wonder what happened that afternoon I have not been able to create any cart thereafter.

Is it possible that the Enterprise Portal is responsible for the issue - cant see any link though.

Everytime I try creating a cart, I see a runtime error in SRM - CX_POWL_FATAL_EXCEPTION around the following piece of code -

CALL FUNCTION 'FPB_PERS_READ_FOR_USER'

EXPORTING

id_perskeytp = 'U'

id_perskey = l_user

  • ID_DIALOG =

id_applid = l_applid

id_fieldname = 'LAYOUT'

  • ID_SUBCONTEXT =

  • ID_DATE = SY-DATUM

  • ID_RESOLVE = ' '

  • ID_CONVERT_TO_EXT = 'X'

TABLES

et_values = lt_values

EXCEPTIONS

no_input = 1

over_defined = 2

dialog_not_found = 3

applid_not_found = 4

fieldname_not_found = 5

no_data_found = 6

OTHERS = 7

.

IF sy-subrc <> 0.

CASE sy-subrc.

WHEN 4.

  • Illegal applid!

-


>>> RAISE EXCEPTION TYPE cx_powl_fatal_exception

EXPORTING

textid = 'APPLID_ILLEGAL'

former_member183819
Active Contributor
0 Kudos

Hi

Create a OSS mesaage .

is it ok now? or still geting the same?

Former Member
0 Kudos

The issue stands resolved, Muthu. Thanks for your responses.

SNR

former_member183819
Active Contributor
0 Kudos

hi how you have resolved snr?

Former Member
0 Kudos

Does anybody know how to solve this strange issue?

Thanks and regards

Former Member
0 Kudos

Hey guys,

The issue was with a BADI that was active - just inactivated it and the issue was resolved.

SNR

Former Member
0 Kudos

Do you remember the name of the BADI? Was it standard or Custom?

Thanks for your answer

Regards!

Former Member
0 Kudos

The ABAPer tells me it was doc_change - I hope this helps.

Answers (1)

Answers (1)

vinita_kasliwal
Active Contributor
0 Kudos

Dear All

Please can you assist we are trying to edit the SC and in doing so we are getting the below error :

" INterface data contains Error "  When I try to copy the line item as seen below and place the cart it goes fine However if I change the Category or price it gives me an error . Is there a restriction on what can be edited in the SC ? Please can some one assist on the error ?
Also please see the below reply from SAP!

What does this refer to a BADI / Class / FM ?? Could some one please guide ?

I see there is an enhancement

ZPERSONALIZATION_SHOPPING_CA24E

which overrides the standard method

SAPSRM/IF_PDO_UPDATE_BUFFER~SUBMIT

I tried skipping this enhancement but can't do that.

Can you please deactivate the enhancement and allow the standard SAP

code to execute.

The problem as described by my colleague is that the DELIV_DATE is

being populated in the limit item.

As standard, limit only has field VPER_START and VPER_END populated,

and DELIV_DATE is blank.

Please deactivate the enhancement and test the behavior again. In case

the issue still persists, please send the message back with the

enhancement in inactive state.