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 SAPLFC21

Former Member
0 Likes
634

Hi,

We are having a syntax error in program SAPLFC21.

Error is "The data object "LS_ITGRP-MAXID" does not have a component ZZACCT."

Please discuss if you have seen this kind of error. Or can you please help me to find the solution.

Thanks & Regards

Lijo Joseph

1 ACCEPTED SOLUTION
Read only

former_member191062
Active Contributor
0 Likes
576

Hello,

as this component ZZACCT looks like an own development, the problem looks like to be with some modification. Can you please check where you use ZZACCT in the code of SAPLFC21, as it seems this is not avalible within: LS_ITGRP-MAXID .

I assume you will find some value assignment.

Regards,

Dezso

Message was edited by: Dezso Pap

2 REPLIES 2
Read only

former_member191062
Active Contributor
0 Likes
577

Hello,

as this component ZZACCT looks like an own development, the problem looks like to be with some modification. Can you please check where you use ZZACCT in the code of SAPLFC21, as it seems this is not avalible within: LS_ITGRP-MAXID .

I assume you will find some value assignment.

Regards,

Dezso

Message was edited by: Dezso Pap

Read only

gabriel_pill-kahan
Active Participant
0 Likes
576

Lijo Joseph,

I had the same problem and found <a href="https://websmp201.sap-ag.de/~form/sapnet?_FRAME=CONTAINER&_OBJECT=011000358700011499822001">note 303609</a>. It instructs you to execute report FICG0000 with the following parameter settings:

Package = 0121

Generate objects = X.

Generate standard only (deactivated!)

Upgrade-relevant objects only (deactivated!)

Hope it works for you,

Gabriel