cancel
Showing results for 
Search instead for 
Did you mean: 

Error in Calling the BSP page

Former Member
0 Kudos

Hi FRIENDS,

I need your help for solving a BSP application error.

When I click on the Process tab, to process new order on the portal, i am getting an error as below:

-


Business Server Page (BSP) error

What happened?

Calling the BSP page was terminated due to an error.

SAP Note

The following error text was processed in the system:

Invalid format

Error type:

Your SAP Business Server Pages Team

-


There is no syntax error in the program. I suppose its failing to call the BSP program when we click on the tab. Its not even creating any dump in the backend. Can you suggest what could be the reason.

Thanks in advance.

Prashant

Accepted Solutions (1)

Accepted Solutions (1)

Nigel_James
Active Contributor
0 Kudos

Hi,

I am having the same problem as this also and looking for help on sdn for this issue and finding now my suggestion is this.

1. breakpoint your bsp app and trace it through to find where the error is occuring. You may find that you end up at method IF_MESSAGE~GET_TEXT .

which populates the result with 'Invalid Text'.

If you get this you have tripped a CATCH and this is the resulting error message.

2. Wind back (if you have access) all the changes you have made, testing as you go.

All the best - This may help someone.

N

Former Member
0 Kudos

Hi Nigel,

This problem is resolved now.

This error is because of wrong UI settings.

Thanks a lot for your inputs.

Regards

Prashant

Former Member
0 Kudos

Hi Prashant, may I know what was wrong with the UI settings? I'm currently facing the same problems but in PCUI

Answers (0)