PRC_GET_USED_FORMULAS 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 PRC_GET_USED_FORMULAS 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_WUSED = including where-used list
Selection Text: P_SCLBAS = Scale base formulas
Selection Text: P_REQUIR = Requirements
Selection Text: P_PROC = Pricing procedures
Selection Text: P_PRCCPY = Prcing copy routines
Selection Text: P_KAPPL = Application
Selection Text: P_GRPKEY = Group key routines
Selection Text: P_CTYPE = Condition types
Selection Text: P_COPY = Copy types (appl. independent)
Selection Text: P_CNDVAL = Condition value formulas
Selection Text: P_CNDBAS = Condition base formulas
Selection Text: P_ACCESS = Access sequences
Title: Collect formulas used in pricing customizing
Text Symbol: 520 = formula not yet implemented
Text Symbol: 513 = none
Text Symbol: 512 = IBU namespace
Text Symbol: 511 = customer namespace
Text Symbol: 510 = standard namespace
Text Symbol: 505 = pricing copy routines
Text Symbol: 504 = scale base formulas
Text Symbol: 503 = requirements
Text Symbol: 502 = group key routines
Text Symbol: 501 = condition value formulas
Text Symbol: 500 = condition base formulas
Text Symbol: 303 = copy type
Text Symbol: 302 = pricing procedure
Text Symbol: 301 = access sequence
Text Symbol: 300 = condition type
Text Symbol: 200 = Customizing sources
Text Symbol: 100 = Type of formulas
No INCLUDES are used within this REPORT code!
No SAP DATABASE tables are accessed within this REPORT code!
PRC_CUST_GET_USED_FORMULAS call function 'PRC_CUST_GET_USED_FORMULAS' exporting iv_application = p_kappl iv_from_cond_type = p_ctype * iv_from_access_seq = p_access iv_from_pric_proc = p_proc iv_from_copy_type = p_copy importing et_userexit = gt_userexit.
Although this basic information may have limited use it does provide an easy to find location to store any knowledge about this program/report.
PRC_GET_USED_FORMULAS - Collect formulas used in pricing customizing PRC_GET_USED_FORMULAS - Collect formulas used in pricing customizing PRC_GET_PERIODS_UNIT_TEST_FF01 - Include PRC_GET_PERIODS_UNIT_TEST_FF01 PRC_GET_PERIODS_UNIT_TEST - Period Calculator Automated testing by ananth PRC_GET_PERIODS_UNIT_TEST - Period Calculator Automated testing by ananth PRC_EXCLUSION_TEST_F02 - Include PRC_EXCLUSION_TEST_F02