SAP Classes

Share |

BRFMIG_COCKPIT_ASSIST SAP Class - Assistance Class for BRF Migration Cockpit

BRFMIG_COCKPIT_ASSIST is a standard SAP class available within R/3 SAP systems depending on your version and release level. Below is the standard documentation available for this class interface. You can view this information and more if you enter the class name BRFMIG_COCKPIT_ASSIST into the relevant SAP transaction such as SE24 or SE80.

Within the comments section below there is also an opportunity for you to add useful hints, tips 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 BRFMIG_COCKPIT_ASSIST or its description.


Class Attributes

Class attributes can be referenced using the following syntax BRFMIG_COCKPIT_ASSIST=><attribute name>. Although depending on where you are inserting the ABAP code you do need to check if the attribute is public or private.
MO_MIG_ASSIST - BRF Migration Assistance Interface
MT_MIG_CHECK_TREE - BRF Migration: Object Hierarchy of Application Class UI


Class Methods

Class methods are similar to function modules in that they are a coding block that performs certain ABAP functionality. Methods can be referenced using the following syntax: CALL METHOD BRFMIG_COCKPIT_ASSIST EXPORTING/IMPORTING...
CHECK_LEAF - Determines Whether Current Node is an End Node
CHECK_MIGRATION - Determines Whether Current Node Has Already Been Migrated
CHECK_MIG_POSSIBLE - Determines Whether Migration Is Technically Possible
CLEANUP_FDT - Removes Already Created Objects from Memory
COMPARE_SELECTION - Comparison of Selected Objects
GET_BRF_DDIC - Get BRF DDIC Objects
GET_FDT_APPLICATIONS - Get All Local BRFplus Applications
GET_FDT_OBJECTS - Get All Objects of Current BRFplus Applications
GET_MIGRATED_OBJECTS - Gets All Objects Already Migrated
GET_OBJ_ID - Determines UUID for an Object
GET_SOURCE_OBJ_TREE - Determine All Source Objects of BRF Application Class
INIT - Initialization
MAP_AL_TO_UI - Mapping of AL Tree to UI Structure
MIGRATE_DDIC - Migrate Selected DDIC Objects
MIGRATE_SELECTION - Migration of Selected Objects


Class Events

Events are created within your class using special event handler methods. These must be registered at runtime for the event and can then be triggered using the ABAP syntax: RAISE EVENT <evnet name> EXPOTING...





comments powered by Disqus

Terms of Service     Contact Us     Privacy Policy     Useful SAP related sites