Application Development and Automation Discussions
Join the discussions or start your own on all things application development, including tools and APIs, programming models, and keeping your skills sharp.
cancel
Showing results for 
Search instead for 
Did you mean: 
Read only

MDG: Dump while creating Change Request

Former Member
0 Likes
5,985

While creating the Change Request I am getting ABAP Dumps as below:

Category                        ABAP Programming Error

Runtime Errors               RAISE_EXCEPTION

ABAP Program               CL_USMD_MDF_DB_ADAPTER========CP

Application Component  CA-MDG-AF

Error analysis

    A RAISE statement in the program "CL_USMD_MDF_DB_ADAPTER========CP" raised the

     exception

    condition "INVALID_FIELDNAME".

    Since the exception was not intercepted by a superior

    program, processing was terminated.

and while opening the portal i am receiving the error message

500 SAP Internal Server Error

ERROR: Exception condition

"INVALID_FIELDNAME" raised. (termination: RABAX_STATE).

While checking with ABAPer we found in Method 'REPLACE_FLDNM_P' of CLASS 'CL_USMD_MDF_DB_ADAPTER'  we are getting error while checking the existence of fieldname, fieldname ACCCCDET is not available which is resulting into this dump.

Moreever this issue is come for only one user, for others its working fine.

Please help me to resolve this issue.

10 REPLIES 10
Read only

Former Member
0 Likes
4,341

Hi Swet,

Check whether this entry is there in your system:

Data model - Assign business object type to entity type

For ACCCCDET - its 892

Regards,

Ashvin

Read only

0 Likes
4,341

Hi Ashvin,

BO has been already assigned. and this issue is coming for only few users.

Regards,

Swet

Read only

former_member193063
Active Participant
0 Likes
4,341

Hello Swet Bhushan,

We are also Phase same Issue It getting Dump :

Runtime Errors         RAISE_EXCEPTION

ABAP Program           CL_USMD_MDF_DB_ADAPTER========CP

Application Component  CA-MDG-AF...

Can you please let me know how could you resolve this issue...It'll be a grateful help..

Thanks

Nikhilesh

Read only

0 Likes
4,341

Hi Nikhilesh,

While creating the changerequest for finance master data, user was selecting the wrong data model hence it was resulting into dump. After correcting the data model in change request using edit data model above issue was corrected.

Regards,

Swet Bhushan

Read only

adnanmaqbool
Contributor
0 Likes
4,341

Dear All

Are you able to find any solution. I am getting dump when activating standard Data Model for Material.

Read only

adnanmaqbool
Contributor
0 Likes
4,341

Dear All

Any update.

Following Dump is appearing.

A RAISE statement in program "CL_MDG_MDF_FIELDNAME==========CP" has raised exception condition "FAILURE". Since the exception was not caught by a program higher up in the call hierarchy, processing was terminated. Short text for exception condition: You can find detailed documentation about the exception condition in transaction SE37 (Function Library). You can find the name of the function module called from the display of active calls.

If the error occurs in a non-modfied SAP program, you might be able to find a solution in the SAP Notes system. If you have access to the SAP Notes system, check there first using the following keywords: "RAISE_EXCEPTION" "CL_MDG_MDF_FIELDNAME==========CP" bzw. CL_MDG_MDF_FIELDNAME==========CM01Q "IF_MDG_MDF_FIELDNAME~GET_FPROP" or "CL_MDG_MDF_FIELDNAME==========CP" FAILURE or "MDG_DISPLAY_IMG" "FAILURE"

Read only

0 Likes
4,341

Dear Adnan.

Have you find solution? we are now experiencing same problem like you had.

After changing Data model, execute report USMD_ADJUST_STAGING, the short dump occured.

Read only

former_member804509
Discoverer
0 Likes
4,341

This issue comes if you select a data model as '0F'. Check table USMD2000 stores Personalization: Default Data Model for every user in file upload. Try changing value here to 0G & it works.

Read only

0 Likes
4,341

Hello Milind,

How to add entries in USMD2000 table. Maintenance dialog for this table is not defined.Now we are experiencing same problem while creating any change request in MDG-M.

Regards,

Rashmita.

Read only

AnilDasari
Explorer
0 Likes
3,590

If you see the Error in Accessing File Upload and Download in the path: 

Financial Accounting Governance àMultiple Object processing àFile Upload/Download



Below Resolution steps helped me to solve issue - 3311756 - Setting 0G Data Model as default while opening File Upload in MDG. As mentioned in one of replies, adjust Model from 0F to 0G in USMD2000 - Personalization: Default Data Model.

 

Thanks, 
Anil