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
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.
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)
INCLUDE PPEUICMPREP_SELSCR_S01 IF FOUND.
INCLUDE PPEUICMPREP_SELSCR_S02 IF FOUND.
No SAP DATABASE tables are accessed within this REPORT code!
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.
Although this basic information may have limited use it does provide an easy to find location to store any knowledge about this program/report.
PPEUICMPREP_SELSCR - Program ZSES_REP_V3_SELSCREEN PPEUICMPREP_SELSCR - Program ZSES_REP_V3_SELSCREEN PPET7_CONST - PPET7CONST PPET6_CONST - Constants Definition for iPPE Application Object RES PPET5_CONST - Constants Definition for iPPE Application Object COL PPET3_FLO_EXPL_TYPES - Include PPET3_CCY_TYPES