SAP /J7L/IF_REA_T_CONNECTOR OO Class - Universal Data Collector
/J7L/IF_REA_T_CONNECTOR is a standard SAP object class available within R/3 SAP systems depending on your version and release level. You can view/maintain the class details by entering its name into the relevant SAP transactions such as SE24, SE80 or even SE84. Below is the documentation available for class /J7L/IF_REA_T_CONNECTOR including details of:
- Interface class implementations
- Inheritance details
- Methods defined within class ( including link to full details )
- Attributes ( including initial values )
- Class Events
Method list of /J7L/IF_REA_T_CONNECTOR SAP class
A method is a coding block that performs a certain procedure (i.e. ABAP functionality) on an object within the overall SAP class. In simple terms if the object is an SAP database table a method could be the procedure to add a record or to delete a record. If you are new to OO in many respects, the implementation of a method is similar to a function module and can be called in a very similar way using CALL METHOD.
Instead of "CALL FUNCTION", Methods are referenced using the following syntax: CALL METHOD =>methodname EXPORTING/IMPORTING...
| Method Name | Description | Visability |
| GET_CONCURRENT_PROCESSES | Specifying of Parallel Processing | Public |
| CALL METHOD /j7l/if_rea_t_connector=>GET_CONCURRENT_PROCESSES...more details | ||
| GET_INSTANCE_NAMING | Field Label on User Interface | Public |
| CALL METHOD /j7l/if_rea_t_connector=>GET_INSTANCE_NAMING...more details | ||
| GET_LOGON_GROUP | Logical Group in Parallel Processing | Public |
| CALL METHOD /j7l/if_rea_t_connector=>GET_LOGON_GROUP...more details | ||
| GET_NEXT_KMVD_PACKAGE | Next Package of Packaging Transaction Data for Processing | Public |
| CALL METHOD /j7l/if_rea_t_connector=>GET_NEXT_KMVD_PACKAGE...more details | ||
| GET_NEXT_KVFM_PACKAGE | Next Package of Article Transaction Data for Processing | Public |
| CALL METHOD /j7l/if_rea_t_connector=>GET_NEXT_KVFM_PACKAGE...more details | ||
| GET_PACKAGE_SIZE | Definition of Package Size | Public |
| CALL METHOD /j7l/if_rea_t_connector=>GET_PACKAGE_SIZE...more details | ||
|
| ||
| GET_PROCESS_STATE | Context State in Parallel Processing | Public |
| CALL METHOD /j7l/if_rea_t_connector=>GET_PROCESS_STATE...more details | ||
| HAS_NEXT | Specifies Whether Another Package Exists | Public |
| CALL METHOD /j7l/if_rea_t_connector=>HAS_NEXT...more details | ||
| IS_COUNTRY_SET | REA origin country/region of destination already determined? | Public |
| CALL METHOD /j7l/if_rea_t_connector=>IS_COUNTRY_SET...more details | ||
| IS_DATA_FILTERED | REA data filter already applied? | Public |
| CALL METHOD /j7l/if_rea_t_connector=>IS_DATA_FILTERED...more details | ||
| IS_SPLITTING_EVALUATED | REA splitting filter already applied? | Public |
| CALL METHOD /j7l/if_rea_t_connector=>IS_SPLITTING_EVALUATED...more details | ||
| IS_TIMEFRAME_CONDENSED | Time Periods Already Aggregated for Master Data Validity | Public |
| CALL METHOD /j7l/if_rea_t_connector=>IS_TIMEFRAME_CONDENSED...more details | ||
| SET_SELECTION_CRITERIA | Definition of Selection Criteria | Public |
| CALL METHOD /j7l/if_rea_t_connector=>SET_SELECTION_CRITERIA...more details | ||
| WRITE_PROTOCOL_HEADER | Writes Log Header and Title to Spool | Public |
| CALL METHOD /j7l/if_rea_t_connector=>WRITE_PROTOCOL_HEADER...more details | ||
Links to Related Class(s)
/J7L/IF_...Full list of available SAP object classes
Search for further information about these or an SAP related objects