Application Development 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: 

Syntax error in program "HINCF160 ".

vikasrao21
Explorer
0 Kudos

Below Error Showing in Tcodes : PC00_M40_CALC_SIMU and PC00_M40_F16

Error in the ABAP Application Program

The current ABAP program "????????????????????????????????????????" had to be

terminated because it has

come across a statement that unfortunately cannot be executed.

The following syntax error occurred in program "HINCF160 " in include

"PCF16IN17 " in

line 640:

"Field "TMP_PAYDATE" is unknown. It is neither in one of the specified "

"tables nor defined by a "DATA" statement. "DATA" statement."

" "

" "

The include has been created and last changed by:

Created by: "SAP "

Last changed by: "SAP "

Error in the ABAP Application Program

The current ABAP program "????????????????????????????????????????" had to be

terminated because it has

come across a statement that unfortunately cannot be executed.

1 ACCEPTED SOLUTION

p244500
Active Contributor
5 REPLIES 5

former_member192971
Participant
0 Kudos

Hi Vikas, 

  It seems the field TMP_PAYDATE is not defined in one of the include file you are using .

   And debug all the include files you used and Try to declare the field using the keyword 'Data'  .

Thanks.

bharat_rathod2
Active Participant
0 Kudos

Dear,

try to find SAP note for the same.

p244500
Active Contributor

0 Kudos

This message was moderated.

raymond_giuseppi
Active Contributor
0 Kudos

The field must be defined in include PCF16IN12 (from note Note 1677261 - Form 16: Changes for separate company code based reporting)

So check via SNOTE if this note or corresponding SP was correctly implemented/de-implemented, also check via SPAU if someone has partially reversed the corrections.

Regards,

Raymond

(*) As