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

Problems with posting

Former Member
0 Likes
918

I got a dump when using transaction FB01:

The following syntax error occurred in the program SAPLGIVA : "The FORM "UPDATE_TABLE_COFIS" does not exist, but there are the following FORMs with similar names: "UPDATE_TT_COFIT" and "UPDATE_TT_COFIP". " The current ABAP/4 program "SAPLFMTO " had to be terminated because one of the statements could not be executed.

The perform statement is located in a function group: G_ALD_POSTING. I can't find an OSS note for this... Anyone have issued with this?

Thanks

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
752

Have a look at OSS note 377053.

Rob

4 REPLIES 4
Read only

Former Member
0 Likes
752

Hi

I'm use release 4.6C where the form UPDATE_TABLE_COFIS is called by fm G_ALD_POSTING and defined in fm G_GLDB_POSTING_A

Max

Read only

Former Member
0 Likes
753

Have a look at OSS note 377053.

Rob

Read only

Former Member
0 Likes
752

Hi

The problem was in fm G_GLDB_POSTING_A, it was empty... OSS note indicated by Rob solved the issue.

Thanks

Read only

Former Member
0 Likes
752

i was having the same problem. and this note solved the problem for me too.

Syntax error in program "SAPLGIVA "