SAP ABAP Reports and Programs
FBICRC_ACTIVATE_F09 SAP Report - Include FBICRC_ACTIVATE_F09
FBICRC_ACTIVATE_F09 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 FBICRC_ACTIVATE_F09 into the relevant SAP transaction such as SE38 or SE80
Contribute (Add Comments) Below is the basic information available for SAP report FBICRC_ACTIVATE_F09 and is provided for your convenience to access as and when required. Although the 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 FBICRC_ACTIVATE_F09 or its description.
Transaction Code:
N/A
Includes used within report:
No INCLUDES are used within this report code!
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:
DDIF_TABL_GET
CALL FUNCTION 'DDIF_TABL_GET'
EXPORTING
name = id_source_structure
state = 'M'
IMPORTING
dd02v_wa = ls_structdef
TABLES
dd03p_tab = lt_struct
EXCEPTIONS
OTHERS = 0.
DDIF_TABL_PUT
CALL FUNCTION 'DDIF_TABL_PUT'
EXPORTING
name = id_target_structure
dd02v_wa = ls_structdef
TABLES
dd03p_tab = lt_struct
EXCEPTIONS
OTHERS = 0.
Text pool values
Title: Include FBICRC_ACTIVATE_F09