SAP Reports / Programs

PRC_MAST_HIERACHY_MAINT_TEST SAP ABAP Report - Prog to tst the functionality of free key part for master data maint







PRC_MAST_HIERACHY_MAINT_TEST is a standard Executable ABAP Report available within your SAP system (depending on your version and release level). It is used for This report tests the functionality of the function module /SAPCND/MNT_MAINTAIN_OW in case of creating condition records with free key part (access type A)...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 PRC_MAST_HIERACHY_MAINT_TEST 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_MAST_HIERACHY_MAINT_TEST. "Basic submit
SUBMIT PRC_MAST_HIERACHY_MAINT_TEST AND RETURN. "Return to original report after report execution complete
SUBMIT PRC_MAST_HIERACHY_MAINT_TEST VIA SELECTION-SCREEN. "Display selection screen of submitted report to user
    See more syntax options for the ABAP SUBMIT statement


Text pool values


Title: Prog to tst the functionality of free key part for master data maint
Text Symbol: 001 = The test failed when both Product and BP were initial.
Text Symbol: 002 = Condition were successfully created with free key part with both Product and BP initial.
Text Symbol: 003 = The test failed when Product was intial in the free key part.
Text Symbol: 004 = Condtion was successfully created with free key part with product as initial.
Text Symbol: 005 = The test failed when BP was intial in the free key part.
Text Symbol: 006 = Condtion was successfully created with free key part with BP as initial.
Text Symbol: 007 = Condition were not created with non existing product and BP guids.
Text Symbol: 008 = condition were created with non existing product and BPguids: Test fails
Text Symbol: 009 = No Authority to execute this test. Please contact your system Administrator.


INCLUDES used within this REPORT PRC_MAST_HIERACHY_MAINT_TEST

INCLUDE PRC_MAST_HIERARCHY_TST_F01 .
INCLUDE PRC_MAST_HIERARCHY_TST_F06.
INCLUDE PRC_MAST_HIERARCHY_TST_F02.
INCLUDE PRC_MAST_HIERARCHY_TST_F03.
INCLUDE PRC_MAST_HIERARCHY_TST_F04.
INCLUDE PRC_MAST_HIERARCHY_TST_F05.
INCLUDE PRC_MAST_HIERARCHY_AUNIT_INCL.


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/TST_AUTH_CHECK_SRV call function '/SAPCND/TST_AUTH_CHECK_SRV' exceptions exc_auth_fail = 1 others = 2.



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