SAP ABAP Reports

Share |

BADI_START_ANALYZE SAP Report - Report for Analyzing BAdIs

BADI_START_ANALYZE is a standard ABAP report available within your SAP system (depending on your version and release level). Below is the standard documentation available for this report and a few details of other objects it interacts with such as tables, function modules, includes etc. If you would like to see the full code listing simply enter the object name( BADI_START_ANALYZE ) into the relevant SAP transaction such as SE38 or SE80

Within the comments section below there is also an opportunity for anyone to be able add useful hints and information specific to this SAP object. This means that you and other users will be able to find these details quickly by simply searching on the object name.


TRANSACTION CODE: N/A

Includes used within report:

INCLUDE BADI_FACTORY_ANALYZER_INCL IF FOUND.


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!


Text pool values


Title: Report for Analyzing BAdIs






Share |