SAP Reports / Programs | Financial Accounting | Asset Accounting | Basic Functions(FI-AA-AA) SAP FI

CL_AW01_BEW_ALV SAP ABAP INCLUDE - CLAW01BEWALV







CL_AW01_BEW_ALV 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 CL_AW01_BEW_ALV 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 CL_AW01_BEW_ALV. "Basic submit
SUBMIT CL_AW01_BEW_ALV AND RETURN. "Return to original report after report execution complete
SUBMIT CL_AW01_BEW_ALV VIA SELECTION-SCREEN. "Display selection screen of submitted report to user
    See more syntax options for the ABAP SUBMIT statement


INCLUDES used within this REPORT CL_AW01_BEW_ALV

No INCLUDES are used within this REPORT code!


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:

LVC_FIELDCATALOG_MERGE CALL FUNCTION 'LVC_FIELDCATALOG_MERGE' EXPORTING i_structure_name = 'FIAA_AW01_TRANS' i_client_never_display = 'X' CHANGING ct_fieldcat = ct_fieldcat_lvc.

AM_SHOW_TRANSACTIONS CALL FUNCTION 'AM_SHOW_TRANSACTIONS' EXPORTING i_anla = wa_anla i_afabe = i_afaber i_gjahr = i_gjahr i_no_read_from_db = read_from_db TABLES t_zab01 = lt_rlab01[] t_anep = lt_anep t_anea = lt_anea t_anek = daten_object->fiaa_object->ct_anek t_anlb = lt_anlb t_anlc = lt_anlc t_anlz = daten_object->fiaa_object->ct_anlz EXCEPTIONS not_found = 1 OTHERS = 2.

TABW_READ CALL FUNCTION 'TABW_READ' EXPORTING i_bwasl = ls_anepi-bwasl IMPORTING e_tabwg = ls_tabwg EXCEPTIONS OTHERS = 0.

AMSF_NET_BOOK_VALUE_CALCULATE CALL FUNCTION 'AMSF_NET_BOOK_VALUE_CALCULATE' TABLES t_anepi = lt_anepi.

AMSF_PROFIT_OR_LOSS_CALCULATE CALL FUNCTION 'AMSF_PROFIT_OR_LOSS_CALCULATE' TABLES t_anepi = lt_anepi.

FAA_READ_AREA_SETTINGS CALL FUNCTION 'FAA_READ_AREA_SETTINGS' EXPORTING i_orgunit = me->daten_object->bukrs i_area = me->daten_object->afaber IMPORTING es_areasettings = ls_area EXCEPTIONS OTHERS = 0.

AC_DOCUMENT_RECORD CALL FUNCTION 'AC_DOCUMENT_RECORD' EXPORTING i_awtyp = ld_awtyp i_awref = row-belnr i_aworg = ld_aworg "> 935816 i_awsys = row-awsys i_awtyp_incl = 'BKPF' i_bukrs = row-bukrs EXCEPTIONS no_reference = 1 no_document = 2 OTHERS = 3.

AC_DOCUMENT_RECORD CALL FUNCTION 'AC_DOCUMENT_RECORD' EXPORTING i_awtyp = ld_awtyp i_awref = row-belnr i_aworg = ld_aworg "> 935816 i_awsys = row-awsys i_awtyp_incl = 'BKPF' i_bukrs = row-bukrs x_dialog = ls_boole TABLES t_documents = lt_documents.

AC_DOCUMENT_RECORD CALL FUNCTION 'AC_DOCUMENT_RECORD' EXPORTING i_awtyp = ld_awtyp i_awref = row-belnr i_aworg = ld_aworg "> 935816 i_awsys = row-awsys i_awtyp_incl = 'BKPF' i_bukrs = row-bukrs TABLES t_documents = lt_documents EXCEPTIONS no_reference = 1 no_document = 2 OTHERS = 3.

DRB_SHOW CALL FUNCTION 'DRB_SHOW' EXPORTING i_borident = ls_borident.

FI_DOCUMENT_LIST_DISPLAY CALL FUNCTION 'FI_DOCUMENT_LIST_DISPLAY' EXPORTING bukrs = row-bukrs belnr = row-belnr gjahr = row-gjahr aktyp = 'A' xepos = 'X' EXCEPTIONS display_not_possible = 1 no_authority = 2 OTHERS = 3.

T093B_READ_VIRTUAL CALL FUNCTION 'T093B_READ_VIRTUAL' CHANGING f_t093b = ls_t093b EXCEPTIONS not_found = 1 OTHERS = 2.

CURRENCY_CONVERT CALL FUNCTION 'CURRENCY_CONVERT' EXPORTING i_value = i_afaber = daten_object->afaber i_t091c = ls_t091c i_t093b = ls_t093b i_anlav = ls_anlav i_date = sy-datum IMPORTING e_value = .

FIAA_ALV_DISPLAY_ANEK CALL FUNCTION 'FIAA_ALV_DISPLAY_ANEK' EXPORTING is_anek = row i_title = i_title i_color = i_color.

FI_DOCUMENT_NUMBER_GET CALL FUNCTION 'FI_DOCUMENT_NUMBER_GET' TABLES t_accdn = lt_accdn.

AMDS_GEN_OBJECT_SERVICES_CALL CALL FUNCTION 'AMDS_GEN_OBJECT_SERVICES_CALL' EXPORTING i_awtyp = row-awtyp i_awref = row-belnr i_aworg = row-aworg i_awsys = row-awsys i_bukrs = daten_object->bukrs i_anln1 = daten_object->anln1 i_anln2 = daten_object->anln2 i_gjahr = daten_object->afa_jahre i_action = '06' TABLES t_accdn = lt_accdn EXCEPTIONS not_found = 1 OTHERS = 2.



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 CL_AW01_BEW_ALV or its description.