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

Former Member
0 Likes
1,046

Hi

I am a SAP FICO student. I have a problem in posting transactions.

In t.code 'f-02' we post transactions. After entering all the trasaction, when I click on save, the following error message is appearing.

"Syntax error"

Syntax error in program RGIMF000

In include- RGIMF000

In Line- 1328

Last Changed by -SAP

Author- SAP

The data object "GLU1" doesnt have a component called "Rsponsored_Class"

I tried in some T.codes and I found these terms in T.code 'SE80' - ABAP development workbench. But I dont know what to do.

Could you please help me.

Really appreciate your time

Regards

Saritha

4 REPLIES 4
Read only

Former Member
0 Likes
743

check if there were any table adjustments done on table GLU1.

Read only

matt
Active Contributor
0 Likes
743

A little search in OSS Notes...

<i>Number 656431

Version 2 from 12.09.2003

Status Released for Customer

Set on 15.09.2003

Language EN

Master language DE

Short text Syntax error in RGIMF000 with RSPONSORED_CLASS</i>

Hint - when you get a syntax error in a standard SAP program, search OSS first.

matt

Read only

Former Member
0 Likes
743

Hi Saritha,

As per the error which you have posted i have checked the code it shows the line MOVE *GLU1-DOCLN TO GLU1-DOCLN . where in the error might be in getting the field so my advice is to activate the field by going thru se11 transaction giving the structure name and then activate the structure thru se11 if not thru se14 activate and adjust with db. then run your transaction. It will work.

Please revert me back if u still face the problem.

Regards,

Srinivas.

Read only

0 Likes
743

Hi Srinivas

Can you please tell me in detail what do you want me to do. I am a Fico student and I didnt get much about what you have said. In T.code 'se11' and 'se14' when I tried for RGIMF000 it says this object doesnt exist.

Thankyou for your time.

Regards

Saritha