FEB_BSPROC_FE_IMPL_ALLOC02 is a standard ABAP INCLUDE 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 FEB_BSPROC_FE_IMPL_ALLOC02 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.
No INCLUDES are used within this REPORT code!
No SAP DATABASE tables are accessed within this REPORT code!
DDUT_TEXT_FOR_VALUE CALL FUNCTION 'DDUT_TEXT_FOR_VALUE' EXPORTING tabname = 'FEB_BSPROC_ITEM_FE' fieldname = 'DIFF_POST_TYPE' value = '1' IMPORTING text = l_text EXCEPTIONS no_ddic_field = 1 illegal_value = 2.
DDUT_TEXT_FOR_VALUE CALL FUNCTION 'DDUT_TEXT_FOR_VALUE' EXPORTING tabname = 'FEB_BSPROC_ITEM_FE' fieldname = 'DIFF_POST_TYPE' value = '2' IMPORTING text = l_text EXCEPTIONS no_ddic_field = 1 illegal_value = 2.
ICON_CREATE CALL FUNCTION 'ICON_CREATE' EXPORTING name = icon_collapse info = text-201 IMPORTING result = gs_bsproc_fe-but_collapse_item_qry.
ICON_CREATE CALL FUNCTION 'ICON_CREATE' EXPORTING name = icon_expand text = text-200 info = text-200 IMPORTING result = gs_bsproc_fe-but_expand_item_qry.
Although this basic information may have limited use it does provide an easy to find location to store any knowledge about this program/report.
FEB_BSPROC_FE_IMPL_ALLOC02 - FEBBSPROCFEIMPLALLOC02 FEB_BSPROC_FE_IMPL_ALLOC01 - FEBBSPROCFEIMPLALLOC01 FEB_BSPROC_FE_IMPL_ACC_ASSIG02 - FEBBSPROCFEIMPLACCASSIG02 FEB_BSPROC_FE_IMPL_ACC_ASSIG01 - FEBBSPROCFEIMPLACCASSIG01 FEB_BSPROC_FE_IMPL - FEBBSPROCFEIMPL FEB_BSPROC_FE_GLOBAL_DATA - FEBBSPROCFEGLOBALDATA