RFKKBOLSINGF06 is a standard ABAP INCLUDE available within your SAP system (depending on your version and release level). Below is the basic information available for this SAP report including which OBJECTS it interacts with such as TABLES, FUNCTION MODULES, INCLUDES ETC. Also check out the submitted Comments related to this SAP report or see any standard documentation available.
If you would like to execute this report or see the full code listing simply enter RFKKBOLSINGF06 into the relevant SAP transactions such as SE38 or SE80
This report can be called from another progam/report simply by using the ABAP SUBMIT statement, see below for example ABAP code snipts of how to do this.
Title: Include RFKKBOLSINGF06
No INCLUDES are used within this REPORT code!
No SAP DATABASE tables are accessed within this REPORT code!
FKK_BOLETO_INT_NUMB_RANGE CALL FUNCTION 'FKK_BOLETO_INT_NUMB_RANGE' IMPORTING numb_rnge = n_range.
NUMBER_GET_NEXT CALL FUNCTION 'NUMBER_GET_NEXT' EXPORTING nr_range_nr = n_range object = 'FKK_BOLETO' quantity = 1 IMPORTING number = e_boleto EXCEPTIONS OTHERS = 1.
FKK_SAMPLE_6300 CALL FUNCTION 'FKK_SAMPLE_6300'.
FKK_SAMPLE_6301 CALL FUNCTION 'FKK_SAMPLE_6301'.
FKK_SAMPLE_6301 * CALL FUNCTION 'FKK_SAMPLE_6301' *<<<<< Note 1097849* EXPORTING * I_HBPAY = * I_BUKRS = * I_HBKID = * I_HKTID = * I_LOT_NO = *>>>>> Note 1097849, SW, 09/28/2007 * CHANGING * c_bolext = l_bolext.
FKK_SAMPLE_6303 CALL FUNCTION 'FKK_SAMPLE_6303'.
FKK_SAMPLE_6303 * CALL FUNCTION 'FKK_SAMPLE_6303' * EXPORTING * i_instruction = '1' * TABLES * t_dfkkboh = lt_dfkkboh * EXCEPTIONS * no_default_ikey = 1.
FKK_FUNC_MODULE_DETERMINE CALL FUNCTION 'FKK_FUNC_MODULE_DETERMINE' EXPORTING i_applk = xapplk i_fbeve = fbeve TABLES t_fbstab = gt_fbstab.
Although this basic information may have limited use it does provide an easy to find location to store any knowledge about this program/report.