Ansicht
Dokumentation

K_ACT_PLAN_INTERFACE_PERIOD - Transfer Activity Planning with Period Values

K_ACT_PLAN_INTERFACE_PERIOD - Transfer Activity Planning with Period Values

Addresses (Business Address Services)   ABAP Short Reference  
This documentation is copyright by SAP AG.
SAP E-Book

Functionality

This function module is used for the transfer of activity input planning to cost centers. To achieve this, you must transfer the individual planning records in table IRKU02JA with structure RKU02JA.
The module processes existing plan values periodically.
The import parameters for the module, for example, fiscal year, version, and so on, are equally valid for all planning records in the table and are transferred automatically from the function module into the table entries. Therefore, you should not fill fields from table IRKU02JA that have the same name. As you can use the structure for other transactions or for different planning objects, only the relevant fields should be used each time (see table IRKU02JA).

The transferred plan values are updated as new plan total values. If the line item update is active in the specified version, then a line item of the same value is written for new planning records. For already planned records, the system writes a corresponding discrepancy line item.

After validation, a transfer occurs only for valid planning records. For invalid planning records, you can output the corresponding error messages at the end.

Parameter:

BLTXT : Document header text, that is set provided that line item creation is active in the selected version.

COMMIT : Indicates whether the module can execute a commit itself

DELTA : Indicates whether the plan values should be added to existing values (X) or if you are dealing with new totals
values ( ).

GJAHR : Fiscal year

KOKRS : Controlling area

MESSAGES_SHOW: Indicates whether the module should output any error
messages that may have occurred

PERAB : First period for which values are to transferred

PERBI : last planning period for which values are to be transferred

RPLAN : no longer used

UPDATE_VALUES: Indicates whether existing records should be
overwritten (X) or if they should remain unchanged ( ).

VERSN : Version

VRGNG : Indicator that controls which business transaction should
be transferred. Possible with: RKP2 = activity types

ONLINE_VB: indicates wheter online updating is desired (X)

IRKU02_CUR: structure that allows you to control in which currency
fields of table IRKU01JA the plan activity prices are
contained. You can enter just one currency type here, as
conversion into the other currencies can take place
automatically.
TKG_MAN = X : Total activity price in CO area currency
TKF_MAN = X : Fixed activity price in CO area currency
TOG_MAN = X : Total activity price in CO area currency
TOF_MAN = X : Fixed activity price in object currency

Example:
You want to transfer only total activity prices in the
controlling area currency. You set the values in the TKGxxx
fields. The TKG_MAN indicator is set correspondingly in the
IRKU02_CURR parameter.
If you also want to transfer fixed activity prices, these
these must be set in the TKFxxx fields, as they must
also be transferred in CO area currency. The additional
setting of the TKF_MAN indicator informs the program
that fixed values also exist.

TESTMODE: If the switch is set to "X" no update occurs.

Table IRKU02JA:

Fields of the same name, such as the parameters named above, are filled from these and do not need to be filled.
The following fields must be set:
KOSTL: cost center
LSTAR: activity type

The KOSTL must contain the cost elements to be planned. The LSTAR field
contains the activity types to be planned.

The following period field groups can be set:

LSTxxx: activity quantities

KAPxxx: capacities

AUSxxx: output, the AUSEH and AUSFK should then also be set
TKGxxx: Total activity price in CO area currency or TOGxxx in object
currency.
TKFxxx: fixed activity price in CO area currency or TOFxxx in object
currency





Parameters

BLTXT
COMMIT
DELTA
GJAHR
IRKU02JA
IRKU02_CUR
KOKRS
MESSAGES_SHOW
ONLINE_VB
PERAB
PERBI
PRICE_QUANT_PLAN
TESTMODE
UPDATE_VALUES
VERSN
VRGNG

Exceptions

MESSAGES_OCCURED

Function Group

KIPL

CL_GUI_FRONTEND_SERVICES - Frontend Services   TXBHW - Original Tax Base Amount in Local Currency  
This documentation is copyright by SAP AG.

Length: 4917 Date: 20240523 Time: 104609     sap01-206 ( 63 ms )