SAP Reports / Programs

SAPDBBRF SAP ABAP Report - SAPDBBRF Logical Database







SAPDBBRF is a standard Executable ABAP Report available within your SAP system (depending on your version and release level). It is used for Contents General Purpose of table B0SG Selection screen variants IF &[SWITCH]FAGL_FIN_GL_2_RS& = 'X'...see full standard documentation available for this report. Also check out the submitted Comments related to this SAP report and the details below to see which OBJECTS it interacts with such as TABLES, FUNCTION MODULES, INCLUDES ETC.

If you would like to execute this report or see the full code listing simply enter SAPDBBRF into the relevant SAP transactions such as SE38 or SE80


ABAP code to call this SAP report using the submit statement

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.






SUBMIT SAPDBBRF. "Basic submit
SUBMIT SAPDBBRF AND RETURN. "Return to original report after report execution complete
SUBMIT SAPDBBRF VIA SELECTION-SCREEN. "Display selection screen of submitted report to user
    See more syntax options for the ABAP SUBMIT statement


Text pool values


Selection Text: ALCUR = Alternative local currency
Selection Text: ARCHMSSG = Archive selection
Selection Text: BRARCHIV = Archived data evaluation
Selection Text: BRARKEY = Archive file
Selection Text: BRARMSSG = Internal Use
Selection Text: BRARONLY = Only process archive
Selection Text: BRDGJAHR = Internal Use
Selection Text: BRDKUNNR = Internal Use
Selection Text: BRKGJAHR = Internal Use
Selection Text: BRKLIFNR = Internal Use
Selection Text: BRSGJAHR = Internal Use
Selection Text: BRSGSBER = Internal Use
Selection Text: BRSSAKNR = Internal Use
Selection Text: BR_AWKEY = Reference key
Selection Text: BR_AWSYS = Logical system
Selection Text: BR_AWTYP = Reference Transaction
Selection Text: BR_BELNR = Document Number
Selection Text: BR_BLART = Document type
Selection Text: BR_BLDAT = Document date
Selection Text: BR_BUDAT = Posting date
Selection Text: BR_BUKRS = Company code
Selection Text: BR_CPUDT = Entry date
Selection Text: BR_GJAHR = Fiscal Year
Selection Text: BR_LDGRP = Ledger Group
Selection Text: BR_SEQ = Read items sequentially
Selection Text: BR_USNAM = Entered by
Selection Text: BR_XBLNR = Reference number
Selection Text: DTINMSSG = Data source(s)
Selection Text: EXCDT = Translation date
Selection Text: STATISTK = Statistics?
Selection Text: XBR_BLAR = Document type
Selection Text: XBR_GSBA = Business area
Selection Text: XBR_GSBB = Business area
Selection Text: XBR_GSBC = Business area
Selection Text: BR_RLDNR = D .
Title: SAPDBBRF Logical Database
Text Symbol: SRC = Data Sources
Text Symbol: 950 = Standard screen without archive processing





Text Symbol: 000 = General selections
Text Symbol: 001 = No documents found for the specified selection.
Text Symbol: 002 = For document
Text Symbol: 003 = in company code
Text Symbol: 004 = no items were found.
Text Symbol: 005 = For line item
Text Symbol: 006 = Chosen archive files have been saved.
Text Symbol: 010 = Archived data evaluation
Text Symbol: 014 = is not in view/table
Text Symbol: 015 = . Cannot be accessed.
Text Symbol: 019 = Or Ledger Group
Text Symbol: 021 = Alternative local currency
Text Symbol: 022 = Translation date
Text Symbol: 024 = Ledger
Text Symbol: 100 = Technical settings
Text Symbol: 101 = Further selections
Text Symbol: 102 = Output control
Text Symbol: 103 = Posting parameters
Text Symbol: 104 = Test run
Text Symbol: 105 = Program control
Text Symbol: 106 = Archiving quantity selection
Text Symbol: 107 = Reloading quantity selection
Text Symbol: 108 = Print control
Text Symbol: 200 = You do not have display authorization for all line items.
Text Symbol: 201 = Line items will not be displayed.
Text Symbol: 800 = Statistics ;;
Text Symbol: 801 = Document headers read ;;
Text Symbol: 802 = Document segments read ;;
Text Symbol: 803 = Document segments issued ;;
Text Symbol: 804 = Start of selection ;;
Text Symbol: 805 = End of selection ;;
Text Symbol: 806 = Selection time ;;
Text Symbol: 900 = Variant 1: Selection of company code and document type only
Text Symbol: 901 = Variant 2: All selections and archive processing
Text Symbol: 902 = Variant 3: Company code/document type with archive processing
Text Symbol: 903 = Variant 4: Standard screen with application key without archive
Text Symbol: 904 = Variant 5: Standard screen with application key with archive


