SAP FKK_BIX_BIT_CREATE Function Module for









FKK_BIX_BIT_CREATE is a standard fkk bix bit create SAP function module available within SAP R/3 or S/4 Hana systems, depending on your version and release level. It is used to perform a specific ABAP function and below is the pattern details, showing its interface including any import and export parameters, exceptions etc. there is also a full "cut and paste" ABAP pattern code example, along with implementation ABAP coding, documentation and contribution comments specific to this or related objects.


See here to view full function module documentation and code listing for fkk bix bit create FM, simply by entering the name FKK_BIX_BIT_CREATE into the relevant SAP transaction such as SE37 or SE38.

Function Group: FKKBIX_BIT_MGMT
Program Name: SAPLFKKBIX_BIT_MGMT
Main Program: SAPLFKKBIX_BIT_MGMT
Appliation area:
Release date: N/A
Mode(Normal, Remote etc): Normal Function Module
Update:



Function FKK_BIX_BIT_CREATE pattern details

In-order to call this FM within your sap programs, simply using the below ABAP pattern details to trigger the function call...or see the full ABAP code listing at the end of this article. You can simply cut and paste this code into your ABAP progrom as it is, including variable declarations.
CALL FUNCTION 'FKK_BIX_BIT_CREATE'"
EXPORTING
I_BITCAT = "Billable Item Class
* I_MANDT = SY-MANDT "Client
* I_TEST = ' ' "
* I_PROCESS = ' ' "
IT_API_IT = "Table of API Work Structure - Main Items
* IT_API_PY = "Table of API Work Structure - Payments
* IT_API_TX = "Table of API Work Structure - Taxes
* IT_API_TT = "Table of API Work Structure - Texts

IMPORTING
ET_API_IT_ERROR = "Table of API Work Structure - Main Items
ET_BIT0_TT = "Table Type for FKKBIXBIT0_TT_ALL
ET_BIT2_IT = "Table Type for FKKBIXBIT2_IT_ALL
ET_BIT2_PY = "Table Type for FKKBIXBIT2_PY_ALL
ET_BIT2_TX = "Table Type for FKKBIXBIT2_TX_ALL
ET_BIT2_TT = "Table Type for FKKBIXBIT2_TT_ALL
ET_API_PY_ERROR = "Table of API Work Structure - Payments
ET_API_TX_ERROR = "Table of API Work Structure - Taxes
ET_API_TT_ERROR = "Table of API Work Structure - Texts
ET_SRCTA_BIT0 = "Table of Source Transactions
ET_SRCTA_BIT2 = "Table of Source Transactions
ET_BIT0_IT = "Table Type for FKKBIXBIT0_IT_ALL
ET_BIT0_PY = "Table Type for FKKBIXBIT0_PY_ALL
ET_BIT0_TX = "Table Type for FKKBIXBIT0_TX_ALL

EXCEPTIONS
ILLEGAL_INPUT = 1 INTERNAL_ERROR = 2 CONFIGURATION_ERROR = 3 NO_AUTHORITY = 4
.



IMPORTING Parameters details for FKK_BIX_BIT_CREATE

I_BITCAT - Billable Item Class

Data type: BITCAT_KK
Optional: No
Call by Reference: Yes

I_MANDT - Client

Data type: MANDT
Default: SY-MANDT
Optional: Yes
Call by Reference: Yes

I_TEST -

Data type: BOOLE-BOOLE
Default: SPACE
Optional: Yes
Call by Reference: Yes

I_PROCESS -

Data type: C
Default: SPACE
Optional: Yes
Call by Reference: Yes

IT_API_IT - Table of API Work Structure - Main Items

Data type: FKKBIXBIT_API_IT_ALL_TAB
Optional: No
Call by Reference: Yes

IT_API_PY - Table of API Work Structure - Payments

Data type: FKKBIXBIT_API_PY_ALL_TAB
Optional: Yes
Call by Reference: Yes

IT_API_TX - Table of API Work Structure - Taxes

Data type: FKKBIXBIT_API_TX_ALL_TAB
Optional: Yes
Call by Reference: Yes

IT_API_TT - Table of API Work Structure - Texts

Data type: FKKBIXBIT_API_TT_ALL_TAB
Optional: Yes
Call by Reference: Yes

