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

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.

Moderator message: please do not cross-post, one one thread per problem, you even mixed up your own threads while replying.

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

1 REPLY 1

0 Kudos

Hello Shyam,

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.

Try to do this activity in for ground.

Thanking You,

Rahul.