INCLUDES used within this REPORT SAPDBBRF

INCLUDE RFDBEXPC.
INCLUDE RFDBINCLUD1. "40C





INCLUDE RFDB_BRF_ADD_AUTH_BKPF.


TABLES used within REPORT and the associated SELECT statement:

No SAP DATABASE tables are accessed within this REPORT code!


Function Modules used within report and the associated call statement:

AS_DATASOURCE_INIT CALL FUNCTION 'AS_DATASOURCE_INIT' "997117 EXPORTING "997117 i_report = sy-cprog "997117 i_reporttype = space "997117 IMPORTING "997117 e_use_database = xusedb "997117 e_use_archive = xusear "997117 e_use_infosys = xuseas. "997117

FI_CHECK_DATE CALL FUNCTION 'FI_CHECK_DATE' EXPORTING i_bukrs = space i_user = sy-uname i_program = 'SAPDBBRF' IMPORTING e_return = ld_return EXCEPTIONS no_authority_prog = 1 no_authority_date = 2 wrong_parameter = 3 OTHERS = 4.

FUNCTION_EXISTS CALL FUNCTION 'FUNCTION_EXISTS' EXPORTING funcname = 'CA_WRITE_LOG' EXCEPTIONS function_not_exist = 1 OTHERS = 2.

CURRENCY_CHECK_FOR_PROCESS CALL FUNCTION 'CURRENCY_CHECK_FOR_PROCESS' EXPORTING process = 'SAPDBBRF' EXCEPTIONS process_not_maintained = 1 OTHERS = 2.

FAGL_CHECK_GLFLEX_ACTIVE CALL FUNCTION 'FAGL_CHECK_GLFLEX_ACTIVE' IMPORTING e_glflex_active = g_glflex_active EXCEPTIONS error_in_setup = 1 OTHERS = 2.

FAGL_BUKRS_ACTIVE_IN_CLIENT CALL FUNCTION 'FAGL_BUKRS_ACTIVE_IN_CLIENT' IMPORTING e_glflex_active = g_glflex_act_cc.

FAGL_GET_ACT_BUKRS_FOR_GLFLEX CALL FUNCTION 'FAGL_GET_ACT_BUKRS_FOR_GLFLEX' IMPORTING et_act_bukrs = gt_act_bukrs.

FAGL_GET_LEADING_LEDGER CALL FUNCTION 'FAGL_GET_LEADING_LEDGER' IMPORTING e_rldnr = l_lead_rldnr EXCEPTIONS not_found = 1 OTHERS = 2.

BUKRS_AUTHORITY_CHECK CALL FUNCTION 'BUKRS_AUTHORITY_CHECK' EXPORTING xdatabase = database TABLES xbukreis = br_bukrs.

FAGL_GET_LEADING_LEDGER CALL FUNCTION 'FAGL_GET_LEADING_LEDGER' IMPORTING e_rldnr = g_lead_rldnr EXCEPTIONS not_found = 1 OTHERS = 2.

FAGL_CHECK_IF_LEDGER_IS_GLFLEX CALL FUNCTION 'FAGL_CHECK_IF_LEDGER_IS_GLFLEX' "1506335 EXPORTING "1506335 i_rldnr = br_rldnr-low "1506335 EXCEPTIONS "1506335 not_found = 1 "1506335 no_glflex_ledger = 2. "1506335

FAGL_GET_LEDGER_FROM_GROUP CALL FUNCTION 'FAGL_GET_LEDGER_FROM_GROUP' EXPORTING i_ldgrp = lt_ldgrp-ldgrp IMPORTING et_ledger = lt_rldnr EXCEPTIONS error_in_ledgergroup = 1 OTHERS = 2.

FAGL_AUTHORITY_LEDGER CALL FUNCTION 'FAGL_AUTHORITY_LEDGER' EXPORTING i_bukrs = buktab-bukrs i_rldnr = g_rldnr i_actvt = '03'.

FAGL_AUTHORITY_LEDGER CALL FUNCTION 'FAGL_AUTHORITY_LEDGER' EXPORTING i_bukrs = buktab-bukrs i_rldnr = lt_ledger-rldnr i_actvt = '03'.

