2011 May 18 10:43 AM
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
2011 May 18 12:13 PM
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
2011 May 18 1:30 PM
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