FPB_EXP_CUSTOM is a standard Executable ABAP Report 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 FPB_EXP_CUSTOM into the relevant SAP transactions such as SE38 or SE80
Below is a list of transaction codes which are relevant to this SAP report
EXP_CUST - Express Planning Customizing
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.
Title: Program FPB_EXP_CUSTOM
Text Symbol: 035 = Change Adobe Form
Text Symbol: 036 = Instructions
Text Symbol: 037 = Reports
Text Symbol: 038 = Add Section/Item
Text Symbol: 039 = .....Dynamic Supply of the Parameter
Text Symbol: 040 = Add Instance
Text Symbol: 041 = .....Supply of Parameter by BAdI
Text Symbol: 042 = Insert Item
Text Symbol: 043 = Scenario is already being used
Text Symbol: 044 = Scenario is already being used in either a running or completed planning round.
Text Symbol: 045 = Subsequent changes may make this inconsistent.
Text Symbol: 046 = Do you really want to change the scenario
Text Symbol: 047 = Yes
Text Symbol: 048 = No
Text Symbol: 049 = Your entries will be lost
Text Symbol: 050 = Do you really want to cancel?
Text Symbol: 051 = BPS Plan Version
Text Symbol: 052 = Provisional Plan Version
Text Symbol: 053 = Change Mode
Text Symbol: 054 = Final Plan Version
Text Symbol: 055 = Planning year
Text Symbol: 056 = Technical Name of the Planning Instance
Text Symbol: 057 = Selected Objects
Text Symbol: 058 = Selected Objects (External Key)
Text Symbol: 059 = Planning Phase
Text Symbol: 060 = Technical Name of the Planning Scenario
Text Symbol: 061 = ECC User Name
Text Symbol: 062 = One Planning Round is Deleted
Text Symbol: 071 = Cost Centers
Text Symbol: 072 = Object Not Supported
Text Symbol: 073 = Orders
Text Symbol: 074 = Internal Orders Using Cost Centers
Text Symbol: 075 = HR Organizational Units
Text Symbol: 001 = Data was changed
Text Symbol: 002 = Do you want to save the entry?
Text Symbol: 003 = *** New Entry ***
Text Symbol: 004 = Delete?
INCLUDE FPB_EXP_CUSTOM_TOP. " GLOBAL DATA
INCLUDE FPB_EXP_CUSTOM_F00.
INCLUDE FPB_EXP_CUSTOM_F01. " FORMS
INCLUDE FPB_EXP_CUSTOM_F02.
INCLUDE FPB_EXP_CUSTOM_I01.
INCLUDE FPB_EXP_CUSTOM_I02.
INCLUDE FPB_EXP_CUSTOM_O01.
INCLUDE FPB_EXP_CUSTOM_F03.
INCLUDE FPB_EXP_CUSTOM_F04.
No SAP DATABASE tables are accessed within this REPORT code!
No SAP FUNCTION MODULES are executed within this report code!
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 FPB_EXP_CUSTOM or its description.
FPB_EXP_CUSTOM - Program FPB_EXP_CUSTOM FPB_EXP_CUSTOM - Program FPB_EXP_CUSTOM FPB_EXP_CONSTANTS - FPBEXPCONSTANTS FPB_EXP_CLIENT_COPY - Transfer Planning Scenario from Source Clients FPB_EXP_CLIENT_COPY - Transfer Planning Scenario from Source Clients FPB_EXP_CLEANUPF01 - Include FPB_EXP_CLEANUPF01