SAP Reports / Programs | Application Platform | Pricing & Condition Technique | Pricing(AP-PRC-PR) SAP AP

CONDITION_ACCESS_CHECK SAP ABAP Report - AP Pricing Access Check Report







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


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


Text pool values


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


INCLUDES used within this REPORT CONDITION_ACCESS_CHECK

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:

/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.



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