Reading values in an object table

Bertrand, Scott scott.bertrand at sap.com
Mon Jul 24 17:53:41 EDT 2000


Mark
 
I believe that the data would be available, via reference 'OBJECT-_BKPF'.
It would be only available internally to the program, and it might look
strange to someone examining the object code at a later date.  I would weigh
the performance gains against ongoing maintenance and support.
 
Regards,
Scott Bertrand
SAP Newtown SQ,PA
 
-----Original Message-----
From: Mark Huffman [mailto:m.r.huffman at worldnet.att.net]
Sent: Monday, July 24, 2000 4:31 PM
To: SAP-WUG at MITVMA.MIT.EDU
Subject: Reading values in an object table
 
 
I am wondering what the effort involved is to grab a value from an
object table when the field is not defined as an Attribute.
 
There are lots of business objects defined with only a handful of
attributes, but the underlying table might have dozens of fields. Are
these fields generally available within the object program because of
the read that occurs near the beginning of the program or is the only
way to read them to define new attributes and then read the values with
a swc_get_property statement?
 
Specifically I am interested in reading additional values from BSEG.
 
Any comments? Don't tell me to write a new select statement because I am
trying to use the macros and tools within object programming.
 
Mark
 


More information about the SAP-WUG mailing list