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

PPEUICMPREP_SELSCR SAP ABAP dialog Program - Program ZSES_REP_V3_SELSCREEN







PPEUICMPREP_SELSCR is a standard Module pool for a dialog screen ABAP Program 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 PPEUICMPREP_SELSCR 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 PPEUICMPREP_SELSCR. "Basic submit
SUBMIT PPEUICMPREP_SELSCR AND RETURN. "Return to original report after report execution complete
SUBMIT PPEUICMPREP_SELSCR 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: SO2CLASS = D Class
Selection Text: SO2ATNAM = D Characteristic Name
Selection Text: SO2AENNR = D Change Number
Selection Text: SO1PVNAM = D Variant
Selection Text: SO1PNAME = D iPPE Object
Selection Text: SO1DOCVE = D Document Version
Selection Text: SO1DOCPE = D Document Part
Selection Text: SO1DOCNO = D Document
Selection Text: SO1DOCKI = D Document Type
Selection Text: SO1CREAD = D Created on
Selection Text: SO1CREAB = D Created By
Selection Text: SO1CMPID = D Material Number
Selection Text: SO1CLASS = D Class
Selection Text: SO1CHANG = D Changed on
Selection Text: SO1CHANB = D Changed By
Selection Text: SO1CCODE = D Color Supplement Key
Selection Text: SO1ATNOD = Characteristic in Dependency
Selection Text: SO1ATNCF = Characteristic in Side Access
Selection Text: SO1AENNR = D Change Number
Selection Text: P2CMPID = D Material Number
Selection Text: P1NODETY = D Node Type
Selection Text: P1APPLOB = D iPPE Application Object Type
Title: Program ZSES_REP_V3_SELSCREEN
Text Symbol: 901 = Customer-Spec. Attr.
Text Symbol: 006 = Document
Text Symbol: 005 = Search for CMP Objects via CMPID
Text Symbol: 004 = iPPE Attribute
Text Symbol: 003 = Node Attribute (Generic)
Text Symbol: 002 = Variants Contained in PVS Attribute
Text Symbol: 001 = Variant Attribute (Generic)


INCLUDES used within this REPORT PPEUICMPREP_SELSCR

INCLUDE PPEUICMPREP_SELSCR_S01 IF FOUND.
INCLUDE PPEUICMPREP_SELSCR_S02 IF FOUND.


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:

PPEUILOAD_GET_APPL_TYPE_NAMES CALL FUNCTION 'PPEUILOAD_GET_APPL_TYPE_NAMES' IMPORTING ET_APPL_TYPE_NAME = gt_appl_type_name.

PPEGICUST_LOAD_OBJ_READ CALL FUNCTION 'PPEGICUST_LOAD_OBJ_READ' EXPORTING im_profil_id = cl_ppeguieng_cntl=>active_profile-profil_id TABLES et_access_obj = gt_access_obj EXCEPTIONS OTHERS = 1.

PPEUICMP_REP_TMP_EXOBJ_GET CALL FUNCTION 'PPEUICMP_REP_TMP_EXOBJ_GET' IMPORTING EV_EXOBJ = lv_cmpid.

VRM_SET_VALUES CALL FUNCTION 'VRM_SET_VALUES' EXPORTING id = 'P1APPLOB' values = lt_values[] EXCEPTIONS OTHERS = 1.

VRM_DELETE_VALUES CALL FUNCTION 'VRM_DELETE_VALUES' EXPORTING id = 'P1NODETY' EXCEPTIONS id_not_found = 0.

VRM_SET_VALUES CALL FUNCTION 'VRM_SET_VALUES' EXPORTING id = 'P1NODETY' values = lt_values[] EXCEPTIONS OTHERS = 1.

F4IF_FIELD_VALUE_REQUEST CALL FUNCTION 'F4IF_FIELD_VALUE_REQUEST' EXPORTING TABNAME = '' FIELDNAME = '' SEARCHHELP = 'PVS_PNODE00' VALUE = lv_value MULTIPLE_CHOICE = ppet_false DISPLAY = ppet_false TABLES RETURN_TAB = lt_return[] EXCEPTIONS OTHERS = 1.

F4IF_FIELD_VALUE_REQUEST CALL FUNCTION 'F4IF_FIELD_VALUE_REQUEST' EXPORTING TABNAME = '' FIELDNAME = '' SEARCHHELP = 'PVS_PNODE00' VALUE = lv_value MULTIPLE_CHOICE = ppet_false DISPLAY = ppet_false TABLES RETURN_TAB = lt_return[] EXCEPTIONS OTHERS = 1.



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