‎2010 Jun 30 7:45 PM
Hi,
I am trying to call below method.
CALL METHOD oi_document->save_document_to_table
CHANGING
document_table = p_rtf_textx
document_size = p_rtf_size.
it is dumping with the messge as ,
An object reference must point to an object (an instance of a class)
before it can be used to access components.
Either the reference was never set or it was set to 'NULL' using the
CLEAR statement.
Kindly let me know, what needs to be declared here to solve this isse.
How to , point object reference to an object.
I have referred this code from LSTXXF09(include).
Regards.
santosh.
‎2010 Jun 30 7:49 PM
‎2010 Jun 30 7:49 PM
‎2010 Jul 01 3:04 PM