Hi All,
When I trying to transfer request, the Program terminated (Method Execution (12) Canceled)
I get a dump as detailed below.
*********************************************************************************************
Category ABAP Programming Error
Runtime Errors OBJECTS_OBJREF_NOT_ASSIGNED
ABAP Program SAPLRSBK_AFTER_IMPORT
Application Component BW-WHM-DST
Short text
Access via 'NULL' object reference not possible.
What happened?
Error in the ABAP Application Program
The current ABAP program "SAPLRSBK_AFTER_IMPORT" had to be termin
it has
come across a statement that unfortunately cannot be executed.
Error analysis
You attempted to use a 'NULL' object reference (points to 'nothing')
access a component (variable: " ").
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.
*********************************************************************************************
We are on:
SAP_BASIS 731 0009
SAP_ABA 731 0009
PI_BASIS 731 0009
ST-PI 2008_1_710 0008
BI_CONT 747 0006
SAP_BW 731 0009
ST-A/PI 01Q_731 0000
Help in fixing this issue is appreciated.
Thanks