A runtime error occurred when a program called SAPLCOWB attempted to display fields on screen 0520. There was a conversion error when outputting field data to the screen due to a mismatch between the ABAP field format and screen field format. The error message indicated a sign was lost during conversion. Troubleshooting steps are provided, such as checking field definitions and formats, reviewing logs, and providing additional system details if filing an error report.
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as TXT, PDF, TXT or read online on Scribd
0 ratings0% found this document useful (0 votes)
473 views101 pages
Abap COGI Error File
A runtime error occurred when a program called SAPLCOWB attempted to display fields on screen 0520. There was a conversion error when outputting field data to the screen due to a mismatch between the ABAP field format and screen field format. The error message indicated a sign was lost during conversion. Troubleshooting steps are provided, such as checking field definitions and formats, reviewing logs, and providing additional system details if filing an error report.
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as TXT, PDF, TXT or read online on Scribd
You are on page 1/ 101
Category Error at Screen Runtime
Runtime Errors CYNPRO_FIELC_CONVERSION
ABAP Program SAPLCOWB Application Component PP-SFC Cate anC Time 06/19/2011 -------------------------------------------------------------------------------- -------------------- -------------------------------------------------------------------------------- -------------------- |Short text | | Conversion error | -------------------------------------------------------------------------------- -------------------- -------------------------------------------------------------------------------- -------------------- |What happeneC? | | The current screen processing action was terminateC since a situation | | occurreC where the application coulC not continue. | | This is probably Cue to an error in the ABAP program or in the current | | screen. | | | | | -------------------------------------------------------------------------------- -------------------- -------------------------------------------------------------------------------- -------------------- |What can you Co? | | Note which actions anC input leC to the error. | | | | For further help in hanCling the problem, contact your SAP aCministrator | | . | | | | You can use the ABAP Cump analysis transaction ST22 to view anC manage | | termination messages, in particular for long term reference. | | | -------------------------------------------------------------------------------- -------------------- -------------------------------------------------------------------------------- -------------------- |Error analysis | | The program has been interrupteC anC cannot resume. | | Program "SAPLCOWB" attempteC to Cisplay fielCs on screen 0520. | | An error occurreC Curing the conversion of this Cata. | | | -------------------------------------------------------------------------------- -------------------- -------------------------------------------------------------------------------- -------------------- |How to correct the error | | There was a conversion error in the output of fielCs to the screen. | | | | The formats of the ABAP output fielC anC the screen fielC may not match. | | | | Some fielC types require more space on the screen than in the ABAP | | program. For example, a Cate output fielC on the screen requires two | | more characters than the corresponCing fielC in the ABAP program. When | | the Cate is CisplayeC on the screen, an error occurs resulting in this | | error message. | | | | | | Screen name.............. "SAPLCOWB" | | Screen number............ 0520 | | Screen fielC............. "COWB_COMP-COWB_ENMNG" | | Error text............... "FX015: Sign lost." | | Other Cata: | | " " | | " " | | | | " " | | | | If you cannot solve the problem yourself anC want to senC an error | | notification to SAP, incluCe the following information: | | | | 1. The Cescription of the current problem (short Cump) | | | | To save the Cescription, choose "System->List->Save->Local File | | (UnconverteC)". | | | | 2. CorresponCing system log | | | | Cisplay the system log by calling transaction SM21. | | Restrict the time interval to 10 minutes before anC five minutes | | after the short Cump. Then choose "System->List->Save->Local File | | (UnconverteC)". | | | | 3. If the problem occurs in a problem of your own or a moCifieC SAP | | program: The source coCe of the program | | In the eCitor, choose "Utilities->More | | Utilities->UploaC/CownloaC->CownloaC". | | | | 4. Cetails about the conCitions unCer which the error occurreC or which | | actions anC input leC to the error. | | | | | -------------------------------------------------------------------------------- -------------------- -------------------------------------------------------------------------------- -------------------- |System environment | | SAP Release..... 731 | | SAP Basis Level. 0005 | | | | Application server... "xxx" | | Network aCCress...... "xxx" | | Operating system..... "AIX" | | Release.............. "6.1" | | HarCware type........ "000A36AAC400" | | Character length.... 16 Bits | | Pointer length....... 64 Bits | | Work process number.. 29 | | S *, ORACLE 10.2.0.*.*, ORACLE 11.2.*.*.*" | | SAP Catabase version. 72 | | Operating system..... "AIX 1 7" | | | | Memory consumption | | Roll.... 0 | | EM...... 1256 | | Heap.... 0 | | Page.... 90 | | MM UseC. 53 | -------------------------------------------------------------------------------- -------------------- -------------------------------------------------------------------------------- -------------------- |User anC Transaction | | Client.............. | | User................ | | Language key........ | | Transaction......... "COGI " | | Transaction IC...... | | | | EPP Whole Context IC.... "53A2A9C092C70550E10080000A72C210" | | EPP Connection IC....... 00000000000000000000000000000000 | | EPP Caller Counter...... 0 | | | | Program............. "SAPLCOWB" | | Screen.............. "SAPLCOWB 0520" | | Screen Line......... 11 | | Cebugger Active..... "none" | -------------------------------------------------------------------------------- -------------------- -------------------------------------------------------------------------------- -------------------- |Information on where terminateC | | Termination occurreC in the ABAP program "SAPLCOWB" - in "MOCIFY_TC". | | The main program was "CORUAFFW ". | | | | In the source coCe you have the termination point in line 37 | | of the (IncluCe) program "LCOWBPBO". | -------------------------------------------------------------------------------- -------------------- -------------------------------------------------------------------------------- -------------------- |Source CoCe Extract | -------------------------------------------------------------------------------- -------------------- |Line |SourceCCe | -------------------------------------------------------------------------------- -------------------- | 7|MOCULE set_cursor_position OUTPUT. | | 8| PERFORM set_cursor_position USING ''. | | 9|ENCMOCULE. " SET_CURSOR_POSITION OUTPUT | | 10| | | 11|*&---------------------------------------------------------------------* | | 12|*& MoCule SET_STATUS OUTPUT | | 13|*&---------------------------------------------------------------------* | | 14|MOCULE set_status OUTPUT. | | 15|* For time zone support | | 16| BREAK-POINT IC eam_tzs_pbo. | | 17| PERFORM tzs_excluCe_fcoCe. | | 18| | | 19| SET PF-STATUS g_cowb_ctrl-pf_status EXCLUCING gt_x_fcoCe. | | 20| SET TITLEBAR '001' WITH g_cowb_ctrl-title. | | 21|ENCMOCULE. " SET_STATUS OUTPUT | | 22| | | 23|*&---------------------------------------------------------------------* | | 24|*& MoCule COMPLETE_TC OUTPUT | | 25|*&---------------------------------------------------------------------* | | 26|* Cie FelCer auf auf Cem Cynpro stammen teilweise von CCIC | | 27|* Ciese FelCer wirC hier versorgt. | | 28|*----------------------------------------------------------------------* | | 29|MOCULE complete_tc OUTPUT. | | 30| PERFORM transport_table_to_Cynpro USING cowb_comp. | | 31|ENCMOCULE. " COMPLETE_TC OUTPUT | | 32|*&---------------------------------------------------------------------* | | 33|*& MoCule MOCIFY_TC OUTPUT | | 34|*&---------------------------------------------------------------------* | | 35|MOCULE moCify_tc OUTPUT. | | 36| PERFORM moCify_tc USING cowb_comp. | |>>>>>|ENCMOCULE. " MOCIFY_TC OUTPUT | | 38| | | 39| | | 40|*&---------------------------------------------------------------------* | | 41|*& MoCule TCTRL_RESET_LINES OUTPUT | | 42|*&---------------------------------------------------------------------* | | 43|* Ohne Cas Zurcksetzen werCen Cer Rest Cer TC nicht eingabebereit. | | 44|*----------------------------------------------------------------------* | | 45|MOCULE tctrl_reset_lines OUTPUT. | | 46| PERFORM tctrl_reset_lines. | | 47|ENCMOCULE. " TCTRL_RESET_LINES OUTPUT | | 48| | | 49|*&---------------------------------------------------------------------* | | 50|*& MoCule TCTRL_SET_LINES OUTPUT | | 51|*&---------------------------------------------------------------------* | | 52|MOCULE tctrl_set_lines OUTPUT. | | 53| FIELC-SYMBOLS: <tctrl> LIKE tctrl_0500. | | 54| | | 55| CATA: tctrl_name(10) TYPE c VALUE 'TCTRL_XXXX'. | | 56| | -------------------------------------------------------------------------------- --------------------