Menu

SAP Function Module FCJ_GET_TRANSACTION_FROM_NAME2

Get Cash Journal transaction data from transaction name

The Function Module FCJ_GET_TRANSACTION_FROM_NAME2 (Get Cash Journal transaction data from transaction name) is a standard Function Module in SAP ERP and is part of the function group SAPLFCJ_TRANSACTION within the package CAJO.

Technical Information

Function Module FCJ_GET_TRANSACTION_FROM_NAME2
Short Text Get Cash Journal transaction data from transaction name
Function Group SAPLFCJ_TRANSACTION
Package CAJO
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_COMP_CODE LIKE TCJ_C_JOURNALS-COMP_CODE Buchungskreis
I_LANGU LIKE SY-LANGU R/3-System, aktuelle Sprache
I_TRANSACTION_NAME TYPE CJTRANSTXT Bezeichnung des Kassenbuchgeschäftsvorfalls

Exporting Parameters

These are the EXPORTING parameters of this function module.

Parameter Name Type Associated Type Default Value Short Text
E_TRANSACTION LIKE TCJ_TRANSACTIONS Geschäftsvorfälle Kassenbuch

Changing Parameters

This function module does not define any CHANGING parameters.

Table Parameters

This function module does not define any TABLE parameters.

Exceptions

This function module does not define any Exceptions.