Application Development and Automation 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: 
Read only

syntax error in CL_DIAGLS_DE_HANDLER==========CP

geetha_k
Active Participant
0 Likes
994

Hi to all,

We r getting dump when raising a solution message. the dump is

Short text
Syntax error in program "CL_DIAGLS_DE_HANDLER==========CP ".

What happened?
Error in the ABAP Application Program
The current ABAP program "SAPLFG_DIAGLS_DATA_ENRICHMENT" had to be terminated
because it has
come across a statement that unfortunately cannot be executed.
The following syntax error occurred in program
"CL_DIAGLS_DE_HANDLER==========CP " in include
"CL_DIAGLS_DE_HANDLER==========CM004 " in
line 331:
"No component exists with the name "<HOST>-FULL_NAME", but there is a c"
"omponent with a similar name "HOST"."
" "
" "
The include has been created and last changed by:
Created by: "SAP "
Last changed by: "SRINIVASA "
Error in the ABAP Application Program
The current ABAP program "SAPLFG_DIAGLS_DATA_ENRICHMENT" had to be terminated
because it has
come across a statement that unfortunately cannot be executed.

What can you do?
Please eliminate the error by performing a syntax check
(or an extended program check) on the program "CL_DIAGLS_DE_HANDLER==========CP
".
You can also perform the syntax check from the ABAP Editor.
If the problem persists, proceed as follows:
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
The following syntax error was found in the program
CL_DIAGLS_DE_HANDLER==========CP :
"No component exists with the name "<HOST>-FULL_NAME", but there is a c"
"omponent with a similar name "HOST"."
" "
" "

How to correct the error
Probably the only way to eliminate the error is to correct the program.
If you cannot solve the problem yourself and want to send an error
notification to SAP, include the following information:
1. The description of the current problem (short dump)
To save the description, choose "System->List->Save->Local File
(Unconverted)".
2. Corresponding system log
Display the system log by calling transaction SM21.
Restrict the time interval to 10 minutes before and five minutes
after the short dump. Then choose "System->List->Save->Local File
(Unconverted)".
3. If the problem occurs in a problem of your own or a modified SAP
program: The source code of the program
In the editor, choose "Utilities->More
Utilities->Upload/Download->Download".
4. Details about the conditions under which the error occurred or which
actions and input led to the error.

System environment
SAP Release..... 702
SAP Basis Level. 0010
Application server... "leapsm"
Network address...... "10.5.15.11"
Operating system..... "HP-UX"
Release.............. "B.11.31"
Hardware type........ "ia64"
Character length.... 16 Bits
Pointer length....... 64 Bits
Work process number.. 7
Shortdump setting.... "full"
Database server... "leapsm"
Database type..... "ORACLE"
Database name..... "LES"
Database user ID.. "SAPSR3"
Terminal.......... "localhost"
Char.set.... "C"
SAP kernel....... 720
created (date)... "Mar 21 2012 09:54:27"
create on........ "HP-UX B.11.31 U ia64"
Database version. "OCI_112, 11.2.0.2.0, V1, default"
Patch level. 201
Patch text.. " "
Database............. "ORACLE 10.1.0.*.*, ORACLE 10.2.0.*.*, ORACLE 11.2.*.*.*"
SAP database version. 720
Operating system..... "HP-UX B.11.31"
Memory consumption
Roll.... 0
EM...... 4189792
Heap.... 0
Page.... 0
MM Used. 1444000
MM Free. 2743120

User and Transaction
Client.............. 100
User................ "SMD_RFC"
Language key........ "E"
Transaction......... " "
Transaction ID...... "a38ac4bcf11311e1ae2f0000001568aa"
EPP Whole Context ID.... "A38AC4BCF11311E1AE2F0000001568AA"
EPP Connection ID....... "2E1D9690F04B11E1CD39C7210A050F0B"
EPP Caller Counter...... 226
Program............. "SAPLFG_DIAGLS_DATA_ENRICHMENT"
Screen.............. "SAPMSSY1 3004"
Screen Line......... 2
Debugger Active..... "none"

