SAP Reports / Programs | Application Platform | Integrated Product and Process Engineering(AP-PPE) SAP AP

PPE_PNCMP_DELTA_MAINT SAP ABAP Report - Internal Program for eCATT Test: PPE_PNCMP_DELTA_MAINT







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


Text pool values


Title: Internal Program for eCATT Test: PPE_PNCMP_DELTA_MAINT
Text Symbol: 001 = TEST RESULTS OF API CMPs CONTAIN ERROR
Text Symbol: 002 = TEST RESULTS OF API CMPs CONTAIN NO ERROR


INCLUDES used within this REPORT PPE_PNCMP_DELTA_MAINT

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:

PVSHI_INIT CALL FUNCTION 'PVSHI_INIT'.

PVSHI_INTERNAL_OBJECT_ID CALL FUNCTION 'PVSHI_INTERNAL_OBJECT_ID' EXPORTING * I_MODE_ALL = 'X' * I_MSG_HANDLING = 'A' * I_EXISTENCE_ONLY = ' ' node_name = cs_tst-name_anode1 class_num = cs_tst-class class_type = '300' * VARIANT_NAME = * ALTERNATIVE_NAME = application_type = 'CMP' IMPORTING object_id = cs_tst-id_anode1 * EXISTENCE = * TABLES * RETURN = .

PVSHI_INTERNAL_OBJECT_ID CALL FUNCTION 'PVSHI_INTERNAL_OBJECT_ID' EXPORTING * I_MODE_ALL = 'X' * I_MSG_HANDLING = 'A' * I_EXISTENCE_ONLY = ' ' node_name = cs_tst-name_anode1 class_num = cs_tst-class class_type = '300' * VARIANT_NAME = alternative_name = cs_tst-name_alt1 application_type = 'CMP' IMPORTING object_id = cs_tst-id_alt1 * EXISTENCE = * TABLES * RETURN = .

PVSHI_INTERNAL_OBJECT_ID CALL FUNCTION 'PVSHI_INTERNAL_OBJECT_ID' EXPORTING * I_MODE_ALL = 'X' * I_MSG_HANDLING = 'A' * I_EXISTENCE_ONLY = ' ' node_name = cs_tst-name_snode1 class_num = cs_tst-class class_type = '300' * VARIANT_NAME = * ALTERNATIVE_NAME = application_type = 'CMP' IMPORTING object_id = cs_tst-id_snode1 * EXISTENCE = * TABLES * RETURN = .

PVSHI_INTERNAL_OBJECT_ID CALL FUNCTION 'PVSHI_INTERNAL_OBJECT_ID' EXPORTING * I_MODE_ALL = 'X' * I_MSG_HANDLING = 'A' * I_EXISTENCE_ONLY = ' ' node_name = cs_tst-name_snode2 class_num = cs_tst-class class_type = '300' * VARIANT_NAME = * ALTERNATIVE_NAME = application_type = 'CMP' IMPORTING object_id = cs_tst-id_snode2 * EXISTENCE = * TABLES * RETURN = .

PVSHI_INTERNAL_RELATION_ID CALL FUNCTION 'PVSHI_INTERNAL_RELATION_ID' EXPORTING * i_mode_all = 'X' * i_msg_handling = 'A' * i_existence_only = ' ' start_node_name = cs_tst-name_anode1 start_class_num = cs_tst-class start_class_type = '300' start_alternative_name = cs_tst-name_alt1 start_application_type = 'CMP' target_node_name = cs_tst-name_snode1 target_class_num = cs_tst-class target_class_type = '300' target_application_type = 'CMP' IMPORTING relation_id = cs_tst-id_rel1 .

PVSHI_INTERNAL_RELATION_ID CALL FUNCTION 'PVSHI_INTERNAL_RELATION_ID' EXPORTING * i_mode_all = 'X' * i_msg_handling = 'A' * i_existence_only = ' ' start_node_name = cs_tst-name_anode1 start_class_num = cs_tst-class start_class_type = '300' start_alternative_name = cs_tst-name_alt1 start_application_type = 'CMP' target_node_name = cs_tst-name_snode2 target_class_num = cs_tst-class target_class_type = '300' target_application_type = 'CMP' IMPORTING relation_id = cs_tst-id_rel2 .

PVSHI_PNCMP_MAINTAIN CALL FUNCTION 'PVSHI_PNCMP_MAINTAIN' EXPORTING i_mode_all = 'X' i_create_flg = 'X' i_msg_handling = 'A' i_delta_flg = 'X' TABLES componentnodedata = componentnodedata[] varianceschemeheader = varianceschemeheader[] variancescheme = variancescheme[] componentnodetext = componentnodetext[] componentnodelongtextheader = componentnodelongtextheader[] componentnodelongtext = componentnodelongtext[] componentnodeextension = componentnodeextension[] componentalternativedata = componentalternativedata[] componentalternativetext = componentalternativetext[] componentaltlongtextheader = componentaltlongtextheader[] componentaltlongtext = componentaltlongtext[] componentrelation = componentrelation[] activityrelation = activityrelation[] activityrelationconstraint = activityrelationconstraint[] return = return[].

