Menu

SAP Function Module BKK_STACK_CHANGE_STATE

BKK: Status eines Scheckstapels ändert

The Function Module BKK_STACK_CHANGE_STATE (BKK: Status eines Scheckstapels ändert) is a standard Function Module in SAP ERP and is part of the function group FBA10 within the package FKBS_FINSERV.

Technical Information

Function Module BKK_STACK_CHANGE_STATE
Short Text BKK: Status eines Scheckstapels ändert
Function Group FBA10
Package FKBS_FINSERV
Module Type Normal Module

Importing Parameters

These are the IMPORTING parameters of this function module.

Parameter Name Type Associated Type Default Value Short Text
I_NAME_STACK_STAT LIKE BKKA5-NAME_STACK_STAT SY-UNAME User, den den Status ändert
I_NEW_STATE LIKE BKKA5-STACK_STAT neuer Status
I_STACK_SDAT LIKE BKKA5-STACK_SDAT SY-DATUM Datum, an dem der Status geändert wird
I_STACK_STIM LIKE BKKA5-STACK_STIM SY-UZEIT Zeir der Statusänderun

Exporting Parameters

These are the EXPORTING parameters of this function module.

Parameter Name Type Associated Type Default Value Short Text
E_RC LIKE SY-SUBRC Returncode (<> 0: Fehler)

Changing Parameters

This function module does not define any CHANGING parameters.

Table Parameters

These are the TABLE parameters of this function module.

Parameter Name Type Associated Type Default Value Short Text
C_T_BKKA5_TO_CHANGE LIKE BKKA5 Tabelle der zu ändernden Scheckstapel

Exceptions

This function module does not define any Exceptions.