Hi,
I am getting the ABAP programming error in our solman 7.1 after execute step 3 (see screen shot) , can someone help to fix this error ?
Below is the detail info of error:
Category ABAP Programming Error
Runtime Errors CREATE_DATA_UNKNOWN_TYPE
Except. CX_SY_CREATE_DATA_ERROR
ABAP Program CA_OBL_BINREL=================CP
Application Component BC-SRV-GBT-OBL
Date and Time 29.09.2015 17:00:38
Short text
CREATE DATA: The specified type "/POSDW/OBJREL" is no valid data type.
What happened?
Error in the ABAP Application Program
The current ABAP program "CA_OBL_BINREL=================CP" had to be
terminated because it has
come across a statement that unfortunately cannot be executed.
What can you do?
Note down which actions and inputs caused the error.
To process the problem further, contact you SAP system
administrator.
Using Transaction ST22 for ABAP Dump Analysis, you can look
at and manage termination messages, and you can also
keep them for a long time.
Error analysis
An exception occurred that is explained in detail below.
The exception, which is assigned to class 'CX_SY_CREATE_DATA_ERROR', was not
caught in
procedure "IF_BINREL_CA~READ_LINKS" "(METHOD)", nor was it propagated by a
RAISING clause.
Since the caller of the procedure could not have anticipated that the
exception would occur, the current program is terminated.
The reason for the exception is:
The dynamically specified type "/POSDW/OBJREL" at CREATE DATA is no valid data
type.
The type is either unknown or an object type.