EXPORTING Parameters details for FKK_BIX_BIT_CREATE

ET_API_IT_ERROR - Table of API Work Structure - Main Items

Data type: FKKBIXBIT_API_IT_ALL_TAB
Optional: No
Call by Reference: Yes

ET_BIT0_TT - Table Type for FKKBIXBIT0_TT_ALL

Data type: FKKBIXBIT0_TT_ALL_TAB
Optional: No
Call by Reference: Yes

ET_BIT2_IT - Table Type for FKKBIXBIT2_IT_ALL

Data type: FKKBIXBIT2_IT_ALL_TAB
Optional: No
Call by Reference: Yes

ET_BIT2_PY - Table Type for FKKBIXBIT2_PY_ALL

Data type: FKKBIXBIT2_PY_ALL_TAB
Optional: No
Call by Reference: Yes

ET_BIT2_TX - Table Type for FKKBIXBIT2_TX_ALL

Data type: FKKBIXBIT2_TX_ALL_TAB
Optional: No
Call by Reference: Yes

ET_BIT2_TT - Table Type for FKKBIXBIT2_TT_ALL

Data type: FKKBIXBIT2_TT_ALL_TAB
Optional: No
Call by Reference: Yes

ET_API_PY_ERROR - Table of API Work Structure - Payments

Data type: FKKBIXBIT_API_PY_ALL_TAB
Optional: No
Call by Reference: Yes

ET_API_TX_ERROR - Table of API Work Structure - Taxes

Data type: FKKBIXBIT_API_TX_ALL_TAB
Optional: No
Call by Reference: Yes

ET_API_TT_ERROR - Table of API Work Structure - Texts

Data type: FKKBIXBIT_API_TT_ALL_TAB
Optional: No
Call by Reference: Yes

ET_SRCTA_BIT0 - Table of Source Transactions

Data type: FKKBIX_SRCTA_TAB
Optional: No
Call by Reference: Yes

ET_SRCTA_BIT2 - Table of Source Transactions

Data type: FKKBIX_SRCTA_TAB
Optional: No
Call by Reference: Yes

ET_BIT0_IT - Table Type for FKKBIXBIT0_IT_ALL

Data type: FKKBIXBIT0_IT_ALL_TAB
Optional: No
Call by Reference: Yes

ET_BIT0_PY - Table Type for FKKBIXBIT0_PY_ALL

Data type: FKKBIXBIT0_PY_ALL_TAB
Optional: No
Call by Reference: Yes

ET_BIT0_TX - Table Type for FKKBIXBIT0_TX_ALL

Data type: FKKBIXBIT0_TX_ALL_TAB
Optional: No
Call by Reference: Yes

EXCEPTIONS details

ILLEGAL_INPUT -

Data type:
Optional: No
Call by Reference: No ( called with pass by value option)

INTERNAL_ERROR - Internal Error

Data type:
Optional: No
Call by Reference: No ( called with pass by value option)

CONFIGURATION_ERROR - Error in the configuration

Data type:
Optional: No
Call by Reference: Yes

NO_AUTHORITY -

Data type:
Optional: No
Call by Reference: Yes

Copy and paste ABAP code example for FKK_BIX_BIT_CREATE Function Module

The ABAP code below is a full code listing to execute function module POPUP_TO_CONFIRM including all data declarations. The code uses the original data declarations rather than the latest in-line data DECLARATION SYNTAX but I have included an ABAP code snippet at the end to show how declarations would look using the newer method of declaring data variables on the fly. This will allow you to compare and fully understand the new inline method. Please note some of the newer syntax such as the @DATA is not available until a later 4.70 service pack (SP8), which i why i have stuck to the origianl for this example.

