Creation of Object Attributes

Roehlen, Peter PRoehlen at powercor.com.au
Wed Aug 14 20:23:07 EDT 2002


Hi Diane,
 
Structures are commonly used for screen fields but aren't actually database
tables and so do not store any data persistently (ie they only contain data
for the life of the screen or program.)  Unless the field is a calculated
field, the field/attribute you are interested in would be stored in a
database table with a different name.
 
Finding the name of the database table you need can be very easy and also
very difficult (involving deep program debugging).  I suggest you discuss it
with an ABAP programmer at your site and he may be able to track it down for
you.
 
As a guide, unless the field is contained in the same table as the key field
of your business object type (view VIQMEL in the case of BUS2078) you will
possibly need to create a virtual attribute to add it in anyway which may
involve some programming.
 
Regards
Peter Roehlen
Powercor Australia Ltd
(03) 9683 4613
040 99 555 60
 
 
-----Original Message-----
From: Nobles, Diane [mailto:nobles_dh at naptheon.com]
Sent: Thursday, 15 August 2002 9:12
To: SAP-WUG at MITVMA.MIT.EDU
Subject: Creation of Object Attributes
 
 
I am creating object attributes in a Zbus2078 object.  The field is found in
a structure table.  When I enter it in the program gives me an error, i.e.,
"RQM02 is not found in the ABAP Dictionary as a table, projection or
database view."  What does this mean and what do I need to do to incorporate
this structure in to the object program?  Where can I find information on
the process for resolving this error?  Thanks in advance!!!
 
Diane H. Nobles
Northrop Grumman-Naptheon
SDE PM Team
(757) 380-7250
 
 
**********************************************************************
Powercor Australia Ltd. This email and any file attachments are
confidential and intended solely for the use of the individual or
entity to whom they are addressed. If you have received this email in
error please tell us immediately by return email and delete the
document.
**********************************************************************
 


More information about the SAP-WUG mailing list