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

activate table in ABAP Dictionary?

Former Member
0 Likes
4,871

Hi  all,

when i creat a material via MM01,the system shows "the material 1987 was created"then immediately  display the material,i see the message

“Express Document "Update was terminated" received from author”

 

i checked in SM13,and see this:

Class: 00         Number: 671

00 671: ABAP/4 processor:DBIF_RSQL_SQL_ERROR

Report: LMGMVFSQ   Row: 760

When i activate the tabl MATNR(material number) via SE11,but in SE16 ,the message is as follows:

Table MATNR is not active in the Dictionary

Any help would be appreciated.

Thanks in advance,

SAPer

Hi  all,

when i creat a material via MM01,the system shows "the material 1987 was created"then immediately  display the material,i see the message

“Express Document "Update was terminated" received from author”

 

i checked in SM13,and see this:

Class: 00         Number: 671

00 671: ABAP/4 processor:DBIF_RSQL_SQL_ERROR

Report: LMGMVFSQ   Row: 760

When i activate the tabl MATNR(material number) via SE11,but in SE16 ,the message is as follows:

Table MATNR is not active in the Dictionary

Any help would be appreciated.

Thanks in advance,

SAPer

12 REPLIES 12
Read only

RaymondGiuseppi
Active Contributor
0 Likes
3,045

MATNR is not a table but a data element... (SE11 -> execute display)

Are there more information on the DBIF_RSQL_SQL_ERROR in ST22 or SM21 transactions like duplicate keys or table space full...

Regards,

Raymond

PS: Also, to identify table with inconsistencies between DDIC and Database, use transactions like DB02.

Read only

0 Likes
3,045

yap,in the SM21 view,these errors are occured as the same time as DBIF_RSQL_ERROR

Read only

0 Likes
3,045

So the actual error is ORA-00947, missing values, more fields in database than in ddic, were fields removed recently ?

Does transaction DB02 show an error for table "MARA" and not "MATNR", try to activate MARA from SE11 or SE14 (keeping data of course)

Regards,

Raymond

PS: If not solved by MARA re-activation, read Note 592393 - FAQ: Oracle

Read only

0 Likes
3,045

I   checked MARA in SE11,and it's status is "partly active" can you tell me how to activate all.

also, SE14  not respond

Regards,

SAP er

Read only

Venkat_Sesha
Product and Topic Expert
Product and Topic Expert
0 Likes
3,045

Goto SE11 from the Menu Utility --> Database Utility.

Click on Activate and Adjust Database with Save Radio Button.

Hope this helps

Read only

0 Likes
3,045

First, from SE11 display the activation log (in Menu Utilities)

Regards,

Raymond

Read only

0 Likes
3,045

yap,solved!haha....

Thanks  a lot,

SAP er

Read only

0 Likes
3,045

Solved!haha..

Thanks  a  lot

SAP er

Read only

Former Member
0 Likes
3,045

Hi SAP er,

Check if any commit statements or function modules are inserted in report LMGMVFSQ through enhancement as it is cancelling the updates to DB tables. Or check if any function modules relate to 'Buffer refresh' are used.

'MATNR' is not a table, it is data element used for material number. Hence it can not be viewd through SE16. Since you are checking it in SE16 , you are getting the error called 'Table MATNR is not active in the Dictionary'.

Try to debug and check if any wrong select/modify statement is used.

Regards,

Dipesh.

Read only

0 Likes
3,045

Thanks,

there is no "Buffer refresh",But can you let me know how to find the table ?

Regards,

SAP er

Read only

Venkat_Sesha
Product and Topic Expert
Product and Topic Expert
0 Likes
3,045

Refresh SAP Buffers with /$SYNC Command. Since it is a Material Master which comes under full Bufferring sometimes system may need to refresh the buffer. When u check the Material it will be seen in MM03 Transaction. Hope this Helps.

Read only

0 Likes
3,045

All  buffers are reaet,but it can not works

Thanks

SAP er