28.12.10

SAP Note 16346 - IS-OIL 1.*:Deriv.of Recovery ind. from master data

Symptom:

Keyword : Allocation in Application IS-OIL
Description :
The derivation of the Recovery indicator from the master data does not work correctly during the mixed usage of orders, cost centers and projects. The Recovery indicator of the cost center is incorrectly derived from the master data of an order.

Transactions: KSV5, KSVB, KSU5, KSUB
IS-OIL 1.*, 2.0A, 2.0B

Cause and prerequisites

Program error in the master data tester.

Solution
The error can be eliminated by installing the following correction. ********************************************************
* Function module: G_COMBINATION_GET_EXIT
********************************************************

FUNCTION G_COMBINATION_GET_EXIT.
*"----------------------------------------------------------------
*"Globale Schnittstelle:
*" IMPORTING
*" FIRST_CALL LIKE SY-BATCH DEFAULT ' '
*" TAB_FLAG LIKE SY-BATCH DEFAULT ' '
*" TABLES
*" COMB_FIELDS STRUCTURE GMD02
*" RECORD_TAB STRUCTURE GMD03
*" EXCEPTIONS
*" NO_EXIT
*" NO_MORE_COMBINATIONS
*" NO_PERIODS_EXIT2
*" NO_VALID_COMBINATION
*"----------------------------------------------------------------
:
:
:
*....... get first/next combination ..................
TABFLAG = TAB_FLAG.
CLEAR KZ_APPEND.
CLEAR KZ_TAB.
CLEAR RC_GET.
CLEAR RC_EXIT.
CLEAR RECORD_TAB.
REFRESH RECORD_TAB.

*.JOINT-VENTURE spezifisch: Ableitung RI aus Stammsatz <<< CLEAR CCSS-RECID. <<<* <<< DESCRIBE TABLE PERIODEN LINES SY-TFILL.
READ TABLE PERIODEN INDEX SY-TFILL.
MAX_PERIODEN = PERIODEN-BUPER.
:
:
:

No comments:

Post a Comment