FAGL_AUTHORITY_LEDGER CALL FUNCTION 'FAGL_AUTHORITY_LEDGER' EXPORTING i_bukrs = buktab-bukrs i_rldnr = g_rldnr i_actvt = '03'.

FI_EMU_CONVERSION_GROUPS CALL FUNCTION 'FI_EMU_CONVERSION_GROUPS' EXPORTING xdbuse = xusedb "xdbuse xaruse = xusear "'X' TABLES * I_ARKEYS = i_arkey_sel = arch_sel "brarkey i_bukrs_sel = br_bukrs i_gjahr_sel = br_gjahr EXCEPTIONS different_conversion_states = 1 OTHERS = 2.

AS_DATASOURCE_SELECT CALL FUNCTION 'AS_DATASOURCE_SELECT' "997117 EXPORTING "997117 i_db_and_arc = 'X' "997117 i_no_source_select = space "997117 i_infosys_possible = 'X' "997117 i_documentation = 'DEFAULT' "997117 i_report = ld_progname "997117 i_reporttype = space "997117 it_objects = lt_objects[] "997117 CHANGING "997117 c_use_database = xusedb "997117 c_use_archive = xusear "997117 c_use_infosys = xuseas "997117 c_archobj = sys_object "997117 ct_arch_sel = arch_sel[]. "997117

INIT_T001 CALL FUNCTION 'INIT_T001' TABLES xbukreis = br_bukrs.




FAGL_GET_GROUPS_WITH_LEDGER CALL FUNCTION 'FAGL_GET_GROUPS_WITH_LEDGER' EXPORTING i_rldnr = g_rldnr TABLES et_ldgrp = gt_ldgrp.

FAGL_GET_GROUPS_WITH_LEDGER CALL FUNCTION 'FAGL_GET_GROUPS_WITH_LEDGER' EXPORTING i_rldnr = g_rldnr TABLES et_ldgrp = gt_ldgrp.

FAGL_AUTHORITY_LEDGER CALL FUNCTION 'FAGL_AUTHORITY_LEDGER' EXPORTING i_bukrs = bkpf-bukrs i_rldnr = bkpf-rldnr i_ldgrp = bkpf-ldgrp i_actvt = '03' EXCEPTIONS no_authority = 4.

LDB_LOG_WRITE CALL FUNCTION 'LDB_LOG_WRITE'.

FAGL_GET_GL_DOCUMENT CALL FUNCTION 'FAGL_GET_GL_DOCUMENT' EXPORTING i_rldnr = g_rldnr i_bukrs = save_bukrs i_belnr = save_belnr i_gjahr = save_gjahr it_fieldlist = bseg_fields[] it_where_clause = faglfreesel_where i_authority_check = 'X' "ERP05 IMPORTING et_bseg = lt_bseg EXCEPTIONS not_found = 1 OTHERS = 2.

FAGL_GET_BSEG CALL FUNCTION 'FAGL_GET_BSEG' EXPORTING i_bukrs = save_bukrs i_belnr = save_belnr i_gjahr = save_gjahr i_bstat = save_bstat it_fieldlist = bseg_fields[] it_where_clause = faglfreesel_where i_authority_check = 'X' "ERP05 IMPORTING et_bseg = lt_bseg EXCEPTIONS not_found = 1 OTHERS = 2.

READ_T001 CALL FUNCTION 'READ_T001' EXPORTING xbukrs = save_bukrs IMPORTING struct = t001.

FAGL_GET_GLT0 CALL FUNCTION 'FAGL_GET_GLT0' EXPORTING i_glt0_rldnr = glkey-rldnr i_rldnr = g_rldnr * i_rrcty = glkey-rrcty i_rvers = glkey-rvers i_bukrs = glkey-bukrs i_racct = glkey-racct i_range_rrcty = lr_stype[] i_range_ryear = brsgjahr[] i_range_rbusa = brsgsber[] it_where_clause = faglfreesel_where i_authority_check = 'X' IMPORTING et_glt0 = gt_glt0[].

