SAP Reports / Programs

PRC_GET_USED_FORMULAS SAP ABAP Report - Collect formulas used in pricing customizing







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


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 PRC_GET_USED_FORMULAS. "Basic submit
SUBMIT PRC_GET_USED_FORMULAS AND RETURN. "Return to original report after report execution complete
SUBMIT PRC_GET_USED_FORMULAS 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_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


INCLUDES used within this REPORT PRC_GET_USED_FORMULAS

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:

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.



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