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

table/view Maintainance

Former Member
0 Likes
1,466

hi to all,

for the standard sap table swwcntpadd.for this table we are trying to create a Maintainance view for the client requirment. when we are maintaining the table maintainance genarator, we are getting the eroor..

GUID in table key (field name GUID) is not supported

Message no. SV176

Diagnosis

The specified key field in the table or view, for which a maintenance screen is to be generated, is a GUID (Global Unique Identifier). This is not supported.

System response

No maintenance dialog is generated.

Procedure

Change the table/view definition

points to be addeded..

4 REPLIES 4
Read only

Former Member
0 Likes
895

u cann't genarate table Maintainance for Field type RAW.

Regards

Prabhu

Read only

uwe_schieferstein
Active Contributor
0 Likes
895

Hello Suresh

Although the GUID is of type CHAR32 and thus could be maintained, the point is that SAP does not allow you to manually maintain GUIDs which are always generated by the system itself (e.g. class CL_RECA_GUID).

If you were able to maintain this value it would no longer be a GUID.

Regards

Uwe

Read only

ibrahim_u
Active Participant
0 Likes
895

i think guid is reserved word in table fields.

ibrahim

Read only

Former Member
0 Likes
895

Its datatype problem ..as u cannot generate Table maintance for RAW data type

check the following link..

http://help.sap.com/saphelp_erp2005vp/helpdata/en/69/c251474ba111d189750000e8322d00/frameset.htm

Message was edited by: hemant k