SAP Reports / Programs

FPB_EXP_CUSTOM SAP ABAP Report - Program FPB_EXP_CUSTOM







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


Transaction Code(s):

Below is a list of transaction codes which are relevant to this SAP report

EXP_CUST - Express Planning Customizing


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 FPB_EXP_CUSTOM. "Basic submit
SUBMIT FPB_EXP_CUSTOM AND RETURN. "Return to original report after report execution complete
SUBMIT FPB_EXP_CUSTOM VIA SELECTION-SCREEN. "Display selection screen of submitted report to user
    See more syntax options for the ABAP SUBMIT statement


Text pool values


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?





Text Symbol: 005 = Do you really want to delete the entry?
Text Symbol: 006 = Identical Name
Text Symbol: 007 = Do you want to use an identical name for your copy to?
Text Symbol: 008 = Delete
Text Symbol: 009 = Add Step/Substep
Text Symbol: 010 = Copy
Text Symbol: 011 = Move Up
Text Symbol: 012 = Move Down
Text Symbol: 013 = Expand
Text Symbol: 014 = Collapse
Text Symbol: 015 = Confirm Entry
Text Symbol: 016 = The Step or Substep already exists
Text Symbol: 017 = Do you want to use this step or substep?
Text Symbol: 018 = Scenario / Step / Substep
Text Symbol: 019 = Hierarchical Display of Scenario / Planning Step / Substep
Text Symbol: 020 = URL
Text Symbol: 021 = Multiple Selection of Order Types
Text Symbol: 022 = Remove Reference and Copy Entry?
Text Symbol: 023 = Changes are expected!
Text Symbol: 024 = Do you want to save the entries first?
Text Symbol: 025 = Create Scenario
Text Symbol: 026 = Instance
Text Symbol: 027 = Find
Text Symbol: 028 = Integrate Reports
Text Symbol: 029 = Create
Text Symbol: 030 = Transport Scenario
Text Symbol: 031 = Copy Scenario from Client
Text Symbol: 032 = Edit
Text Symbol: 033 = Display
Text Symbol: 034 = Search for:


INCLUDES used within this REPORT FPB_EXP_CUSTOM

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.





INCLUDE FPB_EXP_CUSTOM_TAB.
INCLUDE FPB_EXP_CUSTOM_O02.
INCLUDE FPB_EXP_CUSTOM_I03.


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:

No SAP FUNCTION MODULES are executed within this report code!



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