Você está na página 1de 17

Category ABAP Programming Error

Runtime Errors SYNTAX_ERROR


ABAP Program CL_COVERAGE_UPDATE============CP
Application Component BC-ABA-LA
Date and Time 30.04.2014 00:54:40
--------------------------------------------------------------------------------
--------------------
--------------------------------------------------------------------------------
--------------------
|Short text
|
| Syntax error in program "CL_COVERAGE_UPDATE============CP ".
|
--------------------------------------------------------------------------------
--------------------
--------------------------------------------------------------------------------
--------------------
|What happened?
|
| Error in the ABAP Application Program
|
|
|
| The current ABAP program "RSGENCOV" had to be terminated because it has
|
| come across a statement that unfortunately cannot be executed.
|
|
|
| The following syntax error occurred in program
|
| "CL_COVERAGE_UPDATE============CP " in include
|
| "CL_COVERAGE_UPDATE============CM005 " in
|
| line 30:
|
| "Formal parameter "IM_SUBMIT_RSGENCOV" does not exist."
|
| " "
|
| " "
|
| " "
|
|
|
| The include has been created and last changed by:
|
| Created by: "SAP "
|
| Last changed by: "SAP "
|
| Error in the ABAP Application Program
|
|
|
| The current ABAP program "RSGENCOV" 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_COVERAGE_UPDATE==========
==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_COVERAGE_UPDATE============CP :
|
| "Formal parameter "IM_SUBMIT_RSGENCOV" does not exist."
|
| " "
|
| " "
|
| " "
|
--------------------------------------------------------------------------------
--------------------
--------------------------------------------------------------------------------
--------------------
|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. 0013
|
|
|
| Application server... "solman"
|
| Network address...... "192.168.1.164"
|
| Operating system..... "Windows NT"
|
| Release.............. "6.3"
|
| Hardware type........ "6x AMD64 Level"
|
| Character length.... 16 Bits
|
| Pointer length....... 64 Bits
|
| Work process number.. 6
|
| Shortdump setting.... "full"
|
|
|
| Database server... "solman"
|
| Database type..... "SYBASE"
|
| Database name..... "SOL"
|
| Database user ID.. "SAPSR3"
|
|
|
| Terminal.......... " "
|
|
|
| Char.set.... "C"
|
|
|
| SAP kernel....... 721
|
| created (date)... "Apr 20 2014 21:31:23"
|
| create on........ "NT 6.0 6002 S x86 MS VC++ 16.00"
|
| Database version. "Sybase ASE 16.0.00.01 "
|
|
|
| Patch level. 228
|
| Patch text.. " "
|
|
|
| Database............. "15.7"
|
| SAP database version. 721
|
| Operating system..... "Windows NT 5.1, Windows NT 5.2, Windows NT 6.0, Wind
ows |
| NT 6.1, Windows NT 6.2, Windows NT 6.3"
|
|
|
| Memory consumption
|
| Roll.... 0
|
| EM...... 4189792
|
| Heap.... 0
|
| Page.... 0
|
| MM Used. 899728
|
| MM Free. 3287392
|
--------------------------------------------------------------------------------
--------------------
--------------------------------------------------------------------------------
--------------------
|User and Transaction
|
| Client.............. 000
|
| User................ "SAPSYS"
|
| Language key........ "E"
|
| Transaction......... " "
|
| Transaction ID...... "E7D3CFE31BE4F1D780C200155D019E0C"
|
|
|
| EPP Whole Context ID.... " "
|
| EPP Connection ID....... " "
|
| EPP Caller Counter...... 0
|
|
|
| Program............. "RSGENCOV"
|
| Screen.............. " "
|
| Screen Line......... 0
|
| Debugger Active..... "none"
|
--------------------------------------------------------------------------------
--------------------
--------------------------------------------------------------------------------
--------------------
|Information on where terminated
|
| Termination occurred in the ABAP program "RSGENCOV" - in
|
| "EXPORT_COVERAGE_ANALYSE".
|
| The main program was "RSGENCOV ".
|
|
|
| In the source code you have the termination point in line 63
|
| of the (Include) program "RSGENCOV".
|
--------------------------------------------------------------------------------
--------------------
--------------------------------------------------------------------------------
--------------------
|Source Code Extract
|
--------------------------------------------------------------------------------
--------------------
|Line |SourceCde
|
--------------------------------------------------------------------------------
--------------------
| 33| l_update TYPE cvs_update,
|
| 34| l_type TYPE c,
|
| 35| l_rc TYPE sysubrc,
|
| 36| l_head_tab TYPE TABLE OF rhead,
|
| 37| l_head_wa TYPE rhead,
|
| 38| l_trig_tab TYPE TABLE OF rtrig,
|
| 39| l_trig_wa TYPE rtrig,
|
| 40| l_tmp_trig TYPE cvt_wukeyref,
|
| 41| l_tmp_trig_wa TYPE cvs_wukeyref.
|
| 42|
|
| 43|
|
| 44| CHECK sy-cprog(3) <> '%_C' AND "TYPE-POOL
|
| 45| sy-cprog+30(1) <> 'I'. "INTERFACE-POOL
|
| 46|
|
| 47| l_update-progname = sy-cprog.
|
| 48| LOAD REPORT l_update-progname PART 'HEAD' INTO l_head_tab.
|
| 49| IF sy-subrc <> 0.
|
| 50| RETURN.
|
| 51| ENDIF.
|
| 52|
|
| 53| READ TABLE l_head_tab INDEX 1 INTO l_head_wa.
|
| 54| l_update-date = l_head_wa-timest(8).
|
| 55| l_update-time = l_head_wa-timest+8(6).
|
| 56| l_update-cbltotal = l_head_wa-cbltotal.
|
| 57|
|
| 58| SELECT SINGLE subc FROM trdir INTO l_type
|
| 59| WHERE name = l_update-progname.
|
| 60|
|
| 61| DATA: l_is_global_testclass TYPE abap_bool.
|
| 62|
|
|>>>>>| CALL METHOD cl_coverage_update=>get_trig
|
| 64| EXPORTING
|
| 65| im_program = l_update-progname
|
| 66| im_head = l_head_wa
|
| 67| im_type = l_type
|
| 68| IMPORTING
|
| 69| ex_trig = l_update-trig
|
| 70| ex_is_global_testclass = l_is_global_testclass.
|
| 71|
|
| 72| CALL METHOD cl_coverage_update=>update
|
| 73| EXPORTING
|
| 74| im_update = l_update
|
| 75| im_is_global_testclass = l_is_global_testclass
|
| 76| IMPORTING
|
| 77| ex_rc = l_rc.
|
| 78| IF l_rc <> 0.
|
| 79| RETURN.
|
| 80| ENDIF.
|
| 81|
|
| 82|ENDFORM.
|
--------------------------------------------------------------------------------
--------------------
--------------------------------------------------------------------------------
--------------------
|Contents of system fields
|
--------------------------------------------------------------------------------
--------------------
|Name |Val.
|
--------------------------------------------------------------------------------
--------------------
|SY-SUBRC|0
|
|SY-INDEX|0
|
|SY-TABIX|1
|
|SY-DBCNT|1
|
|SY-FDPOS|0
|
|SY-LSIND|0
|
|SY-PAGNO|0
|
|SY-LINNO|1
|
|SY-COLNO|1
|
|SY-PFKEY|
|
|SY-UCOMM|
|
|SY-TITLE|Coverage Analyzer
|
|SY-MSGTY|
|
|SY-MSGID|
|
|SY-MSGNO|000
|
|SY-MSGV1|
|
|SY-MSGV2|
|
|SY-MSGV3|
|
|SY-MSGV4|
|
|SY-MODNO|0
|
|SY-DATUM|20140430
|
|SY-UZEIT|005344
|
|SY-XPROG|RSGENCOV
|
|SY-XFORM|EXPORT_COVERAGE_ANALYSE
|
--------------------------------------------------------------------------------
--------------------
--------------------------------------------------------------------------------
--------------------
|Active Calls/Events
|
--------------------------------------------------------------------------------
--------------------
|No. Ty. Program Include
Line |
| Name
|
--------------------------------------------------------------------------------
--------------------
| 3 FORM RSGENCOV RSGENCOV
63 |
| EXPORT_COVERAGE_ANALYSE
|
| 2 EVENT RSGENCOV <SYSINI>
20 |
| SYSTEM-EXIT
|
| 1 EVENT RSGENCOV ???
0 |
| SYSTEM-EXIT
|
--------------------------------------------------------------------------------
--------------------
--------------------------------------------------------------------------------
--------------------
|Chosen variables
|
--------------------------------------------------------------------------------
--------------------
|Name
|
| Val.
|
--------------------------------------------------------------------------------
--------------------
|No. 3 Ty. FORM
|
|Name EXPORT_COVERAGE_ANALYSE
|
--------------------------------------------------------------------------------
--------------------
|SY-XPROG
|
| RSGENCOV
|
| 5544444522222222222222222222222222222222
|
| 2375E3F600000000000000000000000000000000
|
| 0000000000000000000000000000000000000000
|
| 0000000000000000000000000000000000000000
|
| 52005300470045004E0043004F0056002000200020002000200020002000200020002000200
0200020002000200020|
|SY
|
| ###########################################################################
############# ##>|
| 00000000000000000000000000000000000000E000000000000000000000000000000000000
0000000000050220000|
| 00001010000000000000100010001000000000C000000000000000000000000000000000000
0000000000080000300|
| 000000000000000000000000000000000000000000000000000000000000000000000000000
0000000000040000000|
| 000000000000000000000000000000000000002000000000000000000000000000000000000
00000000000D000000C|
| 000000000000000001000000010000000000000000000000000000000000000000000000000
0000001000000000000|
|L_UPDATE-CBLTOTAL
|
| 25664
|
| 2222333332
|
| 0000256640
|
| 0000000000
|
| 0000000000
|
| 2000200020002000320035003600360034002000
|
|L_HEAD_WA-CBLTOTAL
|
| 25664
|
| 4600
|
| 0400
|
| 40640000
|
|<%_TABLE_TRDIR>
|
| ???
|
| ??????
|
| ??????
|
| ????????????
|
|%_DUMMY$$
|
|
|
| 2222
|
| 0000
|
| 0000
|
| 0000
|
| 2000200020002000
|
|SYST
|
| ###########################################################################
############# ##>|
| 00000000000000000000000000000000000000E000000000000000000000000000000000000
0000000000050220000|
| 00001010000000000000100010001000000000C000000000000000000000000000000000000
0000000000080000300|
| 000000000000000000000000000000000000000000000000000000000000000000000000000
0000000000040000000|
| 000000000000000000000000000000000000002000000000000000000000000000000000000
00000000000D000000C|
| 000000000000000001000000010000000000000000000000000000000000000000000000000
0000001000000000000|
|SYST-REPID
|
| RSGENCOV
|
| 5544444522222222222222222222222222222222
|
| 2375E3F600000000000000000000000000000000
|
| 0000000000000000000000000000000000000000
|
| 0000000000000000000000000000000000000000
|
| 52005300470045004E0043004F0056002000200020002000200020002000200020002000200
0200020002000200020|
|SY-REPID
|
| RSGENCOV
|
| 5544444522222222222222222222222222222222
|
| 2375E3F600000000000000000000000000000000
|
| 0000000000000000000000000000000000000000
|
| 0000000000000000000000000000000000000000
|
| 52005300470045004E0043004F0056002000200020002000200020002000200020002000200
0200020002000200020|
|L_UPDATE-PROGNAME
|
| SAPMSSYD
|
| 5454555422222222222222222222222222222222
|
| 310D339400000000000000000000000000000000
|
| 0000000000000000000000000000000000000000
|
| 0000000000000000000000000000000000000000
|
| 5300410050004D0053005300590044002000200020002000200020002000200020002000200
0200020002000200020|
|%_SPACE
|
|
|
| 2
|
| 0
|
| 0
|
| 0
|
| 2000
|
|L_TYPE
|
| S
|
| 5
|
| 3
|
| 0
|
| 0
|
| 5300
|
|L_HEAD_WA
|
| SAPMSSYD 20140430005259178000310000000000000
0000000020000000000|
| 545455542222222222222222222222222222222233333333333333333333333333333333333
3333333333333333333|
| 310D33940000000000000000000000000000000020140430005259178000310000000000000
0000000020000000000|
| 000000000000000000000000000000000000000000000000000000000000000000000000000
0000000000000000000|
| 000000000000000000000000000000000000000000000000000000000000000000000000000
0000000000000000000|
| 5300410050004D0053005300590044002000200020002000200020002000200020002000200
0200020002000200020|
|L_UPDATE-TRIG
|
| Table[initial]
|
|
|
|L_IS_GLOBAL_TESTCLASS
|
|
|
| 2
|
| 0
|
| 0
|
| 0
|
| 2000
|
|L_UPDATE
|
| 20140430005259 25664 SAPMSSYD ####
|
| 333333333333332222333332545455542222222222222222222222222222222200FF
|
| 201404300052590000256640310D33940000000000000000000000000000000000FF
|
| 000000000000000000000000000000000000000000000000000000000000000000FF
|
| 000000000000000000000000000000000000000000000000000000000000000000FF
|
| 320030003100340030003400330030003000300035003200350039002000200020002000320
0350036003600340020|
--------------------------------------------------------------------------------
--------------------
|No. 2 Ty. EVENT
|
|Name SYSTEM-EXIT
|
--------------------------------------------------------------------------------
--------------------
|SY-XFORM
|
| EXPORT_COVERAGE_ANALYSE
|
| 455455544545444544445542222222
|
| 580F24F3F652175F1E1C9350000000
|
| 000000000000000000000000000000
|
| 000000000000000000000000000000
|
| 4500580050004F00520054005F0043004F005600450052004100470045005F0041004E00410
04C0059005300450020|
--------------------------------------------------------------------------------
--------------------
|No. 1 Ty. EVENT
|
|Name SYSTEM-EXIT
|
--------------------------------------------------------------------------------
--------------------
--------------------------------------------------------------------------------
--------------------
|Internal notes
|
| The termination was triggered in function "ab_genprog"
|
| of the SAP kernel, in line 1862 of the module
|
| "//bas/721_REL/src/krn/runt/abgen.c#6".
|
| The internal operation just processed is "clcm".
|
| Internal mode was started at 20140430005440.
|
| Program name.........: "CL_COVERAGE_UPDATE============CP ".
|
| Error message........: "Formal parameter "IM_SUBMIT_RSGENCOV" does not exis
t.". |
--------------------------------------------------------------------------------
--------------------
--------------------------------------------------------------------------------
--------------------
|Active Calls in SAP Kernel
|
--------------------------------------------------------------------------------
--------------------
|Lines of C Stack in Kernel (Structure Differs on Each Platform)
|
--------------------------------------------------------------------------------
--------------------
|SAP (R) - R/3(TM) Callstack, Version 1.0
|
|Copyright (C) SAP AG. All rights reserved.
|
|Callstack without Exception:
|
|App : disp+work.EXE (pid=16724)
|
|When : 4/30/2014 0:54:40.224
|
|Threads : 2
|
|Computer Name : SOLMAN
|
|User Name : SAPServiceSOL
|
|Number of Processors: 6
|
|Processor Type: Intel64 Family 6 Model 45 Stepping 7
|
|Windows Version : 6.2 Current Build: 9600
|
|State Dump for Thread Id 43e8
|
|0000000002A38A10 00007FF660525397 00000000031C3460 disp+work!DumpStacks [ntstcd
bg.c (548)] |
|0000000002A38B00 00007FF660526BC9 0000000058E92710 disp+work!NTDebugProcess [nt
stcdbg.c (383)] |
|0000000002A38B30 00007FF6606DAAA6 0000000058E92710 disp+work!NTStack [dptstack.
c (1373)] |
|0000000002A38B60 00007FF660708F8B 0000000000000000 disp+work!CTrcStack2 [dptsta
ck.c (354)] |
|0000000002A38BB0 00007FF660263DFA 0000000000000001 disp+work!rabax_CStackSave [
abrabax.c (8843)] |
|0000000002A394D0 00007FF660EC1DB1 0000000000000000 disp+work!ab_rabax [abrabax.
c (1483)] |
|0000000002A3C330 00007FF6601840FE 0000000000000001 disp+work!ab_genprog [abgen.
c (1866)] |
|0000000002A3C460 00007FF65FA1D9A8 0000000000000002 disp+work!newload [abload1.c
(353)] |
|0000000002A3C490 00007FF65FA1305D 0000000000000000 disp+work!ab_LoadProgOrTrfo
[abload1.c (159)] |
|0000000002A3C580 00007FF65FA20D71 00003BB2000FB302 disp+work!LoadGlobalClass [a
bobject.c (990)] |
|0000000002A3C5E0 00007FF65FA9A0A9 00007FFFEFD3110C disp+work!FillCfixInt [abobj
ect.c (1510)] |
|0000000002A3C620 00007FF65FA88919 0000000000000000 disp+work!ab_FillCfix [abobj
ect.c (1678)] |
|0000000002A3C650 00007FF65FA4290C 000000000000005D disp+work!ab_jclcc [abmethod
.c (6914)] |
|0000000002A3C7D0 00007FF65FA7E5E1 0000000000000000 disp+work!ab_extri [abextri.
c (716)] |
|0000000002A3C810 00007FF65FA950BD 0000000000000008 disp+work!ab_xevent [abrunt1
.c (336)] |
|0000000002A3C900 00007FF65FA89564 0000000000000001 disp+work!ab_syex [abrunt1.c
(566)] |
|0000000002A3C970 00007FF6608D3B10 0000000002A3CC70 disp+work!ab_rperf [abrperf.
c (228)] |
|0000000002A3C9C0 00007FF6608D3C4E 00007FF600000003 disp+work!DoExportCoverAnaly
seInfo [abgen.c (25|
|0000000002A3CB30 00007FF660D86935 0000000000564147 disp+work!ExportCoverAnalyse
Info [abgen.c (2466|
|0000000002A3CC20 00007FF660F60ED0 0000000000000001 disp+work!ab_gabap [abgen.c
(2092)] |
|0000000002A3F410 00007FF6611BBE06 0000000000000080 disp+work!ab_genprog_remote
[abgen.c (1448)] |
|0000000002A3F470 00007FF660274F35 0000000000000000 disp+work!ThrtRpcExec [thxxr
un1.c (1491)] |
|0000000002A3F740 00007FF65FB4691E 0000000000000002 disp+work!TskhLoop [thxxhead
.c (4927)] |
|0000000002A3F7A0 00007FF65FAD3809 0000000000000002 disp+work!ThStart [thxxhead.
c (1210)] |
|0000000002A3F850 00007FF65FBC52E6 FFFFFFFF00000000 disp+work!DpMain [dpxxdisp.c
(1202)] |
|0000000002A3F880 00007FF65FC29006 0000000000000001 disp+work!nlsui_main [thxxan
f.c (80)] |
|0000000002A3F8B0 00007FFBEF5716AD 0000000000000000 disp+work!__tmainCRTStartup
[crtexe.c (552)] |
|0000000002A3F8E0 00007FFBEFF64629 0000000000000000 KERNEL32!BaseThreadInitThunk
|
|0000000002A3F930 0000000000000000 0000000000000000 ntdll!RtlUserThreadStart
|
|State Dump for Thread Id 408c
|
|000000000942FD50 00007FFBED66F285 0000000000000002 ntdll!NtFsControlFile
|
|000000000942FDC0 00007FF65FBC4E9E FFFFFFFFFFFFFFFE KERNELBASE!ConnectNamedPipe
|
|000000000942FE60 0000000058E01D9F 0000000002D569D0 disp+work!SigIMsgFunc [signt
.c (717)] |
|000000000942FE90 0000000058E01E3B 0000000058E92AC0 MSVCR100!endthreadex
|
|000000000942FEC0 00007FFBEF5716AD 0000000000000000 MSVCR100!endthreadex
|
|000000000942FEF0 00007FFBEFF64629 0000000000000000 KERNEL32!BaseThreadInitThunk
|
|000000000942FF40 0000000000000000 0000000000000000 ntdll!RtlUserThreadStart
|
--------------------------------------------------------------------------------
--------------------
--------------------------------------------------------------------------------
--------------------
|List of ABAP programs affected
|
--------------------------------------------------------------------------------
--------------------
|Index |Typ|Program |Group |Date |Time |
Size |Lang. |
--------------------------------------------------------------------------------
--------------------
| 0|Prg|RSGENCOV | 0|30.04.2014|00:52:40|
28672|E |
| 1|Typ|SYST | 0|16.12.2004|20:31:11|
30720| |
| 2|Typ|CVS_UPDATE | 0|01.07.2010|18:36:33|
4096| |
| 3|Typ|RHEAD | 0|17.12.2004|10:47:01|
19456| |
--------------------------------------------------------------------------------
--------------------
--------------------------------------------------------------------------------
--------------------
|Directory of Application Tables
|
--------------------------------------------------------------------------------
--------------------
|Name Date Time Lngth
|
| Val.
|
--------------------------------------------------------------------------------
--------------------
|Program RSGENCOV
|
--------------------------------------------------------------------------------
--------------------
|SYST . . : : 00004612
|
| \0\0\0\0\x0001\0\x0001\0\0\0\0\0\0\0\0\0\0\0\0\0\x0001\0\0
|
|SY . . : : 00004612
|
| \0\0\0\0\x0001\0\x0001\0\0\0\0\0\0\0\0\0\0\0\0\0\x0001\0\0
|
--------------------------------------------------------------------------------
--------------------
--------------------------------------------------------------------------------
--------------------
|ABAP Control Blocks (CONT)
|
--------------------------------------------------------------------------------
--------------------
|Index|Name|Fl|PAR0|PAR1|PAR2|PAR3|PAR4|PAR5|PAR6|Source Code
|Line |
--------------------------------------------------------------------------------
--------------------
| 98|SQLS|22|0001| | | | | | |RSGENCOV
| 58|
| 99|PAR2|00|0000|0009|0015| | | | |RSGENCOV
| 58|
| 101|SQLS|24|0003| | | | | | |RSGENCOV
| 58|
| 102|PAR1|00|0002| | | | | | |RSGENCOV
| 58|
| 103|PAR1|00|0056| | | | | | |RSGENCOV
| 58|
| 104|WHER|20|0000|0000|0016| | | | |RSGENCOV
| 58|
| 106|PAR1|80|C009| | | | | | |RSGENCOV
| 58|
| 107|SQLS|39|0004| | | | | | |RSGENCOV
| 58|
| 108|SQLS|39|0000| | | | | | |RSGENCOV
| 58|
| 109|SQLS|3B|0000| | | | | | |RSGENCOV
| 58|
| 110|SQLS|03|C001| | | | | | |RSGENCOV
| 58|
| 111|CLCC|00|0001| | | | | | |RSGENCOV
| 63|
|>>>>>|clcm|00|0005|0001|0003|0000|0000|0000|0000|RSGENCOV
| 63|
| 116|PAR1|01|C009| | | | | | |RSGENCOV
| 63|
| 117|PAR1|01|C004| | | | | | |RSGENCOV
| 63|
| 118|PAR1|01|C001| | | | | | |RSGENCOV
| 63|
| 119|PAR1|41|C00E| | | | | | |RSGENCOV
| 63|
| 120|PAR1|41|C00D| | | | | | |RSGENCOV
| 63|
| 121|PAR2|00|0000|0001|0000| | | | |RSGENCOV
| 63|
| 123|CLCC|00|0001| | | | | | |RSGENCOV
| 72|
--------------------------------------------------------------------------------
--------------------

Você também pode gostar