Application Development Discussions
Join the discussions or start your own on all things application development, including tools and APIs, programming models, and keeping your skills sharp.
cancel
Showing results for 
Search instead for 
Did you mean: 

Runtime Error OBJECTS_OBJREF_NOT_ASSIGNED

0 Kudos
154

The termination occurred in the ABAP program "SAPLCNDP" in "DP_CONTROL_ASSIGN_TABLE".

The main program was "ZAT_XTRACT ".

The termination occurred in line 5 of the source code of the (Include)

program "LCNDP$10"

of the source code of program "LCNDP$10" (when calling the editor 50).

The program "SAPLCNDP" was started as a background job.

FUNCTION $$UNIT$$ DP_CONTROL_ASSIGN_TABLE

IMPORTING

REFERENCE(H_DP) TYPE !CNTL_HANDLE OPTIONAL

REFERENCE(H_CNTL) TYPE !CNTL_HANDLE

VALUE(TABNAME) LIKE !X030L-TABNAME OPTIONAL

VALUE(MEDIUM) TYPE !C OPTIONAL

VALUE(PROPERTYNAME) TYPE !C

VALUE(DATE) LIKE !SY-DATUM OPTIONAL

VALUE(TIME) LIKE !SY-UZEIT OPTIONAL

VALUE(DESCRIPTION) TYPE !C OPTIONAL

TABLES

!DATA

!TABFIELDS STRUCTURE !RFC_FIELDS OPTIONAL

EXCEPTIONS

!DP_ERROR_CREATE

!DP_ERROR_SEND_DATA

!DP_ERROR_ASSIGN

!DP_ERROR_INVALID_PARAM

!DP_ERROR_TABNAME .

please help me to analyze why this short dump has come?

Kindly revert <removed by moderator>

Edited by: Thomas Zloch on May 18, 2011 2:26 PM

2 REPLIES 2

Former Member
0 Kudos
71

The function module DP_CONTROL_ASSIGN_TABLE is looking for reference to a control on the SAP GUI (Frontend). As the program is executed in background, it is not able to reference the control on the front end.

Do you get an error when you do this activity in the foreground?

Regards,

Shyam

ThomasZloch
Active Contributor
0 Kudos
71

Each short dump has a section "error analysis" and more information, what did you not understand? Did you try looking for related SAP notes or previous discussions of similar problems?

Thomas