cancel
Showing results for 
Search instead for 
Did you mean: 

Error in component usage.

Former Member
0 Kudos

Hi,

When i do double click on a component uasege (Used Component BP_HEAD_SEARCH) , I am getting the below error message.

Message Text

unexpected symbol: ' '; name expected Entity: "<<document>>" Offset: 0000000005 Error Severity: error

Technical Data

Message type__________E (Error)
Message class_________BL (Application Log)
Message number________001
Message variable 1____unexpected symbol: ' '; name expected Entity: "<<d
Message variable 2____ocument>>" Offset: 0000000005 Error Severity: erro
Message variable 3____r
Message variable 4____

Message Attributes

Level of detail_______
Problem class_________4 (Additional information)
Sort criterion________
Number________________                                                                                                                                    1

Due to the above error, i am getting an BSP error when i click on search value help(F4) for partner functions(eg. sold-to-party,ship-to-party,partner-id)

"

No valid source context supplied

Exception Class CX_XSLT_RUNTIME_ERROR
Error Name 
Program CL_BSP_WD_REPOSITORY==========CP
Include CL_BSP_WD_REPOSITORY==========CM003
ABAP Class CL_BSP_WD_REPOSITORY
Method CREATE_INSTANCE_FROM_XML
Line 10 
Long text -
"

Please help me on this.

Regards

Satya

Accepted Solutions (0)

Answers (2)

Answers (2)

praveen_kumar194
Active Contributor
0 Kudos

not sure may be you can do syntax check for that runtime repository . it will give you any clue if there are any errors in that repository file of that component.

nicolas_busson
Active Contributor
0 Kudos

Hi Satya,

If this error happened after enhancing the component, you might want to compare the differences between your component and the standard one. SAP delivers a tool for that:

http://help.sap.com/saphelp_crm700_ehp02/helpdata/en/5d/ff7b5b6a1e4bb388a23aaa3674d8ef/content.htm

Once the difference causing the issue is found, you will be able to fix your component usage via the xml file of your runtime repository (see one of the icons next to the "modify" button to display/change the XML).

Regards,

Nicolas.

Former Member
0 Kudos

Hi Nicolas,

Thanks for your reply.

I tried to compare between the standard and customized component, but failed to do so. Because before it gives any result, it's goin to error page " An error has occurred during parsing of the Runtime Repository XML: ''

Regards

Satya

nicolas_busson
Active Contributor
0 Kudos

Hi Satya,

Then try downloading both XML files on your desktop and compare them manually... With 'Alt+Tab' this is something you can do quite easily. Once the tag causing the issue is found, fix it, and paste the XML back to the runtime repository of your component.

Regards,