I am New to SAP and ABAP.
I have made Odata service in SAP Gateway. but when i run via SAP Gateway Client i am Getting error as Follows
"In the context of Data Services an unknown internal server error occured"
i have tried to refresg Metadata also but it still i am getting same error
In Error Log i am getting Following Error
"Dereferencing of the NULL reference"
and i tried to check error in ST22, but i am not Getting entry for above error.
Please help me
It is giving me dump from below function from Standard method
me->build_property(
EXPORTING
io_property = lr_property->attribute
it_namespaces = it_namespaces
CHANGING
cr_edm_property = lr_edm_property
).
in this method it is giving me dump in below method
me->build_nav_property_for_entity(
EXPORTING
io_node = io_node
is_qualified_name = is_qualified_name
it_namespaces = it_namespaces
CHANGING
ct_navigation_properties = rr_entity_type->*-navigation_properties
ct_properties = rr_entity_type->*-properties
).
now in this function it is giving me dump in below statement
io_node->get_references( IMPORTING et_references = lt_references ).