SAP Reports / Programs | Production Planning and Control | Production Network | Production Allocation(PP-PN-ALN) SAP PP

GHO_ALLOC_CREATE_MASSMP SAP ABAP Report - Mass Creation of Measurement Points







GHO_ALLOC_CREATE_MASSMP 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 GHO_ALLOC_CREATE_MASSMP into the relevant SAP transactions such as SE38 or SE80


Transaction Code(s):

Below is a list of transaction codes which are relevant to this SAP report

MPCR - Transaction for Mass Creation Of MP


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 GHO_ALLOC_CREATE_MASSMP. "Basic submit
SUBMIT GHO_ALLOC_CREATE_MASSMP AND RETURN. "Return to original report after report execution complete
SUBMIT GHO_ALLOC_CREATE_MASSMP 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_TEST_P = Test Run
Selection Text: P_TEST_N = Test Run
Selection Text: P_PLAOBJ = Organizational Plant
Selection Text: P_NETOBJ = Production Network
Selection Text: PV_PLN_R = Organizational Plant
Selection Text: PV_NET_R = Production Network
Title: Mass Creation of Measurement Points
Text Symbol: 023 = Network objects
Text Symbol: 021 = Report for Measurement Point Creation
Text Symbol: 020 = Measurement Point
Text Symbol: 019 = Message Type
Text Symbol: 018 = Message Text
Text Symbol: 017 = Network Object ID
Text Symbol: 016 = Network Object Type
Text Symbol: 015 = Status
Text Symbol: 014 = Index
Text Symbol: 013 = Measurement point already exists
Text Symbol: 012 = Error
Text Symbol: 011 = Success
Text Symbol: 010 = Measurement Point created successfully
Text Symbol: 009 = Network Object Type
Text Symbol: 008 = Network Object
Text Symbol: 007 = Serial No.
Text Symbol: 006 = Create Measurement Point
Text Symbol: 005 = Select a Maintenance Plant
Text Symbol: 004 = Select a Production Network
Text Symbol: 003 = Maintenance Plant
Text Symbol: 002 = Production Network
Text Symbol: 001 = Select an Option


INCLUDES used within this REPORT GHO_ALLOC_CREATE_MASSMP

INCLUDE GHO_ALLOC_CREATE_MASSMP_TOP. " GLOBAL DATA
INCLUDE GHO_ALLOC_CREATE_MASSMP_FUNC. " FUNCTION MODULES AND CLASS IMPLEMNTATIONS


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:

BALW_BAPIRETURN_GET2 CALL FUNCTION 'BALW_BAPIRETURN_GET2' EXPORTING type = 'E' cl = 'GHO_ALLOC_MEASPOINT' NUMBER = 000 IMPORTING RETURN = gv_message.

BALW_BAPIRETURN_GET2 CALL FUNCTION 'BALW_BAPIRETURN_GET2' EXPORTING type = 'E' cl = 'GHO_ALLOC_MEASPOINT' NUMBER = 001 IMPORTING RETURN = gv_message.

RS_SET_SELSCREEN_STATUS * CALL FUNCTION 'RS_SET_SELSCREEN_STATUS' * EXPORTING * p_status = sy-pfkey * TABLES * p_exclude = it_ucomm.

BALW_BAPIRETURN_GET2 CALL FUNCTION 'BALW_BAPIRETURN_GET2' EXPORTING type = 'E' cl = 'GHO_ALLOC_MEASPOINT' NUMBER = 000 IMPORTING RETURN = gv_message.

BALW_BAPIRETURN_GET2 CALL FUNCTION 'BALW_BAPIRETURN_GET2' EXPORTING type = 'E' cl = 'GHO_ALLOC_MEASPOINT' NUMBER = 001 IMPORTING RETURN = gv_message.



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