FAGL_GET_GLT0 CALL FUNCTION 'FAGL_GET_GLT0' EXPORTING i_glt0_rldnr = glkey-rldnr i_rldnr = g_rldnr i_rrcty = glkey-rrcty i_rvers = glkey-rvers i_bukrs = glkey-bukrs * I_RYEAR = i_racct = glkey-racct * I_RBUSA = * I_RTCUR = * I_DRCRK = * I_RPMAX = * I_RANGE_RRCTY = * I_RANGE_RVERS = * I_RANGE_BUKRS = i_range_ryear = brsgjahr[] i_range_rbusa = brsgsber[] * I_RANGE_RACCT = * I_RANGE_RTCUR = * I_RANGE_DRCRK = * I_RANGE_RPMAX = it_where_clause = faglfreesel_where i_authority_check = 'X' "ERP05 IMPORTING et_glt0 = gt_glt0[].

FI_CHECK_DATE CALL FUNCTION 'FI_CHECK_DATE' EXPORTING i_bukrs = bkpf-bukrs i_user = sy-uname i_program = 'SAPDBBRF' i_from_date = bkpf-budat EXCEPTIONS no_authority_prog = 1 no_authority_date = 2 wrong_parameter = 3 OTHERS = 4.

FI_CHECK_DATE CALL FUNCTION 'FI_CHECK_DATE' EXPORTING i_bukrs = knc1-bukrs i_user = sy-uname i_program = 'SAPDBBRF' i_from_year = knc1-gjahr EXCEPTIONS no_authority_prog = 1 no_authority_date = 2 wrong_parameter = 3 OTHERS = 4.

FI_CHECK_DATE CALL FUNCTION 'FI_CHECK_DATE' EXPORTING i_bukrs = knc3-bukrs i_user = sy-uname i_program = 'SAPDBBRF' i_from_year = knc3-gjahr EXCEPTIONS no_authority_prog = 1 no_authority_date = 2 wrong_parameter = 3 OTHERS = 4.

FI_CHECK_DATE CALL FUNCTION 'FI_CHECK_DATE' EXPORTING i_bukrs = lfc1-bukrs i_user = sy-uname i_program = 'SAPDBBRF' i_from_year = lfc1-gjahr EXCEPTIONS no_authority_prog = 1 no_authority_date = 2 wrong_parameter = 3 OTHERS = 4.

FI_CHECK_DATE CALL FUNCTION 'FI_CHECK_DATE' EXPORTING i_bukrs = lfc3-bukrs i_user = sy-uname i_program = 'SAPDBBRF' i_from_year = lfc3-gjahr EXCEPTIONS no_authority_prog = 1 no_authority_date = 2 wrong_parameter = 3 OTHERS = 4.

FI_CHECK_DATE CALL FUNCTION 'FI_CHECK_DATE' EXPORTING i_bukrs = skc1a-bukrs i_user = sy-uname i_program = 'SAPDBBRF' i_from_year = skc1a-gjahr EXCEPTIONS no_authority_prog = 1 no_authority_date = 2 wrong_parameter = 3 OTHERS = 4.

FI_CHECK_DATE CALL FUNCTION 'FI_CHECK_DATE' EXPORTING i_bukrs = skc1c-bukrs i_user = sy-uname i_program = 'SAPDBBRF' i_from_year = skc1c-gjahr EXCEPTIONS no_authority_prog = 1 no_authority_date = 2 wrong_parameter = 3 OTHERS = 4.

ARCH_GET_INFO CALL FUNCTION 'ARCH_GET_INFO' EXPORTING archive_obj = archobj IMPORTING archive_count = yarchset_cnt TABLES select_options = arch_sel archives_info_set = yarchset.

ARCHIVE_OPEN_FOR_READ CALL FUNCTION 'ARCHIVE_OPEN_FOR_READ' EXPORTING object = sys_object IMPORTING archive_handle = archive_handle TABLES archive_files = arch_sel "brarkey selected_files = lt_files.

ARCHIVE_GET_NEXT_OBJECT CALL FUNCTION 'ARCHIVE_GET_NEXT_OBJECT' EXPORTING archive_handle = archive_handle EXCEPTIONS end_of_file = 1.

ARCHIVE_CLOSE_FILE CALL FUNCTION 'ARCHIVE_CLOSE_FILE' EXPORTING archive_handle = archive_handle EXCEPTIONS OTHERS = 01.

AS_API_READ CALL FUNCTION 'AS_API_READ' EXPORTING i_fieldcat = ld_fieldcat i_selections = lt_selections_as i_obligatory_fields = lt_obligatory_fields[] IMPORTING e_result = lt_result EXCEPTIONS no_infostruc_found = 2 field_missing_in_fieldcat = 3.

ARCHIVE_GET_OBJECT_BY_OFFSET CALL FUNCTION 'ARCHIVE_GET_OBJECT_BY_OFFSET' EXPORTING archivkey = lw_result-archivekey offset = lw_result-archiveofs IMPORTING archive_handle = archive_handle.

