SAP FKK_BIX_BIT_SELECT_SINGLE Function Module for









FKK_BIX_BIT_SELECT_SINGLE is a standard fkk bix bit select single 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 select single FM, simply by entering the name FKK_BIX_BIT_SELECT_SINGLE into the relevant SAP transaction such as SE37 or SE38.

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



Function FKK_BIX_BIT_SELECT_SINGLE 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_SELECT_SINGLE'"
EXPORTING
* I_VKONT = "
* IRT_BITREVERSAL = "
* IRT_BITREVERSED = "
* IRT_BILLREVERSAL = "
* IRT_BILLREVERSED = "
* I_NO_COLLECT = "
* I_STRUCNAME = "
I_SRCTATYPE = "
I_SRCTAID = "
* I_BITPACKUUID = "
* I_BITPACKCNO = "
* I_BITCAT = "
* IRT_BITSTATUS = "
* I_BIT4_UNINVOICED_REQ = "
* I_BIT4_INVOICED_REQ = "

IMPORTING
ET_BIT0_IT = "
ET_BIT1_IT = "
ET_BIT2_IT = "
ET_BIT3_IT = "
ET_BIT4_IT = "
ET_BIT4_IT_UNINVOICED = "
ET_BIT4_IT_INVOICED = "
ET_BIT_IT_ANY = "

EXCEPTIONS
NOT_FOUND = 1
.



IMPORTING Parameters details for FKK_BIX_BIT_SELECT_SINGLE

I_VKONT -

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

IRT_BITREVERSAL -

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

IRT_BITREVERSED -

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

IRT_BILLREVERSAL -

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

IRT_BILLREVERSED -

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

I_NO_COLLECT -

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

I_STRUCNAME -

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

I_SRCTATYPE -

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

I_SRCTAID -

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

I_BITPACKUUID -

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

I_BITPACKCNO -

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

I_BITCAT -

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

IRT_BITSTATUS -

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

I_BIT4_UNINVOICED_REQ -

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

I_BIT4_INVOICED_REQ -

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

EXPORTING Parameters details for FKK_BIX_BIT_SELECT_SINGLE

ET_BIT0_IT -

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

ET_BIT1_IT -

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

ET_BIT2_IT -

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

ET_BIT3_IT -

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

ET_BIT4_IT -

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

ET_BIT4_IT_UNINVOICED -

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

ET_BIT4_IT_INVOICED -

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

ET_BIT_IT_ANY -

Data type: ANY TABLE
Optional: No
Call by Reference: Yes

EXCEPTIONS details

NOT_FOUND -

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

Copy and paste ABAP code example for FKK_BIX_BIT_SELECT_SINGLE 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_vkont  TYPE VKONT_KK, "   
lv_not_found  TYPE VKONT_KK, "   
lv_et_bit0_it  TYPE FKKBIXBIT0_IT_ALL_TAB, "   
lv_irt_bitreversal  TYPE FKK_RT_BITREVERSAL, "   
lv_irt_bitreversed  TYPE FKK_RT_BITREVERSED, "   
lv_irt_billreversal  TYPE FKK_RT_BILLREVERSAL, "   
lv_irt_billreversed  TYPE FKK_RT_BILLREVERSED, "   
lv_i_no_collect  TYPE XFELD, "   
lv_i_strucname  TYPE STRUCNAME, "   
lv_et_bit1_it  TYPE FKKBIXBIT0_IT_ALL_TAB, "   
lv_i_srctatype  TYPE SRCTATYPE_KK, "   
lv_i_srctaid  TYPE SRCTAID_KK, "   
lv_et_bit2_it  TYPE FKKBIXBIT2_IT_ALL_TAB, "   
lv_et_bit3_it  TYPE FKKBIXBIT2_IT_ALL_TAB, "   
lv_i_bitpackuuid  TYPE BITPACKUUID_KK, "   
lv_et_bit4_it  TYPE FKKBIXBIT4_IT_ALL_TAB, "   
lv_i_bitpackcno  TYPE BITPACKCNO_KK, "   
lv_i_bitcat  TYPE BITCAT_KK, "   
lv_et_bit4_it_uninvoiced  TYPE FKKBIXBIT4_IT_ALL_TAB, "   
lv_irt_bitstatus  TYPE FKK_RT_BITSTATUS, "   
lv_et_bit4_it_invoiced  TYPE FKKBIXBIT4_IT_ALL_TAB, "   
lv_et_bit_it_any  TYPE ANY TABLE, "   
lv_i_bit4_uninvoiced_req  TYPE UNINVOICED_REQUESTED_KK, "   
lv_i_bit4_invoiced_req  TYPE INVOICED_REQUESTED_KK. "   

  CALL FUNCTION 'FKK_BIX_BIT_SELECT_SINGLE'  "
    EXPORTING
         I_VKONT = lv_i_vkont
         IRT_BITREVERSAL = lv_irt_bitreversal
         IRT_BITREVERSED = lv_irt_bitreversed
         IRT_BILLREVERSAL = lv_irt_billreversal
         IRT_BILLREVERSED = lv_irt_billreversed
         I_NO_COLLECT = lv_i_no_collect
         I_STRUCNAME = lv_i_strucname
         I_SRCTATYPE = lv_i_srctatype
         I_SRCTAID = lv_i_srctaid
         I_BITPACKUUID = lv_i_bitpackuuid
         I_BITPACKCNO = lv_i_bitpackcno
         I_BITCAT = lv_i_bitcat
         IRT_BITSTATUS = lv_irt_bitstatus
         I_BIT4_UNINVOICED_REQ = lv_i_bit4_uninvoiced_req
         I_BIT4_INVOICED_REQ = lv_i_bit4_invoiced_req
    IMPORTING
         ET_BIT0_IT = lv_et_bit0_it
         ET_BIT1_IT = lv_et_bit1_it
         ET_BIT2_IT = lv_et_bit2_it
         ET_BIT3_IT = lv_et_bit3_it
         ET_BIT4_IT = lv_et_bit4_it
         ET_BIT4_IT_UNINVOICED = lv_et_bit4_it_uninvoiced
         ET_BIT4_IT_INVOICED = lv_et_bit4_it_invoiced
         ET_BIT_IT_ANY = lv_et_bit_it_any
    EXCEPTIONS
        NOT_FOUND = 1
. " FKK_BIX_BIT_SELECT_SINGLE




ABAP code using 7.40 inline data declarations to call FM FKK_BIX_BIT_SELECT_SINGLE

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.

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 


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!