CONDITION_ACCESS_CHECK is a standard Executable ABAP Report available within your SAP system (depending on your version and release level). It is used for For all access sequences addressed to any condition type, i...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 CONDITION_ACCESS_CHECK 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: AP Pricing Access Check Report
Text Symbol: 000 = Result of the access check:
Text Symbol: 001 = Accesses with access type 'A' exist and they are used in customer pricing procedures.
Text Symbol: 002 = For details see note 1600482 and documentation of this report or note 1600090.
Text Symbol: 003 = System is not affected at all, there is no access with access type 'A'.
Text Symbol: 005 = Accesses with access type 'A' exist, but they are not used in customer pricing procedures.
Text Symbol: 100 = Procedure
Text Symbol: 101 = No. of condition records
No INCLUDES are used within this REPORT code!
No SAP DATABASE tables are accessed within this REPORT code!
/SAPCND/CN_TABLE_NAME_SET CALL FUNCTION '/SAPCND/CN_TABLE_NAME_SET' EXPORTING i_kappl = ls_t682z-kappl i_kvewe = ls_t682z-kvewe i_kotabnr = /sapcnd/t682i-kotabnr i_check_existence = 'X' IMPORTING e_cotabname = lv_tabname e_acsviewname = lv_cotab EXCEPTIONS OTHERS = 1.
DDIF_NAMETAB_GET CALL FUNCTION 'DDIF_NAMETAB_GET' EXPORTING tabname = lv_cotab EXCEPTIONS not_found = 1 OTHERS = 2.
DDIF_NAMETAB_GET CALL FUNCTION 'DDIF_NAMETAB_GET' EXPORTING tabname = lv_tabname EXCEPTIONS not_found = 1 OTHERS = 2.
DDIF_FIELDLABEL_GET CALL FUNCTION 'DDIF_FIELDLABEL_GET' EXPORTING tabname =
-tabname fieldname = -fieldname IMPORTING label = lv_label EXCEPTIONS OTHERS = 0.
DDIF_FIELDLABEL_GET CALL FUNCTION 'DDIF_FIELDLABEL_GET' EXPORTING tabname =
-tabname fieldname = -fieldname IMPORTING label = lv_label EXCEPTIONS OTHERS = 0.
DDIF_FIELDLABEL_GET CALL FUNCTION 'DDIF_FIELDLABEL_GET' EXPORTING tabname =
-tabname fieldname = -fieldname IMPORTING label = lv_label EXCEPTIONS OTHERS = 0.
POPUP_TO_INFORM CALL FUNCTION 'POPUP_TO_INFORM' EXPORTING titel = lv_text txt1 = lv_text1 txt2 = lv_text2 txt3 = lv_text3 txt4 = lv_text4.
Although this basic information may have limited use it does provide an easy to find location to store any knowledge about this program/report.
CONDITION_ACCESS_CHECK - AP Pricing Access Check Report CONDITION_ACCESS_CHECK - AP Pricing Access Check Report CONDITION_ACCESS_ANALYZE - AP Pricing Access Analyze Report CONDITION_ACCESS_ANALYZE - AP Pricing Access Analyze Report CONDDATA - Include CONDDATA COM_WEC_USER_CON - Include COM_WEC_USER_CON