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

Error in Posting Goods Receipt

Former Member
0 Likes
2,220

Hi Experts,

I am getting the following error when i am posting a goods receipt.

Syntax error in validation prerequisite "VALLGAP", step ""

Message no. GB 033

Diagnosis

A syntax error was found in validation VALLGAP during the ABAP code generation. The error concerns the validation prerequisite.

System Response

An ABAP code is not generated for this Boolean statement and the statement is evaluated as FALSE (in ABAP include GBTAFFIE).

Procedure

Correct validation VALLGAP (step ) using validation maintenance.

I am a functional guy, i don't have any coding knowledge. Please help.

Hi Experts,

I am getting the following error when i am posting a goods receipt.

Syntax error in validation prerequisite "VALLGAP", step ""

Message no. GB 033

Diagnosis

A syntax error was found in validation VALLGAP during the ABAP code generation. The error concerns the validation prerequisite.

System Response

An ABAP code is not generated for this Boolean statement and the statement is evaluated as FALSE (in ABAP include GBTAFFIE).

Procedure

Correct validation VALLGAP (step ) using validation maintenance.

I am a functional guy, i don't have any coding knowledge. Please help.

1 REPLY 1
Read only

Former Member
0 Likes
933

Hi,

Check if there is a validation VALLGAP in transaction GGB0. If there is, then this validation is not correct.

Hope it helps.