DATA:
lv_i_bitcat  TYPE BITCAT_KK, "   
lv_illegal_input  TYPE BITCAT_KK, "   
lv_et_api_it_error  TYPE FKKBIXBIT_API_IT_ALL_TAB, "   
lv_et_bit0_tt  TYPE FKKBIXBIT0_TT_ALL_TAB, "   
lv_et_bit2_it  TYPE FKKBIXBIT2_IT_ALL_TAB, "   
lv_et_bit2_py  TYPE FKKBIXBIT2_PY_ALL_TAB, "   
lv_et_bit2_tx  TYPE FKKBIXBIT2_TX_ALL_TAB, "   
lv_et_bit2_tt  TYPE FKKBIXBIT2_TT_ALL_TAB, "   
lv_i_mandt  TYPE MANDT, "   SY-MANDT
lv_internal_error  TYPE MANDT, "   
lv_et_api_py_error  TYPE FKKBIXBIT_API_PY_ALL_TAB, "   
lv_i_test  TYPE BOOLE-BOOLE, "   SPACE
lv_et_api_tx_error  TYPE FKKBIXBIT_API_TX_ALL_TAB, "   
lv_configuration_error  TYPE FKKBIXBIT_API_TX_ALL_TAB, "   
lv_i_process  TYPE C, "   SPACE
lv_no_authority  TYPE C, "   
lv_et_api_tt_error  TYPE FKKBIXBIT_API_TT_ALL_TAB, "   
lv_it_api_it  TYPE FKKBIXBIT_API_IT_ALL_TAB, "   
lv_et_srcta_bit0  TYPE FKKBIX_SRCTA_TAB, "   
lv_it_api_py  TYPE FKKBIXBIT_API_PY_ALL_TAB, "   
lv_et_srcta_bit2  TYPE FKKBIX_SRCTA_TAB, "   
lv_it_api_tx  TYPE FKKBIXBIT_API_TX_ALL_TAB, "   
lv_et_bit0_it  TYPE FKKBIXBIT0_IT_ALL_TAB, "   
lv_it_api_tt  TYPE FKKBIXBIT_API_TT_ALL_TAB, "   
lv_et_bit0_py  TYPE FKKBIXBIT0_PY_ALL_TAB, "   
lv_et_bit0_tx  TYPE FKKBIXBIT0_TX_ALL_TAB. "   

  CALL FUNCTION 'FKK_BIX_BIT_CREATE'  "
    EXPORTING
         I_BITCAT = lv_i_bitcat
         I_MANDT = lv_i_mandt
         I_TEST = lv_i_test
         I_PROCESS = lv_i_process
         IT_API_IT = lv_it_api_it
         IT_API_PY = lv_it_api_py
         IT_API_TX = lv_it_api_tx
         IT_API_TT = lv_it_api_tt
    IMPORTING
         ET_API_IT_ERROR = lv_et_api_it_error
         ET_BIT0_TT = lv_et_bit0_tt
         ET_BIT2_IT = lv_et_bit2_it
         ET_BIT2_PY = lv_et_bit2_py
         ET_BIT2_TX = lv_et_bit2_tx
         ET_BIT2_TT = lv_et_bit2_tt
         ET_API_PY_ERROR = lv_et_api_py_error
         ET_API_TX_ERROR = lv_et_api_tx_error
         ET_API_TT_ERROR = lv_et_api_tt_error
         ET_SRCTA_BIT0 = lv_et_srcta_bit0
         ET_SRCTA_BIT2 = lv_et_srcta_bit2
         ET_BIT0_IT = lv_et_bit0_it
         ET_BIT0_PY = lv_et_bit0_py
         ET_BIT0_TX = lv_et_bit0_tx
    EXCEPTIONS
        ILLEGAL_INPUT = 1
        INTERNAL_ERROR = 2
        CONFIGURATION_ERROR = 3
        NO_AUTHORITY = 4
. " FKK_BIX_BIT_CREATE




ABAP code using 7.40 inline data declarations to call FM FKK_BIX_BIT_CREATE

The below ABAP code uses the newer in-line data declarations. This allows you to see the coding differences/benefits of the later inline syntax. Please note some of the newer syntax below, such as the @DATA is not available until 4.70 EHP 8.

 
 
 
 
 
 
 
 
DATA(ld_i_mandt) = SY-MANDT.
 
 
 
"SELECT single BOOLE FROM BOOLE INTO @DATA(ld_i_test).
DATA(ld_i_test) = ' '.
 
 
 
DATA(ld_i_process) = ' '.
 
 
 
 
 
 
 
 
 
 
 
 


Search for further information about these or an SAP related objects



Comments on this SAP object

What made you want to lookup this SAP object? Please tell us what you were looking for and anything you would like to be included on this page!