SAP Reports / Programs

CFM_CHECK_POSITIONS SAP ABAP Report - Checks the Modules for Position Selection







CFM_CHECK_POSITIONS is a standard Executable ABAP Report 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 CFM_CHECK_POSITIONS 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 CFM_CHECK_POSITIONS. "Basic submit
SUBMIT CFM_CHECK_POSITIONS AND RETURN. "Return to original report after report execution complete
SUBMIT CFM_CHECK_POSITIONS 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: P_ADAT = D Date of Evaluation
Selection Text: S_STICHT = D Key Date
Selection Text: S_TRACC = D Accounting Code
Selection Text: S_VALAR = D Valuation Area
Title: Checks the Modules for Position Selection
Text Symbol: AKT = Activity
Text Symbol: AND = and
Text Symbol: DEL = Delete
Text Symbol: DIS = Display
Text Symbol: NEW = New Data
Text Symbol: OLD = Saved Data
Text Symbol: SAV = Save
Text Symbol: SEL = Selections


INCLUDES used within this REPORT CFM_CHECK_POSITIONS

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:

MESSAGES_INITIALIZE call function 'MESSAGES_INITIALIZE' exceptions log_not_active = 1 wrong_identification = 2 others = 3.

MESSAGE_STORE call function 'MESSAGE_STORE' exporting arbgb = -ag msgty = -severity msgv1 = -var1 msgv2 = -var1 msgv3 = -var3 msgv4 = -var4 txtnr = -msgnr exceptions message_type_not_valid = 1 not_active = 2 others = 3.

MESSAGES_SHOW call function 'MESSAGES_SHOW' exporting i_amodal_window = 'X' exceptions inconsistent_range = 1 no_messages = 2 others = 3.

REUSE_ALV_GRID_DISPLAY call function 'REUSE_ALV_GRID_DISPLAY' exporting i_structure_name = 'FTI_BIW_CFM_ERRORS_DISPLAY' tables t_outtab = loc_wrong_positions_tab exceptions program_error = 1 others = 2.

CFM_TR_BIW_CHECK_POSITIONS_ALL call function 'CFM_TR_BIW_CHECK_POSITIONS_ALL' exporting i_so_valarea = i_valarea i_so_acccode = i_accode i_date_low = i_date_lo i_date_high = i_date_hi i_awdat = i_awdat importing e_error_tab = e_error_tab.



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