cancel
Showing results for 
Search instead for 
Did you mean: 

Short Dump while creating Configuration (Application or Component)

Former Member
0 Kudos

Hi All,

I m facing a short dump, while creating a Component or Applcation Configuration

in the standard FPM_GAF_COMPONENT.

Short dump states the Runtine error as MESSAGE_TYPE_UNKNOWN

Short text

Message type " " is unknown.

What happened?

Error in the ABAP Application Program

The current ABAP program "CL_WDR_MESSAGE_MANAGER========CP" had to be

terminated because it has

come across a statement that unfortunately cannot be executed.

Information on where terminated

Termination occurred in the ABAP program "CL_WDR_MESSAGE_MANAGER========CP" -

in "IF_WD_MESSAGE_MANAGER~REPORT_T100_MESSAGE".

The main program was "SAPMHTTP ".

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

of the (Include) program "CL_WDR_MESSAGE_MANAGER========CM00R".

12 exporting

13 textid = cx_wdr_rt_exception=>invalid_

14 endif.

15

>>>> message id msgid type msgty number msgno

17 with p1 p2 p3 p4

18 into msg.

19

20 if p1 is not initial.

Accepted Solutions (0)

Answers (1)

Answers (1)

ChrisPaine
Active Contributor
0 Kudos

What NW version is your system? - FPM configuration isn't supported until 7.01 - although you could/can launch it in later patch levels of 7.00, I really wouldn't recommend it.

However, now I re-read your message - are you trying to actually configure the standard FPM component rather than your own application that calls this component?

Former Member
0 Kudos

Hi Chris,

Thanks for the Repy,

The NW version 7.01.

i m trying to create a new Component Configuration (and Application Configuration) where I would be using other Webdynpro Components as UIBB's in the same. This functionaliy is valid with this Floor Plan Manager Component FPM_GAF_COMPONENT

Regards,

Srikanth.

ChrisPaine
Active Contributor
0 Kudos

Sorry if I'm being a bit slow to understand...

are you trying to configure the FPM configuration for an existing FPM application? Are you trying to configure a UIBB component so that it appears differently in various FPM applications? Or are you trying to create and configure an FPM application which will use existing UIBB's?

If the last case - which is the usual case for configurations of the FPM and FPM_GAF_COMPONENT, create your own application which should run the FPM_GAF_COMPONENT and the default window of the component. Then create a configuration of this application - which should then allow you to add your UIBB's into the application. If this is exactly what you're doing - then I'm a bit stuck - it's always worked for me!

Chris

Former Member
0 Kudos

Hi Chris,

No issues.,

I m very thankful for your Pateince to undestand my Issue.

Yes, It is the last case

Infact it was working in the other SAP box,

but having issue with existing box,

I have compared the Versions of the SAP Software components in the both he boxes,

the only version difference I could see is with the Software component "ST-A/PI", as per my understanding

this component has nothing to do with WeDynpro.

Regards,

Srikanth.

ChrisPaine
Active Contributor
0 Kudos

Hello Srikanth,

I have no issues in trying to help someone as polite as you! It is very nice to have questions answered in an intelligible manner - not unfortunately always the case.

Without being able to debug on your system it is quite difficult to say what might be causing this error - especially as you say this was working in a different system.

I'm sure you've already tried eliminating differences in your authorisations between the two systems? Are you registered as a developer in the new system?

Sorry I'm now just guessing as I've not come across the error myself - hopefully now that we have clearly documented the issue, someone else might be able to shed some light on what might cause it!

Chris

Former Member
0 Kudos

Hi,

Thanks for your time once again Chris

both systems are having the developer role itself.

As ypu have said lets wait for any responses from the the others.

Regards,

Srikanth.

Former Member
0 Kudos

Hi Chris,

I had done the debugging, and I could find that it is Authorisation issue,

If is triggering SY-SUBRC = 12 , when checking for an authorisation object.

Special Thanks for your Co Operation, Patience and help.

Regards,

Srikanth Pappu.