Server-Side Connection Information
Information on caller of Remote Function Call (RFC):
System.............. "########"
Installation Number. " "
Database Release.... 645
Kernel Release...... 645
Connection Type..... "E" (2=R/2, 3=ABAP System, E=Ext., R=Reg. Ext.)
Call Type........... "synchronous and non-transactional (emode 0, imode 0)"
Inbound TID.........." "
Inbound Queue Name..." "
Outbound TID........." "
Outbound Queue Name.." "
Client.............. "###"
User................ "############"
Transaction......... " "
Call Program........." "
Function Module..... "FM_DIAGLS_PUSH_PHYSICAL_HOST"
Call Destination.... "<unknown>"
Source Server....... "leapsm"
Source IP Address... "10.5.15.11"
Additional information on RFC logon:
Trusted Relationship " "
Logon Return Code... 0
Trusted Return Code. 0
Note:
- For Releases < 4.0, information on the RFC caller not available.
- The installation number is available from caller Release > 700
Additional information on RFC logon:
Trusted Relationship " "
Logon Return Code... 0
Trusted Return Code. 0
Note: For releases < 4.0, information on the RFC caller are often
only partially available.

Information on where terminated
Termination occurred in the ABAP program "SAPLFG_DIAGLS_DATA_ENRICHMENT" - in
"FM_DIAGLS_PUSH_PHYSICAL_HOST".
The main program was "SAPMSSY1 ".
In the source code you have the termination point in line 1
of the (Include) program "LFG_DIAGLS_DATA_ENRICHMENTU01".

Source Code Extract
Line SourceCde
>>>>>FUNCTION fm_diagls_push_physical_host.
2*"----------------------------------------------------------------------
3*"*"Local Interface:
4*" IMPORTING
5*" VALUE(IM_PHYSICAL_HOST) TYPE SDIAGLS_DE_COMPUTER
6*" VALUE(IM_VIRTUAL_HOSTS) TYPE TT_DIAGLS_DE_LOGICAL_COMPUTERS
7*" OPTIONAL
8*" VALUE(IM_MESSAGE) TYPE SDIAGLS_DE_WS_MESSAGE OPTIONAL
9*" EXCEPTIONS
10*" INVALID_COMBINATION
11*" RETRIEVE_EXCEPTION
12*"----------------------------------------------------------------------
13 DATA:
14 ls_physical_host TYPE sdiagls_host,
15 ls_virtual_host TYPE sdiagls_host,
16 ls_current_host TYPE sdiagls_host,
17
18 lv_exception_message TYPE string,
19 lr_retrieve_exception TYPE REF TO cx_diagls_retrieve_exception,
20 lr_update_exception TYPE REF TO cx_diagls_update_exception,

Contents of system fields
Name Val.
SY-SUBRC0
SY-INDEX2
SY-TABIX1
SY-DBCNT4
SY-FDPOS10
SY-LSIND0
SY-PAGNO0
SY-LINNO1
SY-COLNO1
SY-PFKEY
SY-UCOMM
SY-TITLECPIC and RFC Control
SY-MSGTY
SY-MSGID
SY-MSGNO000
SY-MSGV1
SY-MSGV2
SY-MSGV3
SY-MSGV4
SY-MODNO0
SY-DATUM20120828
SY-UZEIT190113
SY-XPROGSAPLFG_DIAGLS_DATA_ENRICHMENT
SY-XFORMFM_DIAGLS_PUSH_PHYSICAL_HOST

Active Calls/Events
No. Ty. Program Include Line
Name
4 FUNCTION SAPLFG_DIAGLS_DATA_ENRICHMENT LFG_DIAGLS_DATA_ENRICHMENTU01 1
FM_DIAGLS_PUSH_PHYSICAL_HOST
3 FORM SAPLFG_DIAGLS_DATA_ENRICHMENT LFG_DIAGLS_DATA_ENRICHMENTU01 1
FM_DIAGLS_PUSH_PHYSICAL_HOST
2 FORM SAPMSSY1 SAPMSSY1 167
REMOTE_FUNCTION_CALL
1 MODULE (PBO) SAPMSSY1 SAPMSSY1 35
%_RFC_START

