SAP Reports / Programs

R_EHPRC_SUPPLIER_PART_MIGRATE SAP ABAP Report - Migrate Supplier Parts







R_EHPRC_SUPPLIER_PART_MIGRATE is a standard Executable ABAP Report available within your SAP system (depending on your version and release level). It is used for This report migrates specifications for supplier parts from SAP Product and REACH Compliance 2...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 R_EHPRC_SUPPLIER_PART_MIGRATE 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 R_EHPRC_SUPPLIER_PART_MIGRATE. "Basic submit
SUBMIT R_EHPRC_SUPPLIER_PART_MIGRATE AND RETURN. "Return to original report after report execution complete
SUBMIT R_EHPRC_SUPPLIER_PART_MIGRATE 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: PT_SUBST = Specifications
Selection Text: P_MIXC = Allow Mixed Input Compositions
Selection Text: P_OVWR = Overwrite Existing Objects
Selection Text: P_PACKSZ = Package Size
Selection Text: P_TEST = Run in Test Mode
Title: Migrate Supplier Parts
Text Symbol: 001 = Options
Text Symbol: 002 = This report migrates specifications for supplier parts from
Text Symbol: 003 = SAP Product and REACH Compliance 2.0 or Compliance for Products 2.2
Text Symbol: 004 = to component extension 3.0 for SAP EHS Management.
Text Symbol: 005 = For each specification a compliance data object will be created.
Text Symbol: 006 = Do you want to start the migration of all specifications for supplier parts?
Text Symbol: 007 = Yes
Text Symbol: 008 = No
Text Symbol: 009 = The following prerequisites have to be met for the
Text Symbol: 010 = successful execution of the report:
Text Symbol: 011 = 1. Namespace Migration
Text Symbol: 012 = 2. Migration of Compositions, Properties and Characteristics
Text Symbol: 013 = 3. Check Master Data
Text Symbol: 014 = 4. Migration of Materials
Text Symbol: T06 = Further Options


INCLUDES used within this REPORT R_EHPRC_SUPPLIER_PART_MIGRATE

INCLUDE EHPRC_CDO_MIGRATE_HELP. "#EC INCL_OK


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:

ENQUEUE_EWA_REPID CALL FUNCTION 'ENQUEUE_EWA_REPID' EXPORTING mode_ewaenq = 'E' "Write lock repid = sy-repid EXCEPTIONS foreign_lock = 1 system_failure = 2 OTHERS = 3.

POPUP_TO_CONFIRM CALL FUNCTION 'POPUP_TO_CONFIRM' EXPORTING * TITLEBAR = ' ' text_question = text-006 text_button_1 = text-007 text_button_2 = text-008 display_cancel_button = abap_false IMPORTING answer = gv_usr_answer EXCEPTIONS text_not_found = 1 OTHERS = 2.

DEQUEUE_EWA_REPID CALL FUNCTION 'DEQUEUE_EWA_REPID' EXPORTING mode_ewaenq = 'E' "Write lock repid = sy-repid.



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