ARCHIVE_CLOSE_FILE CALL FUNCTION 'ARCHIVE_CLOSE_FILE' EXPORTING archive_handle = archive_handle.

FAGL_TRANSFORM_GLFLEX_TO_BSEG call function 'FAGL_TRANSFORM_GLFLEX_TO_BSEG' exporting id_glflex_fieldname = l_ds_frange-fieldname id_tot_table = 'FAGLFLEXT' importing ed_bseg_fieldname = l_ds_frange-fieldname exceptions not_found = 1 OTHERS = 2.

LDB_LOG_WRITE CALL FUNCTION 'LDB_LOG_WRITE'.

LDB_LOG_WRITE CALL FUNCTION 'LDB_LOG_WRITE'.

LDB_LOG_WRITE CALL FUNCTION 'LDB_LOG_WRITE'.

LDB_LOG_WRITE CALL FUNCTION 'LDB_LOG_WRITE'.

LDB_LOG_WRITE CALL FUNCTION 'LDB_LOG_WRITE'.

LDB_LOG_WRITE CALL FUNCTION 'LDB_LOG_WRITE'.

LDB_LOG_WRITE CALL FUNCTION 'LDB_LOG_WRITE'.

HELP_VALUES_GET_WITH_TABLE CALL FUNCTION 'HELP_VALUES_GET_WITH_TABLE' EXPORTING fieldname = 'CURTP' tabname = 'T001A' IMPORTING select_value = periv TABLES fields = fldtab valuetab = valtab.

FIRST_DAY_IN_PERIOD_GET CALL FUNCTION 'FIRST_DAY_IN_PERIOD_GET' EXPORTING i_gjahr = sy-datum(4) i_periv = periv i_poper = 01 IMPORTING e_date = date.

LAST_DAY_IN_YEAR_GET CALL FUNCTION 'LAST_DAY_IN_YEAR_GET' EXPORTING i_date = sy-datum i_periv = periv IMPORTING e_date = date.

FI_PERIOD_DETERMINE CALL FUNCTION 'FI_PERIOD_DETERMINE' EXPORTING i_budat = sy-datum i_periv = periv IMPORTING e_gjahr = year e_poper = period.

LAST_DAY_IN_PERIOD_GET CALL FUNCTION 'LAST_DAY_IN_PERIOD_GET' EXPORTING i_gjahr = year i_periv = periv i_poper = period IMPORTING e_date = date.

FI_PERIOD_DETERMINE CALL FUNCTION 'FI_PERIOD_DETERMINE' EXPORTING i_budat = date i_periv = periv IMPORTING e_gjahr = year e_poper = period.

FIRST_DAY_IN_PERIOD_GET CALL FUNCTION 'FIRST_DAY_IN_PERIOD_GET' EXPORTING i_gjahr = year i_periv = periv i_poper = period IMPORTING e_date = date.

FI_PERIOD_DETERMINE CALL FUNCTION 'FI_PERIOD_DETERMINE' EXPORTING i_budat = date i_periv = periv IMPORTING e_gjahr = year e_poper = period.

FIRST_DAY_IN_PERIOD_GET CALL FUNCTION 'FIRST_DAY_IN_PERIOD_GET' EXPORTING i_gjahr = year i_periv = periv i_poper = period IMPORTING e_date = date.

FI_PERIOD_DETERMINE CALL FUNCTION 'FI_PERIOD_DETERMINE' EXPORTING i_budat = date i_periv = periv IMPORTING e_gjahr = year e_poper = period.

FI_CHECK_DATE CALL FUNCTION 'FI_CHECK_DATE' EXPORTING i_bukrs = it001-bukrs i_user = sy-uname i_program = 'SAPDBBRF' i_from_year = br_gjahr-low i_to_year = br_gjahr-high EXCEPTIONS no_authority_prog = 1 no_authority_date = 2 wrong_parameter = 3 OTHERS = 4.

CA_WRITE_LOG CALL FUNCTION 'CA_WRITE_LOG' "#EC EXISTS EXPORTING i_program = sy-cprog EXCEPTIONS write_error = 1 OTHERS = 2.

LDB_LOG_INIT CALL FUNCTION 'LDB_LOG_INIT'.

LDB_LOG_DISPLAY CALL FUNCTION 'LDB_LOG_DISPLAY'.

