3.3.11

SAP Note 24156 - KVD4: data transfer not carried out

Symptom:

Message: Data transfer for cost center and activity type does not function correctly. When you press Execute, the transaction remains in the initial screen and no comment is made.
Transaction: KVD4

Cause and prerequisites

Program error
Preconditions:
FCS customer

Solution
Change program LKWA0U01:
FUNCTION K_STATISTICAL_RATIOS_TAKE_OVER.
*"----------------------------------------------------------------------
*"*"Lokale Schnittstelle:
*" IMPORTING
:
:
:
*..read the master record and fill the COIOB-structure
PERFORM READ_MASTER_RECORD TABLES I_GROUPS
I_CCSEL
INT_PERIODS
INT_COIOB
USING I_CCSS
CHANGING GD-FLG_BOOK
GD-SUBRC.
CHECK GD-SUBRC = 0. "<--Delete
CHECK GD-SUBRC <= CON_EL-WARNG. "<--Insert
*..set the object type
PERFORM OBJECT_IDENTITY TABLES INT_COIOB
CHANGING GD-TRVOG.
:
:

No comments:

Post a Comment