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
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.
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
No INCLUDES are used within this REPORT code!
No SAP DATABASE tables are accessed within this REPORT code!
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.
Although this basic information may have limited use it does provide an easy to find location to store any knowledge about this program/report.