Chosen variables
Name
Val.
No. 4 Ty. FUNCTION
Name FM_DIAGLS_PUSH_PHYSICAL_HOST
IM_MESSAGE
ERROR getVirtualizationConfiguration:internal error (SAPHostAgent version:720:62 - N.
0000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000
0000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000
4554522222222226675677766676766646666677676663667676662677672254546774666727677666333333322242
522F20000000000754692451C9A149FE3FE69752149FEA9E452E1C0522F2083108F34175E4065239FEA720A620D0EE
004500520052004F005200200020002000200020002000200020002000200067006500740056006900720074007500
IM_PHYSICAL_HOST
leapepci
0000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000
0000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000
6667676622222222222222222222222222222222222222222222222222222222222222222222222222222222222222
C510503900000000000000000000000000000000000000000000000000000000000000000000000000000000000000
006C006500610070006500700063006900200020002000200020002000200020002000200020002000200020002000
IM_VIRTUAL_HOSTS
Table IT_1[1x1086]
\FUNCTION=FM_DIAGLS_PUSH_PHYSICAL_HOST\DATA=IM_VIRTUAL_HOSTS
Table reference: 1
TABH+ 0(20) = C00000024E53C520000000000000000000000000
TABH+ 20(20) = 0000000100000001000000010000043EFFFFFFFF
TABH+ 40(16) = 0400000200007C400004249413000000
store = 0xC00000024E53C520
ext1 = 0x0000000000000000
shmId = 0 (0x00000000)
id = 1 (0x00000001)
label = 1 (0x00000001)
fill = 1 (0x00000001)
leng = 1086 (0x0000043E)
loop = -1 (0xFFFFFFFF)
xtyp = TYPE#000013
occu = 4 (0x00000004)
accKind = 1 (ItAccessStandard)
idxKind = 0 (ItIndexNone)
uniKind = 2 (ItUniNo)
keyKind = 1 (default)
cmpMode = 2 (cmpSingleMcmpR)
occu0 = 1
stMode = 0
groupCntl = 0
rfc = 0
unShareable = 0
mightBeShared = 1
sharedWithShmTab = 0
isShmLockId = 0
isUsed = 1
isCtfyAble = 1
hasScndKeys = 0
hasRowId = 0
scndKeysOutdated = 0
scndUniKeysOutdated = 0
----- Shareable Table Header Data -----
tabi = 0xC00000024E53C5A0
pgHook = 0x0000000000000000
idxPtr = 0x0000000000000000
id = 2 (0x00000002)
shmTabhSet = 0x0000000000000000
refCount = 1 (0x00000001)
tstRefCount = 0 (0x00000000)
lineAdmin = 4 (0x00000004)
lineAlloc = 4 (0x00000004)
shmVersId = 0 (0x00000000)
shmRefCount = 2 (0x00000002)
rowId = 18446744073709551615
scndKeyAdmin = 0x0000000000000000
leapepci
0000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000
0000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000
6667676622222222222222222222222222222222222222222222222222222222222222222222222222222222222222
C510503900000000000000000000000000000000000000000000000000000000000000000000000000000000000000
006C006500610070006500700063006900200020002000200020002000200020002000200020002000200020002000
SY-REPID
SAPLFG_DIAGLS_DATA_ENRICHMENT
0000000000000000000000000000000000000000
0000000000000000000000000000000000000000
5454445444445544545445444444522222222222
310C67F4917C3F4141F5E2938D5E400000000000
005300410050004C00460047005F0044004900410047004C0053005F0044004100540041005F0045004E0052004900
SYST-REPID
SAPLFG_DIAGLS_DATA_ENRICHMENT
0000000000000000000000000000000000000000
0000000000000000000000000000000000000000
5454445444445544545445444444522222222222
310C67F4917C3F4141F5E2938D5E400000000000
005300410050004C00460047005F0044004900410047004C0053005F0044004100540041005F0045004E0052004900
%_DUMMY$$
0000
0000
2222
0000
0020002000200020
LR_RETRIEVE_EXCEPTION
{O:initial}
F0000000
F0000000
FF00000000000000
LV_EXCEPTION_MESSAGE
<empty string>
40000000
10000000
4100000000000000
No. 3 Ty. FORM
Name FM_DIAGLS_PUSH_PHYSICAL_HOST
SY-XPROG
SAPLFG_DIAGLS_DATA_ENRICHMENT
0000000000000000000000000000000000000000
0000000000000000000000000000000000000000
5454445444445544545445444444522222222222
310C67F4917C3F4141F5E2938D5E400000000000
005300410050004C00460047005F0044004900410047004C0053005F0044004100540041005F0045004E0052004900
%_%_IM_MESSAGE
ERROR getVirtualizationConfiguration:internal error (SAPHostAgent version:720:62 - N.
0000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000
0000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000
4554522222222226675677766676766646666677676663667676662677672254546774666727677666333333322242
522F20000000000754692451C9A149FE3FE69752149FEA9E452E1C0522F2083108F34175E4065239FEA720A620D0EE
004500520052004F005200200020002000200020002000200020002000200067006500740056006900720074007500
%_ARCHIVE
0000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000
0000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000
2222222222222222222222222222222222222222222222222222222222222222222222222222222222222222222222
0000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000
0020002000200020002000200020002000200020002000200020002000200020002000200020002000200020002000
%_%_IM_PHYSICAL_HOST
leapepci
0000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000
0000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000
6667676622222222222222222222222222222222222222222222222222222222222222222222222222222222222222
C510503900000000000000000000000000000000000000000000000000000000000000000000000000000000000000
006C006500610070006500700063006900200020002000200020002000200020002000200020002000200020002000
%_VIASELSCR
#
0
4
04
%_%_IM_VIRTUAL_HOSTS
Table IT_0[1x1086]
\FUNCTION-POOL=FG_DIAGLS_DATA_ENRICHMENT\FORM=FM_DIAGLS_PUSH_PHYSICAL_HOST\DATA=%_%_IM_VIRTUAL
Table reference: 0
TABH+ 0(20) = C00000024E53C520C00000024E53B94000000000
TABH+ 20(20) = 0000000000000000000000010000043EFFFFFFFF
TABH+ 40(16) = 0400000200007C400004249413000000
store = 0xC00000024E53C520
ext1 = 0xC00000024E53B940
shmId = 0 (0x00000000)
id = 0 (0x00000000)
label = 0 (0x00000000)
fill = 1 (0x00000001)
leng = 1086 (0x0000043E)
loop = -1 (0xFFFFFFFF)
xtyp = TYPE#000013
occu = 4 (0x00000004)
accKind = 1 (ItAccessStandard)
idxKind = 0 (ItIndexNone)
uniKind = 2 (ItUniNo)
keyKind = 1 (default)
cmpMode = 2 (cmpSingleMcmpR)
occu0 = 1
stMode = 0
groupCntl = 0
rfc = 0
unShareable = 0
mightBeShared = 1
sharedWithShmTab = 0
isShmLockId = 0
isUsed = 1
isCtfyAble = 1
hasScndKeys = 0
hasRowId = 0
scndKeysOutdated = 0
scndUniKeysOutdated = 0
----- Shareable Table Header Data -----
tabi = 0xC00000024E53C5A0
pgHook = 0x0000000000000000
idxPtr = 0x0000000000000000
id = 2 (0x00000002)
shmTabhSet = 0x0000000000000000
refCount = 1 (0x00000001)
tstRefCount = 0 (0x00000000)
lineAdmin = 4 (0x00000004)
lineAlloc = 4 (0x00000004)
shmVersId = 0 (0x00000000)
shmRefCount = 2 (0x00000002)
rowId = 18446744073709551615
scndKeyAdmin = 0x0000000000000000
----- 1st level extension part --------
regHook = 0x0000000000000000
collHook = 0x0000000000000000
ext2 = 0xC00000024E53C4B0
----- 2nd level extension part --------
tabhBack = 0xC00000024E53AE00
delta_head = 0000000000000000000000000000000000000000000000000000000000000000000000000000000
pb_func = 0x0000000000000000
pb_handle = 0x0000000000000000
leapepci
0000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000
0000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000
6667676622222222222222222222222222222222222222222222222222222222222222222222222222222222222222
C510503900000000000000000000000000000000000000000000000000000000000000000000000000000000000000
006C006500610070006500700063006900200020002000200020002000200020002000200020002000200020002000
No. 2 Ty. FORM
Name REMOTE_FUNCTION_CALL
%_PRINT
000 0###
0000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000
0000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000
2222333222222222222222222222222222222222222222222222222222222222222222222222222222222222223000
0000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000
0020002000200020003000300030002000200020002000200020002000200020002000200020002000200020002000
%_DUMMY$$
0000
0000
2222
0000
0020002000200020
RSJOBINFO
00000000000000 ##
0000000000000000000000000000000000000000000000000000000000000000000000000000000000
0000000000000000000000000000000000000000000000000000000000000000000000000000000000
2222222222222222222222222222222233333333333333222222222222222222222222222222222200
0000000000000000000000000000000000000000000000000000000000000000000000000000000000
0020002000200020002000200020002000200020002000200020002000200020002000200020002000200020002000
L_ROOT
{O:initial}
F0000000
F0000000
FF00000000000000
SY-REPID
SAPMSSY1
0000000000000000000000000000000000000000
0000000000000000000000000000000000000000
5454555322222222222222222222222222222222
310D339100000000000000000000000000000000
005300410050004D005300530059003100200020002000200020002000200020002000200020002000200020002000
SPACE
0
0
2
0
0020
%_SPACE
0
0
2
0
0020
L_SYXPROG
SAPLFG_DIAGLS_DATA_ENRICHMENT
0000000000000000000000000000000000000000
0000000000000000000000000000000000000000
5454445444445544545445444444522222222222
310C67F4917C3F4141F5E2938D5E400000000000
005300410050004C00460047005F0044004900410047004C0053005F0044004100540041005F0045004E0052004900
L_SYXFORM
FM_DIAGLS_PUSH_PHYSICAL_HOST
000000000000000000000000000000
000000000000000000000000000000
445444445555545545544445445522
6DF4917C3F0538F0893931CF8F3400
0046004D005F0044004900410047004C0053005F0050005500530048005F0050004800590053004900430041004C00
No. 1 Ty. MODULE (PBO)
Name %_RFC_START
RFCTYPE_INTERNAL
3
0000
0003
00000003

Application Calls
IndexCalls
1R=2 T=S S=leapsm I= F=FM_DIAGLS_PUSH_PHYSICAL_HOST C= U=

Internal notes
The termination was triggered in function "ab_genprog"
of the SAP kernel, in line 1843 of the module
"//bas/720_REL/src/krn/runt/abgen.c#10".
The internal operation just processed is "CPOP".
Internal mode was started at 20120828190113.
Program name.........: "CL_DIAGLS_DE_HANDLER==========CP ".
Error message........: "No component exists with the name "<HOST>-FULL_NAME",
but there is a c".

Active Calls in SAP Kernel
Lines of C Stack in Kernel (Structure Differs on Each Platform)
(0) 0x40000000030d70b0 CTrcStack2 + 0x1d0 at dptstack.c:228 [dw.sapLES_DVEBMGS00]
(1) 0x40000000030d7490 CTrcStack + 0x30 [dw.sapLES_DVEBMGS00]
(2) 0x40000000032f5ca0 _Z16rabax_CStackSavev + 0x1c0 at abrabax.c:8656 [dw.sapLES_DVEBMGS00]
(3) 0x40000000032fd3c0 ab_rabax + 0x3ea0 at abrabax.c:1416 [dw.sapLES_DVEBMGS00]
(4) 0x400000000332a880 ab_genprog + 0x1430 at abgen.c:1843 [dw.sapLES_DVEBMGS00]
(5) 0x400000000276ae20 _Z7newloadPKtjPj + 0x10c0 at abload1.c:352 [dw.sapLES_DVEBMGS00]
(6) 0x40000000025a4f50 _Z11ab_LoadProgPKtj + 0x170 at abload1.c:158 [dw.sapLES_DVEBMGS00]
(7) 0x40000000025a40c0 _Z15LoadGlobalClassPKtjjj9ClasState + 0x180 at abobject.c:989 [dw.sapLES_
(8) 0x4000000002696440 _Z11FillCfixIntPK4CREFP4CFIXjj9ClasState + 0x400 at abobject.c:1501 [dw.s
(9) 0x4000000002859ea0 _Z26ab_CrefToCladId_ActivateOKtPh + 0x200 at abobject.c:1740 [dw.sapLES_D
(10) 0x4000000002834e40 _Z8ab_jaboov + 0x420 at abobject.c:2739 [dw.sapLES_DVEBMGS00]
(11) 0x40000000027280e0 _Z8ab_extriv + 0x2d90 at abextri.c:674 [dw.sapLES_DVEBMGS00]
(12) 0x400000000255f3b0 _Z9ab_xeventPKt + 0xb0 at abrunt1.c:278 [dw.sapLES_DVEBMGS00]
(13) 0x4000000002893e50 ab_dstep + 0x2b0 at abdynpro.c:628 [dw.sapLES_DVEBMGS00]
(14) 0x4000000002591010 dynpmcal + 0xdb0 at dymainstp.c:2890 [dw.sapLES_DVEBMGS00]
(15) 0x40000000025daf20 dynppbo0 + 0x280 at dymainstp.c:670 [dw.sapLES_DVEBMGS00]
(16) 0x40000000028d73b0 dynprctl + 0x2b0 at dymainstp.c:469 [dw.sapLES_DVEBMGS00]
(17) 0x4000000002483610 dynpen00 + 0x910 at dymain.c:2024 [dw.sapLES_DVEBMGS00]
(18) 0x400000000224c1a0 Thdynpen00 + 0x3c0 at thxxhead.c:5204 [dw.sapLES_DVEBMGS00]
(19) 0x40000000023b5990 TskhLoop + 0x7d60 at thxxhead.c:4866 [dw.sapLES_DVEBMGS00]
(20) 0x4000000002136f80 ThStart + 0x5a0 at thxxhead.c:1194 [dw.sapLES_DVEBMGS00]
(21) 0x4000000002407e50 DpMain + 0x6f0 at dpxxdisp.c:1194 [dw.sapLES_DVEBMGS00]
(22) 0x4000000002091760 main + 0x80 at thxxanf.c:80 [dw.sapLES_DVEBMGS00]
(23) 0xc00000000004a9b0 main_opd_entry + 0x50 [/usr/lib/hpux64/dld.so]

List of ABAP programs affected
Index TypProgram Group Date Time Size Lang.
0PrgSAPMSSY1 004.03.200911:23:58 25600E
1PrgSAPLSYST 105.12.201112:42:16 44032E
2PrgSAPLFG_DIAGLS_DATA_ENRICHMENT 205.12.201113:11:12 38912E
3TypSDIAGLS_DE_WS_MESSAGE 005.12.201108:47:34 4096
4TypSDIAGLS_DE_COMPUTER 005.12.201108:47:35 9216
5TypSDIAGLS_DE_LOGICAL_COMPUTER 005.12.201108:47:37 3072
6PrgCL_DIAGLS_STATUS==============CP 625.08.201202:10:39 19456E
7TypDD07V 016.12.200420:34:00 3072
8PrgSAPLSDIF 825.08.201200:51:12 253952E
9TypDD01V 004.03.200909:46:31 6144
10PrgSAPLSDDO 1016.02.201022:37:29 290816E
11TypDCDOMAGET 013.01.199511:00:43 2048
12TypSDIAGLS_HOST 025.08.201200:45:17 17408
13TypSDIAGLS_OPERATING_SYSTEM 025.08.201200:45:17 11264
14PrgRADBTDDO 1016.02.201023:30:37 47104E
15PrgRADBTDDF 1030.04.200917:19:24 342016E
16TypDD01L 004.03.200909:46:28 6144
17TypDD01T 008.08.199714:46:15 3072
18TypDDDOSTATE 020.12.199615:00:00 2048
19TypDD07L 016.12.200420:32:31 3072
20TypDD07T 008.08.199714:46:27 3072
21TypSYST 016.12.200420:31:11 30720
22TypRSJOBINFO 005.12.201108:47:37 3072

Directory of Application Tables
Name Date Time Lngth
Val.
Program SAPMSSY1
SYST . . : : 00004612
\0\x0002\0\0\0\x0001\0\x0004\0\0\0\0\0\x0001\0\0\0\0\0\0\0
SY . . : : 00004612
\0\x0002\0\0\0\x0001\0\x0004\0\0\0\0\0\x0001\0\0\0\0\0\0\0
RSJOBINFO . . : : 00000164
00000000000000

ABAP Control Blocks (CONT)
IndexNameFlPAR0PAR1PAR2PAR3PAR4PAR5PAR6Source Code Line
201113111
339PAR121C003 LFG_DIAGLS_DATA_ENRICHMENTU01 247
340PAR200000000010000 LFG_DIAGLS_DATA_ENRICHMENTU01 247
342mvqk0205020F500392 LFG_DIAGLS_DATA_ENRICHMENTU01 247
344FUNE010018 LFG_DIAGLS_DATA_ENRICHMENTU01 247
345MESS02C003 LFG_DIAGLS_DATA_ENRICHMENTU01 247
346BRAX000001 LFG_DIAGLS_DATA_ENRICHMENTU01 254
347EXCP0B0000 LFG_DIAGLS_DATA_ENRICHMENTU01 254
348FUNE000000 LFG_DIAGLS_DATA_ENRICHMENTU01 259
349----000000 LFG_DIAGLS_DATA_ENRICHMENTU01 259
350ABOO02000000040000 LFG_DIAGLS_DATA_ENRICHMENTU01 1
352ABOO02000000060000 LFG_DIAGLS_DATA_ENRICHMENTU01 1
>>>>>CPOP000000 LFG_DIAGLS_DATA_ENRICHMENTU01 1
355PAR2130000000086AC LFG_DIAGLS_DATA_ENRICHMENTU01 1
357PAR2130000000086DC LFG_DIAGLS_DATA_ENRICHMENTU01 1
359PAR20500000000A238 LFG_DIAGLS_DATA_ENRICHMENTU01 1
361PAR20500000000B508 LFG_DIAGLS_DATA_ENRICHMENTU01 1
363PAR20500000000B510 LFG_DIAGLS_DATA_ENRICHMENTU01 1
365----000000 LFG_DIAGLS_DATA_ENRICHMENTU01 1
366PERP000000 LFG_DIAGLS_DATA_ENRICHMENTU01 1
3 REPLIES 3
Read only

RaymondGiuseppi
Active Contributor
0 Likes
793

Well, the dump explains that there is a syntax error in a SAP include modified by "

SRINIVASA", so ask him what he did. Note implementation, Enhancement ?

(There is a recent note for CL_DIAGLS_DE_HANDLER : Note 1712468 - DBA: Outside db discovery support for virtual hostnames look at this note, last version of 2012.08.23, is it currently implemented, check modification of method CL_DIAGLS_DE_HANDLER _LOOKUP_DATABASE)

Regards,

Raymond

Read only

0 Likes
793

Hi Raymond,

Ha has implemented that note. Then only this dump is coming. The note saying that, ofter implement this note method LOOKUP_DATABASE is to set the original version manually . But when we r changing the version to original its asking access key. What we do.

Read only

0 Likes
793

Request for a key at http://service.sap.com/sscr and revert this method to original version. (I wont be able to help further, not yet at SP5 level)

Regards,

Raymond