FAGL_GET_LEADING_LEDGER CALL FUNCTION 'FAGL_GET_LEADING_LEDGER' IMPORTING e_rldnr = l_leading_ledger EXCEPTIONS not_found = 1 OTHERS = 2.

G_GET_ORGANIZATIONAL_DATA CALL FUNCTION 'G_GET_ORGANIZATIONAL_DATA' EXPORTING i_rldnr = p_rldnr i_orgunit = ls_t001-bukrs IMPORTING organizational_info = ls_orginfo EXCEPTIONS no_info_found = 1 error_in_setup = 2 error_in_depld = 3 OTHERS = 4.

GET_CURRENT_YEAR CALL FUNCTION 'GET_CURRENT_YEAR' EXPORTING bukrs = ls_t001-bukrs date = sy-datum IMPORTING curry = br_gjahr-low.

RS_REFRESH_FROM_DYNAMICAL_SEL CALL FUNCTION 'RS_REFRESH_FROM_DYNAMICAL_SEL' EXPORTING curr_report = l_report mode_write_or_move = 'M' IMPORTING p_trange = lt_dynsel EXCEPTIONS not_found = 1 wrong_type = 2 OTHERS = 3.

FREE_SELECTIONS_RANGE_2_EX CALL FUNCTION 'FREE_SELECTIONS_RANGE_2_EX' EXPORTING field_ranges = ls_dyns-trange IMPORTING expressions = ls_dyns-texpr.

FREE_SELECTIONS_RANGE_2_WHERE CALL FUNCTION 'FREE_SELECTIONS_RANGE_2_WHERE' EXPORTING field_ranges = ls_dyns-trange IMPORTING where_clauses = ls_dyns-clauses.

G_POSTING_DATE_OF_PERIOD_GET CALL FUNCTION 'G_POSTING_DATE_OF_PERIOD_GET' EXPORTING period = lr_period-low variant = lt_periv year = br_gjahr-low IMPORTING from_date = lr_budat-low EXCEPTIONS period_not_defined = 1 variant_not_defined = 2 OTHERS = 3.

G_POSTING_DATE_OF_PERIOD_GET CALL FUNCTION 'G_POSTING_DATE_OF_PERIOD_GET' EXPORTING period = lr_period-high variant = lt_periv year = br_gjahr-low IMPORTING to_date = lr_budat-high EXCEPTIONS period_not_defined = 1 variant_not_defined = 2 OTHERS = 3.

G_POSTING_DATE_OF_YEAR_GET CALL FUNCTION 'G_POSTING_DATE_OF_YEAR_GET' EXPORTING variant = lt_periv year = br_gjahr-low IMPORTING from_date = lr_budat-low to_date = lr_budat-high EXCEPTIONS variant_not_defined = 1 year_not_defined = 2 OTHERS = 3.

FAGL_GET_TABLENAMES CALL FUNCTION 'FAGL_GET_TABLENAMES' EXPORTING i_ledger = g_rldnr IMPORTING es_tabnames = ps_fagl_names.

FI_DOCUMNT_ARCH_READ_DATA_OBJH CALL FUNCTION 'FI_DOCUMNT_ARCH_READ_DATA_OBJH' EXPORTING iv_handle = archive_handle CHANGING ct_doc_data = lt_arch_data[].

FAGL_FLEXA_TO_DOC_TRANSFORM CALL FUNCTION 'FAGL_FLEXA_TO_DOC_TRANSFORM' EXPORTING it_bseg = ybseg it_faglflexa = IMPORTING et_bseg_ext = ybseg_flex.

PROGRESS_INDICATOR CALL FUNCTION 'PROGRESS_INDICATOR' EXPORTING i_msgid = 'F9' i_msgno = '022' i_processed = lv_cnt_read i_total = pv_cnt_tot i_output_immediately = 'X'.

FAGL_AUTHORITY_LEDGER CALL FUNCTION 'FAGL_AUTHORITY_LEDGER' EXPORTING i_bukrs = bkpf-bukrs i_rldnr = bkpf-rldnr i_ldgrp = bkpf-ldgrp i_actvt = '03' EXCEPTIONS no_authority = 4.



Contribute (Add Comments)

Although this basic information may have limited use it does provide an easy to find location to store any knowledge about this program/report.

The contribute/comments section below therefore offer's an opportunity for anyone to add additional information. This can be anything from useful hints, tips and screen shots to relevant SAP notes or anything else you feel is relevant to this report.

This will then be available for everyone to easily find by simply searching on the report name SAPDBBRF or its description.