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 program "SAPLGLT0 ".

Former Member
0 Likes
5,005

Hi experts,

We are facing crucial time error in my system sfter implementing some notes.

please guide me.

log:

Runtime Errors SYNTAX_ERROR

Date and Time 06.04.2011 18:34:29

Short text

Syntax error in program "SAPLGLT0 ".

What happened?

Error in the ABAP Application Program

The current ABAP program "SAPLFAGL_SPL_SERVICES" had to be terminated beca

it has

come across a statement that unfortunately cannot be executed.

The following syntax error occurred in program "SAPLGLT0 " in include "LGLT0F20

" in

line 38:

"Method "BADI_NEEDS_TRACE_DATA" is unknown or PROTECTED or PRIVATE."

" "

" "

" "

Please suggest.

Sytem : ECC 6.0

Note implemented:

1061741 Error GLT2 201 for follow-on documents from FI-CA FI-GL-FL In Process Completely implemented

1224438 FMPU_R: Transfer of partial payments with residual item PSM-FM-UP-FI-PU In Process Completely implemented

1234620 FMPU_R: Runtime error MESSAGE_TYPE_X PSM-FM-UP-FI-PU In Process Can be implemented

1238578 Mass clearing creates too many entries in FAGL_SPLINFO table FI-GL-FL In Process Completely implemented

1244262 Migrating document reversals from prior year FI-GL-MIG-GL In Process Completely implemented

1250607 Long runtime and high memory reqmt for payment program PSM-FM In Process Completely implemented

1250959 SL document splitting: No summarization after upgrade FI-GL-FL In Process Completely implemented

1254047 Syntax error in SAPLFAGL_ACTIVATION_SERVICES FI-GL-FL In Process Completely implemented

1255547 Performance problems when clearing large number of documents FI-GL-FL In Process Completely implemented

1269687 NewGL and FI-CA integration: Tax assignment missing FI-GL-FL In Process Completely implemented

1271193 F.80/FB08 dump when reversing APC posting (migration) FI-GL-MIG In Process Completely implemented

1283662 Euro changeover: Clearing lines without 'EURO' constant CA-EUR-CNV-FI In Process Completely implemented

1298107 Complete document parking: BALANCE_CALC_LOGVO_2 FI-GL-FL In Process Completely implemented

1320106 Error 'AWSYS' during cross-company code document reversal FI-GL-MIG-GL In Process Completely implemented

1331709 Dump MESSAGE_TYPE_X (termination point BALANCE_SUBTRACT) CA-EUR-CNV-FI In Process Completely implemented

1337498 Doc. splitting: SAPLGLT0 termin.point AWSYS for RE reversals FI-GL-FL In Process Can be implemented

1340947 NewGL: Posting key with clearing documents incorrect FI-GL-FL In Process Completely implemented

1355300 Dump TSV_TNEW_PAGE_ALLOC_FAILED in SAPLGLT0 FI-GL-FL In Process Completely implemented

1379955 Short dump COMPUTE_BCD_OVERFLOW in SAPLGLT0 - LGLT0F53 FI-GL-FL In Process Completely implemented

1383862 Document splitting: Incorrect posting key in New G/L FI-GL-FL In Process Completely implemented

1395831 FBU8: Partner fields in NewGL view not filled correctly FI-GL-FL In Process Completely implemented

1399855 Manually entered CO assignments are cleared in new G/L view FI-GL-FL In Process Completely implemented

1462380 Runtime error MESSAGE_TYPE_X (BALANCE_CCODE) FI-GL-FL In Process Completely implemented

1561736 Field overflow during clearing or reversal of open items FI-GL-FL In Process Completely implemented

Regards,

Siva

Edited by: skreddy555 on Apr 11, 2011 6:19 AM

Edited by: skreddy555 on Apr 11, 2011 8:42 AM

2 REPLIES 2
Read only

marcin_cholewczuk
Active Contributor
0 Likes
2,958

Hi,

It looks a little bit strange, like incosistent class definition. Acording to this report you're calling unexisting BAdi method. Please check your implementations of BAdi GLT0_CLEARING_ITEMS in SE18 and check if method BADI_NEEDS_TRACE_DATA was implemented.

Best regards

Marcin Cholewczuk

Read only

Former Member
0 Likes
2,958

Hello Reddy,

Looks like you got into the syntax error issue during the implementation of the OSS Note:-

1254047 Syntax error in SAPLFAGL_ACTIVATION_SERVICES FI-GL-FL In Process Completely implemented.

If you had used SNOTE transaction for this OSS Note implementation, First check is there any manual steps that needs to be implemented first before you implement the OSS Note through SNOTE.

Contact SAP if you are done the notes implementation correctly and still you have issues.

Also in the OSS Note SAP is requesting to execute the program RGUGGLT0 to regenerate the relevant programs.

Try regenerating by executing the report that is mentioned by SAP.

Thanks,

Greetson