SAP Reports / Programs | Cross-Application Components(CA) SAP CA

FRE_PROC_METH_DELTA SAP ABAP Report - Determine Customizing Changes for Processing Methods







FRE_PROC_METH_DELTA is a standard Executable ABAP Report available within your SAP system (depending on your version and release level). It is used for Customizing changes having Effect on Determination of Processing Methods can't be recog-nized by Change Pointers...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 FRE_PROC_METH_DELTA 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

FRE25 - Processing Methods Delta


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 FRE_PROC_METH_DELTA. "Basic submit
SUBMIT FRE_PROC_METH_DELTA AND RETURN. "Return to original report after report execution complete
SUBMIT FRE_PROC_METH_DELTA 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: S_ADDI = D .
Selection Text: S_TMFPF = D .
Selection Text: S_TWFPF = D .
Title: Determine Customizing Changes for Processing Methods
Text Symbol: 001 = Plant Profiles for Merchandise Distribution Selection
Text Symbol: 002 = Distribution Profile of Material in DC Selection
Text Symbol: 003 = Check Cust. Changes of Plant Profiles for Merchandise Distribution
Text Symbol: 004 = Check Cust. Changes of Distribution Profile of Material in DC
Text Symbol: 007 = Procedures for Additionals Selection
Text Symbol: 008 = Check Cust. Changes of Procedures for Additionals
Text Symbol: 011 = Report executed!
Text Symbol: 012 = No relevant Distribution Profile on Site Level found!
Text Symbol: 013 = Error creating Change Pointers for Sites with changed Distribution Profiles!
Text Symbol: 014 = No relevant Distribution Profile for Articles in Site found!
Text Symbol: 015 = Error creating Change Pointers for MARC Entries with changed Distribution Profiles!
Text Symbol: 016 = No relevant Procedures for Additionals found!
Text Symbol: 017 = Error creating Change Pointers for WTADDI Entries with changed Procedures for Additionals!
Text Symbol: 018 = No Sites Found for changed Distribution Profile on Site Level!
Text Symbol: E06 = Authority Check failed.
Text Symbol: E07 = No Authorization to execute Report.


INCLUDES used within this REPORT FRE_PROC_METH_DELTA

INCLUDE FRE_CONSTANTS.


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_E_FRE_MD_PRODUCT CALL FUNCTION 'ENQUEUE_E_FRE_MD_PRODUCT' EXPORTING mode_fre_md_product = 'E' mandt = sy-mandt fre_prodt = '99' fre_product = 'FRE_PROC_METH_DELTA' x_fre_prodt = ' ' x_fre_product = ' ' _scope = '2' _wait = ' ' _collect = ' ' EXCEPTIONS foreign_lock = 1 system_failure = 2 OTHERS = 3.

FRE_RELEV_DIST_PROF_DC CALL FUNCTION 'FRE_RELEV_DIST_PROF_DC' EXPORTING i_initial = 'D' ir_dist_prof_dc = lt_range_twfpf IMPORTING et_dist_prof_dc = lt_dist_prof_dc EXCEPTIONS dc_not_found = 0 no_profiles_found = 2 not_relevant = 0 OTHERS = 0.

CHANGE_POINTERS_CREATE_DIRECT CALL FUNCTION 'CHANGE_POINTERS_CREATE_DIRECT' EXPORTING message_type = 'FRE_SUPPLY_NET' TABLES t_cp_data = lt_cp_data EXCEPTIONS number_range_problems = 1 OTHERS = 2.

FRE_RELEV_DIST_PROF_ART CALL FUNCTION 'FRE_RELEV_DIST_PROF_ART' EXPORTING i_initial = 'D' ir_dist_prof_art = lt_range_tmfpf IMPORTING et_dist_prof_art = lt_dist_prof_art EXCEPTIONS no_objects_found = 1 OTHERS = 2.

CHANGE_POINTERS_CREATE_DIRECT CALL FUNCTION 'CHANGE_POINTERS_CREATE_DIRECT' EXPORTING message_type = 'FRE_SUPPLY_NET' TABLES t_cp_data = lt_cp_data EXCEPTIONS number_range_problems = 1 OTHERS = 2.

FRE_RELEV_ADDIFM_DETERM CALL FUNCTION 'FRE_RELEV_ADDIFM_DETERM' EXPORTING i_initial = 'D' ir_addifm = lt_range_addi IMPORTING et_articles = lt_article EXCEPTIONS no_objects_found = 1 insertion_error = 2 OTHERS = 3.

CHANGE_POINTERS_CREATE_DIRECT CALL FUNCTION 'CHANGE_POINTERS_CREATE_DIRECT' EXPORTING message_type = 'FRE_SUPPLY_NET' TABLES t_cp_data = lt_cp_data EXCEPTIONS number_range_problems = 1 OTHERS = 2.

DEQUEUE_E_FRE_MD_PRODUCT CALL FUNCTION 'DEQUEUE_E_FRE_MD_PRODUCT' EXPORTING mode_fre_md_product = 'E' mandt = sy-mandt fre_prodt = prodt fre_product = prod * x_fre_prodt = ' ' * x_fre_product = ' ' _scope = '3' _synchron = ' ' _collect = ' '.



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