PVSHI_PNCMP_READ CALL FUNCTION 'PVSHI_PNCMP_READ' EXPORTING i_mode_all = 'X' i_msg_handling = 'A' i_changeno_specified = ' ' TABLES componentnodedata = o_componentnodedata[] varianceschemeheader = o_varianceschemeheader[] variancescheme = o_variancescheme[] componentnodetext = o_componentnodetext[] componentnodelongtextheader = o_componentnodelongtextheader[] componentnodelongtext = o_componentnodelongtext[] componentnodeextension = o_componentnodeextension[] componentalternativedata = o_componentalternativedata[] componentalternativetext = o_componentalternativetext[] componentaltlongtextheader = o_componentaltlongtextheader[] componentaltlongtext = o_componentaltlongtext[] componentrelation = o_componentrelation[] activityrelation = o_activityrelation[] activityrelationconstraint = o_activityrelationconstraint[] return = o_return[].

PVSHI_PNCMP_MAINTAIN CALL FUNCTION 'PVSHI_PNCMP_MAINTAIN' EXPORTING i_mode_all = 'X' i_create_flg = 'X' i_msg_handling = 'A' i_delta_flg = 'X' TABLES componentnodedata = componentnodedata[] componentnodedatax = componentnodedatax[] varianceschemeheader = varianceschemeheader[] variancescheme = variancescheme[] componentnodetext = componentnodetext[] componentnodetextx = componentnodetextx[] componentnodelongtextheader = componentnodelongtextheader[] componentnodelongtextheaderx = componentnodelongtextheaderx[] componentnodelongtext = componentnodelongtext[] componentnodelongtextx = componentnodelongtextx[] componentnodeextension = componentnodeextension[] componentnodeextensionx = componentnodeextensionx[] componentalternativedata = componentalternativedata[] componentalternativedatax = componentalternativedatax[] componentalternativetext = componentalternativetext[] componentalternativetextx = componentalternativetextx[] componentaltlongtextheader = componentaltlongtextheader[] componentaltlongtextheaderx = componentaltlongtextheaderx[] componentaltlongtext = componentaltlongtext[] componentaltlongtextx = componentaltlongtextx[] componentrelation = componentrelation[] activityrelation = activityrelation[] activityrelationconstraint = activityrelationconstraint[] return = return[].

PVSHI_PNCMP_READ CALL FUNCTION 'PVSHI_PNCMP_READ' EXPORTING i_mode_all = 'X' i_msg_handling = 'A' i_changeno_specified = ' ' TABLES componentnodedata = n_componentnodedata[] varianceschemeheader = n_varianceschemeheader[] variancescheme = n_variancescheme[] componentnodetext = n_componentnodetext[] componentnodelongtextheader = n_componentnodelongtextheader[] componentnodelongtext = n_componentnodelongtext[] componentnodeextension = n_componentnodeextension[] componentalternativedata = n_componentalternativedata[] componentalternativetext = n_componentalternativetext[] componentaltlongtextheader = n_componentaltlongtextheader[] componentaltlongtext = n_componentaltlongtext[] componentrelation = n_componentrelation[] activityrelation = n_activityrelation[] activityrelationconstraint = n_activityrelationconstraint[] * GENERICRELATION = * ADMINDATA = return = n_return[] .

PVSHI_CLOSE CALL FUNCTION 'PVSHI_CLOSE' * EXPORTING * I_MSG_HANDLING = 'A' * I_UNLOCK = '1' * SAVE_PROTOCOL = 'X' * TABLES * RETURN = .

DELETE_TEXT_FROM_CATALOG CALL FUNCTION 'DELETE_TEXT_FROM_CATALOG' EXPORTING object = ppet_tdobject * NAME = * ID = * LANGUAGE = * LOCAL_CAT = ' ' * TABLES * T_OBJECT = * T_NAME = * T_ID = * T_LANGUAGE = EXCEPTIONS not_found = 1 error_message = 2 OTHERS = 3 .

PVSHI_SAVE CALL FUNCTION 'PVSHI_SAVE' * EXPORTING * FLG_COMMIT = 'X' * I_MODE_ALL = 'X' * I_MSG_HANDLING = 'A' * I_UNLOCK = '1' * SAVE_PROTOCOL = 'X' * I_NO_CHANGEDOCS = ' ' TABLES return = return[] .

DELETE_TEXT_FROM_CATALOG CALL FUNCTION 'DELETE_TEXT_FROM_CATALOG' EXPORTING object = ppet_tdobject * NAME = * ID = * LANGUAGE = * LOCAL_CAT = ' ' * TABLES * T_OBJECT = * T_NAME = * T_ID = * T_LANGUAGE = EXCEPTIONS not_found = 1 error_message = 2 OTHERS = 3 .

PVSHI_PNCMP_MAINTAIN CALL FUNCTION 'PVSHI_PNCMP_MAINTAIN' EXPORTING i_mode_all = 'X' i_create_flg = 'X' i_msg_handling = 'A' i_delta_flg = 'X' TABLES componentnodedata = componentnodedata[] return = return[].



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