cancel
Showing results for 
Search instead for 
Did you mean: 

Error When create VA01

Former Member
0 Kudos

Hello Experts.

I have a problem. Recently been installed the support package 59 for 4.6c version. We are doing the test but when I'll creat a VA01 happens a error

Syntax error in program SAPLV61A

in include LV61AU12

in line 180

Last changed by SAP

Author SAP

-


Different number of parameters in FORM and PERFORM (routine:

USEREXIT_PRINT_HEAD, formal parameters: 4, actual parameters: 0).

I would like to know if have a note at the SAP to apply?

Best regards.

LFC

Accepted Solutions (0)

Answers (2)

Answers (2)

Lakshmipathi
Active Contributor
0 Kudos

Check this thread

[Invoice reprint - missing conditions|http://sap.ittoolbox.com/groups/technical-functional/sap-log-sd/invoice-reprint-missing-conditions-705430]

thanks

G. Lakshmipathi

jpfriends079
Active Contributor
0 Kudos

Refer SAP Note 931466 - TABLES statement SAPLV61A program.

To solve the problem, proceed as follows:

1. Call the SAPLV61A program (for example, using transaction SE38).

2. Carry out a global search for 'TABLES'.

3. Check in which includes the affected database table appears in a TABLE statement.

4. Delete the TABLES statement for the affected database table in all includes except one. Maintain the TABLES statement in the include that appears first when you separate the SAPLV61A carrier include into individual includes.

Alternatively, delete the TABLES statement for the relevant database table in all includes, and enter the declaration of the table into the LV61ATOP top include using the TABLES statement.

5. Also, refer to ABAP help to obtain information about the TABLES statement.

Also, check following link for understanding

Hope it can assist you.

Thanks & Regards

JP