SAP ABAP Interface IF_MDG_BS_BP_ACCESS_HANDLER (MDG: Business Partner Handler Interface)
Hierarchy
MDG_FND (Software Component) MDG Foundation
   CA-MDG-APP-BP (Application Component) MDG Business Partner (Central Part)
     MDG_BS_BP_ACCESS (Package) MDG: Business Partner - Mapping to existing persistency
Meta Relationship - Used By
# Relationship type Used by Short Description Created on
1 Interface implementation (CLASS c. INTERFACES i_ref)  CL_MDG_BS_FND_HANDLER FND partner handler 20100823
Properties
Interface IF_MDG_BS_BP_ACCESS_HANDLER  
Short Description MDG: Business Partner Handler Interface    
General Data
Package MDG_BS_BP_ACCESS   MDG: Business Partner - Mapping to existing persistency 
Created 20100810   SAP 
Last changed 20130531   SAP 
Unicode checks active    
Forward declarations
# Type group / Object type Type Type Description
1 ABAP Type group use (TYPE-POOLS tp)  Type group use (TYPE-POOLS tp)
Interfaces
# Interface Abstract Final Description Created on
1 IF_USMD_PP_BLOCKLIST Access to Reuse Active Area for Blocklist 20120320
Friends
Interface IF_MDG_BS_BP_ACCESS_HANDLER has no friend.
Attributes
# Attribute Level Visibility Read only Typing Associated Type Initial Value Description Created on
1 MO_MODEL_EXT Instance attribute Public Attribute reference (LIKE) 20120320
Methods
# Method Level Visibility Method type Description Created on
1 ADJUST_OBJECT_DATA_4CHECK Instance method Public Method Enrich object-specific data prior to check 20100818
2 ADJUST_OBJECT_DATA_4SAVE Instance method Public Method Enrich object-specific data prior to save 20100810
3 ADJUST_OBJECT_DATA_4WFITEM Instance method Public Method Filter data for check according to current index of WF item 20110530
4 ADJUST_PROPERTY_VALUE Instance method Public Method Override property value for technical fields 20110304
5 BUFFER_DERIVED_DATA Instance method Public Method Write derived data to application buffer 20110318
6 CHECK_AUTHORITY_BY_ENTITY Instance method Public Method 20100810
7 CHECK_AUTHORITY_MASS_BY_ENTITY Instance method Public Method 20100810
8 CHECK_ENTITY_DATA Instance method Public Method 20100810
9 CHECK_ET_DATA Instance method Public Method 20100810
10 CHECK_FLAGS_DELE_BLOCK Instance method Public Method Get flags (deletion and block) 20100811
11 CHECK_OBJECT_DATA Instance method Public Method 20100824
12 CHECK_REQUIRED_FIELDS Instance method Public Method OBSOLETE 20100826
13 CLEAR_BUFFER Instance method Public Method Clear buffer 20100818
14 CONVERT_CHECK_MESSAGES Instance method Public Method Convert messages returned from check 20110203
15 DEQUEUE_OBJ Instance method Public Method 20100810
16 DERIVE_DATA Instance method Public Method 20110111
17 DERIVE_DATA_ON_KEY_CHANGE Instance method Public Method 20110518
18 ENQUEUE_OBJ Instance method Public Method 20100810
19 EXECUTE_QUERY Instance method Public Method Execution of query 20100810
20 FILTER_AUTHORITY Instance method Public Method 20100820
21 GET_ADDRESS_BUFFER Instance method Public Method 20100902
22 GET_BLOCKLIST_FOR_READ Instance method Public Method 20120320
23 GET_BLOCKLIST_FOR_WRITE Instance method Public Method 20120320
24 GET_BUFFERED_DERIVED_DATA Instance method Public Method Get derived data from application buffer 20110318
25 GET_ENTITY_PROPERTIES Instance method Public Method Set TRUE if entity is not changeable in UI 20110520
26 GET_FIELD_PROP Instance method Public Method OBSOLETE 20100902
27 GET_FIELD_PROP_BY_WF_STEP Instance method Public Method OBSOLETE 20100902
28 GET_KEY_FOR_MESSAGE_NAVIGATION Instance method Public Method Create data ref. to key structure, map values and fill row 20111109
29 GET_MAPPING_CD Instance method Public Method 20100823
30 GET_OBJECT_DATA_BY_ENTITY Instance method Public Method 20100810
31 GET_QUERY_PROPERTIES Instance method Public Method 20101006
32 IS_BUFFER_FILLED_BY_DERIVE Instance method Public Method Returns TRUE if DERIVE_DATA filled derive buffer 20110805
33 MAP_DATA_2API Instance method Public Method 20100810
34 MAP_DATA_2STA Instance method Public Method 20100810
35 PREPARE_EI_HEADER_MAP_2API Instance method Public Method 20100810
36 READ_BP_ES Instance method Public Method Read of BP list for initial load of Enterprise Search 20100908
37 READ_OBJECT_DATA Instance method Public Method 20100810
38 REFRESH_DERIVE_BUFFER Instance method Public Method Clear all handler-specific derive buffer 20110810
39 SAVE_ADDITIONAL_OBJECT_DATA Instance method Public Method Save handler specific data 20120412
40 SET_GOV_SCOPE_FORCED Instance method Public Method Set governance scope forced 20120322
41 SET_HANDLER_DATA Instance method Public Method 20100901
42 SORT_ENTITIES Instance method Public Method Sort entities 20100811
Events
Interface IF_MDG_BS_BP_ACCESS_HANDLER has no event.
Types
# Type Visibility Typing Associated Type Description Created on Type Source
1 TY_USMD_ENTITY Public See coding 20100819 BEGIN OF ty_usmd_entity, entity TYPE usmd_entity, END OF ty_usmd_entity
Method Signatures

Method ADJUST_OBJECT_DATA_4CHECK Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Changing CS_DATA Call by reference Type reference (TYPE) ANY 20100818
2 Changing CT_RETURN Call by reference Type reference (TYPE) BAPIRET2_T Return parameter table 20100818
3 Importing IS_DATA_DB Call by reference Type reference (TYPE) ANY 20110221
4 Importing IT_DATA Call by reference Type reference (TYPE) ANY TABLE 20120521

Method ADJUST_OBJECT_DATA_4CHECK on Interface IF_MDG_BS_BP_ACCESS_HANDLER has no exception.

Method ADJUST_OBJECT_DATA_4SAVE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Changing CS_DATA Call by reference Type reference (TYPE) ANY 20100818
2 Changing CT_RETURN Call by reference Type reference (TYPE) BAPIRET2_T Return parameter table 20100818
3 Importing IS_DATA_DB Call by reference Type reference (TYPE) ANY 20110221

Method ADJUST_OBJECT_DATA_4SAVE on Interface IF_MDG_BS_BP_ACCESS_HANDLER has no exception.

Method ADJUST_OBJECT_DATA_4WFITEM Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Changing CF_ENTITY_IS_READ_ONLY Call by reference Type reference (TYPE) ABAP_BOOL 20110608
2 Changing CS_DATA Call by reference Type reference (TYPE) ANY 20110530
3 Changing CS_DATA_DB Call by reference Type reference (TYPE) ANY 20110530
4 Changing CT_STRUCNAMES Call by reference Type reference (TYPE) MDG_BS_BP_STRUCNAMES_T Table type for DE BU_BAPISTRC 20110530
5 Importing IV_ENTITY Call by reference Type reference (TYPE) USMD_ENTITY Entity Type 20110530

Method ADJUST_OBJECT_DATA_4WFITEM on Interface IF_MDG_BS_BP_ACCESS_HANDLER has no exception.

Method ADJUST_PROPERTY_VALUE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Changing CV_USMD_FLD_PROP_VALUE Call by reference Type reference (TYPE) USMD_FLD_PROP_VALUE Field Property 20110304
2 Importing IO_MODEL Call by reference Object reference (TYPE REF TO) IF_USMD_MODEL_EXT MDG Data Model for Access from Non-SAP Standard Code 20110304
3 Importing IS_FIELDSTATUS Call by reference Type reference (TYPE) MDG_BS_BP_FLDSTATUS Fieldstatus for field of BAPI structure 20110304
4 Importing IS_KEY Call by reference Type reference (TYPE) ANY Key values of entity 20110304
5 Importing IV_ENTITY Call by reference Type reference (TYPE) USMD_ENTITY Entity Type 20110304
6 Importing IV_FIELDNAME Call by reference Type reference (TYPE) USMD_FIELDNAME Field of an Entity Type 20110304
7 Importing IV_PARTNER Call by reference Type reference (TYPE) BU_PARTNER Business Partner Number 20110304
8 Importing IV_STRUCNAME Call by reference Type reference (TYPE) BU_BAPISTRC BAPI Structure Name related to entity-attributes 20110304

Method ADJUST_PROPERTY_VALUE on Interface IF_MDG_BS_BP_ACCESS_HANDLER has no exception.

Method BUFFER_DERIVED_DATA Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IO_CHANGED_DATA Call by reference Object reference (TYPE REF TO) IF_USMD_DELTA_BUFFER_READ Read-Interface to Data Buffer 20110318
2 Importing IO_MODEL Call by reference Object reference (TYPE REF TO) IF_USMD_MODEL_EXT MDG Data Model for Access from Non-SAP Standard Code 20110318
3 Importing IT_DATA_DEL Call by reference Type reference (TYPE) ANY TABLE Deleted data 20110318
4 Importing IT_DATA_INS Call by reference Type reference (TYPE) ANY TABLE Inserted data 20110318
5 Importing IT_DATA_UPD Call by reference Type reference (TYPE) ANY TABLE Changed data 20110318
6 Importing IV_ENTITY Call by reference Type reference (TYPE) USMD_ENTITY Entity Type 20110318

Method BUFFER_DERIVED_DATA on Interface IF_MDG_BS_BP_ACCESS_HANDLER has no exception.

Method CHECK_AUTHORITY_BY_ENTITY Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting ET_MESSAGE Call by reference Type reference (TYPE) USMD_T_MESSAGE Messages 20100813
2 Importing IO_MODEL Call by reference Object reference (TYPE REF TO) IF_USMD_MODEL_EXT MDG Data Model for Access from Non-SAP Standard Code 20100813
3 Importing IT_KEY Call by reference Type reference (TYPE) USMD_TS_VALUE Field Name and Value 20100813
4 Importing IV_ACTVT Call by reference Type reference (TYPE) AUTHB-ACTVT Activity 20100813
5 Importing IV_ENTITY Call by reference Type reference (TYPE) USMD_ENTITY Entity Type 20100813

Method CHECK_AUTHORITY_BY_ENTITY on Interface IF_MDG_BS_BP_ACCESS_HANDLER has no exception.

Method CHECK_AUTHORITY_MASS_BY_ENTITY Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting EF_CHECK_EXECUTED Call by reference Type reference (TYPE) USMD_FLG Financial MDM: General Indicator 20100813
2 Exporting ET_KEY_NO_AUTH Call by reference Type reference (TYPE) SORTED TABLE 20100813
3 Exporting ET_MESSAGE Call by reference Type reference (TYPE) USMD_T_MESSAGE Messages 20100813
4 Importing IO_MODEL Call by reference Object reference (TYPE REF TO) IF_USMD_MODEL_EXT MDG Data Model for Access from Non-SAP Standard Code 20100813
5 Importing IT_DATA Call by reference Type reference (TYPE) ANY TABLE 20110906
6 Importing IT_KEY Call by reference Type reference (TYPE) SORTED TABLE 20100813
7 Importing IV_ACTVT Call by reference Type reference (TYPE) AUTHB-ACTVT Activity 20100813
8 Importing IV_ENTITY Call by reference Type reference (TYPE) USMD_ENTITY Entity Type 20100813

Method CHECK_AUTHORITY_MASS_BY_ENTITY on Interface IF_MDG_BS_BP_ACCESS_HANDLER has no exception.

Method CHECK_ENTITY_DATA Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Changing CT_RETURN Call by reference Type reference (TYPE) BAPIRET2_T Return parameter table 20100811
2 Importing IO_MODEL Call by reference Object reference (TYPE REF TO) IF_USMD_MODEL_EXT MDG Data Model for Access from Non-SAP Standard Code 20110317
3 Importing IS_DATA_EXT Call by reference Type reference (TYPE) ANY 20100811
4 Importing IS_DATA_EXT_DB Call by reference Type reference (TYPE) ANY 20100811
5 Importing IV_CHECK_EXT_NUM Call by reference Type reference (TYPE) ABAP_BOOL 20100811
6 Importing IV_ENTITY Call by reference Type reference (TYPE) USMD_ENTITY Entity Type 20100811

Method CHECK_ENTITY_DATA on Interface IF_MDG_BS_BP_ACCESS_HANDLER has no exception.

Method CHECK_ET_DATA Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting EF_HANDLED Call by reference Type reference (TYPE) USMD_FLG Financial MDM: General Indicator 20100813
2 Exporting EF_NOT_SUPPORTED Call by reference Type reference (TYPE) USMD_FLG Financial MDM: General Indicator 20100813
3 Importing IT_DATA Call by reference Type reference (TYPE) ANY TABLE 20100813
4 Importing IV_ENTITY Call by reference Type reference (TYPE) USMD_ENTITY Entity Type 20100813

Method CHECK_ET_DATA on Interface IF_MDG_BS_BP_ACCESS_HANDLER has no exception.

Method CHECK_FLAGS_DELE_BLOCK Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Changing CT_RETURN Call by reference Type reference (TYPE) BAPIRET2_T Return parameter table 20100811
2 Importing IT_DATA Call by reference Type reference (TYPE) ANY TABLE 20100823
3 Importing IV_ENTITY Call by reference Type reference (TYPE) USMD_ENTITY Entity Type 20100811

Method CHECK_FLAGS_DELE_BLOCK on Interface IF_MDG_BS_BP_ACCESS_HANDLER has no exception.

Method CHECK_OBJECT_DATA Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Changing CT_RETURN Call by reference Type reference (TYPE) BAPIRET2_T Return parameter table 20100824
2 Changing CT_RET_NO_CONVERS Call by reference Type reference (TYPE) BAPIRET2_T Return parameter table 20100824
3 Importing IS_DATA Call by reference Type reference (TYPE) ANY 20100824
4 Importing IS_DATA_DB Call by reference Type reference (TYPE) ANY 20100824

Method CHECK_OBJECT_DATA on Interface IF_MDG_BS_BP_ACCESS_HANDLER has no exception.

Method CHECK_REQUIRED_FIELDS Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Changing CT_RETURN Call by reference Type reference (TYPE) BAPIRET2_T Return parameter table 20100826
2 Importing IS_DATA Call by reference Type reference (TYPE) ANY Structure comprising data to be checked 20100826
3 Importing IS_DATA_DB Call by reference Type reference (TYPE) ANY Structure comprising data to be checked (DB state) 20100826
4 Importing IV_ACTYP Call by reference Type reference (TYPE) BU_AKTYP '02' Activity Category 20100826
5 Importing IV_ENTITY Call by reference Type reference (TYPE) USMD_ENTITY Entity Type 20100826
6 Importing IV_MSG_TYPE Call by reference Type reference (TYPE) USMD_ENTITY_MSG Messages for Entity Types 20100826

Method CHECK_REQUIRED_FIELDS on Interface IF_MDG_BS_BP_ACCESS_HANDLER has no exception.

Method CLEAR_BUFFER Signature

Method CLEAR_BUFFER on Interface IF_MDG_BS_BP_ACCESS_HANDLER has no parameter.
Method CLEAR_BUFFER on Interface IF_MDG_BS_BP_ACCESS_HANDLER has no exception.

Method CONVERT_CHECK_MESSAGES Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Changing CT_RETURN Call by reference Type reference (TYPE) BAPIRET2_T Return parameter table 20110203

Method CONVERT_CHECK_MESSAGES on Interface IF_MDG_BS_BP_ACCESS_HANDLER has no exception.

Method DEQUEUE_OBJ Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IT_VALUE Call by reference Type reference (TYPE) ANY TABLE 20100813
2 Importing IV_ENTITY Call by reference Type reference (TYPE) USMD_ENTITY Entity Type 20100813
3 Importing IV_LOCK_TYPE Call by reference Type reference (TYPE) ENQMODE 'E' Lock mode 20100813
4 Importing IV_SCOPE Call by reference Type reference (TYPE) CHAR1 Single-Character Flag 20100813

Method DEQUEUE_OBJ on Interface IF_MDG_BS_BP_ACCESS_HANDLER has no exception.

Method DERIVE_DATA Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Changing CT_MESSAGE_INFO Call by reference Type reference (TYPE) USMD_T_MESSAGE Messages 20110125
2 Importing IO_CHANGED_DATA Call by reference Object reference (TYPE REF TO) IF_USMD_DELTA_BUFFER_READ Read-Interface to Data Buffer 20110125
3 Importing IO_MODEL Call by reference Object reference (TYPE REF TO) IF_USMD_MODEL_EXT MDG Data Model for Access from Non-SAP Standard Code 20110111
4 Importing IO_WRITE_DATA Call by reference Object reference (TYPE REF TO) IF_USMD_DELTA_BUFFER_WRITE Write Interface to Data Buffer 20110125

Method DERIVE_DATA on Interface IF_MDG_BS_BP_ACCESS_HANDLER has no exception.

Method DERIVE_DATA_ON_KEY_CHANGE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IO_DATA_WRITE Call by reference Object reference (TYPE REF TO) IF_USMD_DELTA_BUFFER_WRITE Write Interface to Data Buffer 20110518
2 Importing IO_MODEL Call by reference Object reference (TYPE REF TO) IF_USMD_MODEL_EXT MDG Data Model for Access from Non-SAP Standard Code 20110518
3 Importing IS_KEY_CURRENT Call by reference Type reference (TYPE) DATA 20110518
4 Importing IS_KEY_OLD Call by reference Type reference (TYPE) DATA 20110518
5 Importing IV_ENTITY Call by reference Type reference (TYPE) USMD_ENTITY Entity Type 20110518

Method DERIVE_DATA_ON_KEY_CHANGE on Interface IF_MDG_BS_BP_ACCESS_HANDLER has no exception.

Method ENQUEUE_OBJ Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting ET_MESSAGE Call by reference Type reference (TYPE) USMD_T_MESSAGE Messages 20100812
2 Importing IT_VALUE Call by reference Type reference (TYPE) ANY TABLE 20100812
3 Importing IV_ENTITY Call by reference Type reference (TYPE) USMD_ENTITY Entity Type 20100812
4 Importing IV_LOCK_TYPE Call by reference Type reference (TYPE) ENQMODE 'E' Lock mode 20100812
5 Importing IV_SCOPE Call by reference Type reference (TYPE) CHAR1 Single-Character Flag 20100812

Method ENQUEUE_OBJ on Interface IF_MDG_BS_BP_ACCESS_HANDLER has no exception.

Method EXECUTE_QUERY Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting EF_HANDLED Call by reference Type reference (TYPE) USMD_FLG Financial MDM: General Indicator 20100813
2 Exporting EF_NOT_SUPPORTED Call by reference Type reference (TYPE) USMD_FLG Financial MDM: General Indicator 20100811
3 Exporting ET_DATA Call by reference Type reference (TYPE) ANY TABLE 20100811
4 Exporting ET_MESSAGE Call by reference Type reference (TYPE) USMD_T_MESSAGE Messages 20100811
5 Importing IT_SEL Call by reference Type reference (TYPE) USMD_TS_SEL Sorted Table: Selection Condition (Range per Field) 20100811
6 Importing IV_ENTITY Call by reference Type reference (TYPE) USMD_ENTITY Entity Type 20100811
7 Importing IV_NUM_ENTRIES Call by reference Type reference (TYPE) I 0 0 = keine Einschränkung 20110307
8 Importing IV_SEARCH_HELP Call by reference Type reference (TYPE) SUBSHLP Search help included in a collective search help 20100811

Method EXECUTE_QUERY on Interface IF_MDG_BS_BP_ACCESS_HANDLER has no exception.

Method FILTER_AUTHORITY Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Changing CT_DATA Call by reference Type reference (TYPE) ANY TABLE 20100820
2 Importing IV_ENTITY Call by reference Type reference (TYPE) USMD_ENTITY Entity Type 20100820

Method FILTER_AUTHORITY on Interface IF_MDG_BS_BP_ACCESS_HANDLER has no exception.

Method GET_ADDRESS_BUFFER Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting ES_ADDRESS_BUF Call by reference Type reference (TYPE) ANY 20100902
2 Importing IV_ADDRESS_GUID Call by reference Type reference (TYPE) BU_ADDRESS_GUID GUID of a Business Partner Address 20100902
3 Importing IV_PARTNER Call by reference Type reference (TYPE) BU_PARTNER Business Partner Number 20100902

Method GET_ADDRESS_BUFFER on Interface IF_MDG_BS_BP_ACCESS_HANDLER has no exception.

Method GET_BLOCKLIST_FOR_READ Signature

Method GET_BLOCKLIST_FOR_READ on Interface IF_MDG_BS_BP_ACCESS_HANDLER has no parameter.
Method GET_BLOCKLIST_FOR_READ on Interface IF_MDG_BS_BP_ACCESS_HANDLER has no exception.

Method GET_BLOCKLIST_FOR_WRITE Signature

Method GET_BLOCKLIST_FOR_WRITE on Interface IF_MDG_BS_BP_ACCESS_HANDLER has no parameter.
Method GET_BLOCKLIST_FOR_WRITE on Interface IF_MDG_BS_BP_ACCESS_HANDLER has no exception.

Method GET_BUFFERED_DERIVED_DATA Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning RR_DATA Value transfer Object reference (TYPE REF TO) DATA 20110322

Method GET_BUFFERED_DERIVED_DATA on Interface IF_MDG_BS_BP_ACCESS_HANDLER has no exception.

Method GET_ENTITY_PROPERTIES Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Changing CF_READ_ONLY Call by reference Type reference (TYPE) USMD_FLG MDGAF: General Indicator 20110523
2 Importing IO_MODEL Call by reference Object reference (TYPE REF TO) IF_USMD_MODEL_EXT MDG Data Model for Access from Non-SAP Standard Code 20110520
3 Importing IS_KEY Call by reference Type reference (TYPE) DATA 20110520
4 Importing IV_CREQUEST_INDEX Call by reference Type reference (TYPE) USMD_CREQUEST_WFINDEX Workflow Index 20110520
5 Importing IV_CREQUEST_STEP Call by reference Type reference (TYPE) USMD_CREQUEST_APPSTEP Workflow Step Number 20110520
6 Importing IV_CREQUEST_TYPE Call by reference Type reference (TYPE) USMD_CREQUEST_TYPE Type of Change Request 20110520
7 Importing IV_ENTITY Call by reference Type reference (TYPE) USMD_ENTITY Entity Type 20110520

Method GET_ENTITY_PROPERTIES on Interface IF_MDG_BS_BP_ACCESS_HANDLER has no exception.

Method GET_FIELD_PROP Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Changing CS_ENTITY_DATA Call by reference Type reference (TYPE) ANY 20100902
2 Changing CS_PROPERTY Call by reference Type reference (TYPE) USMD_S_UI_PROPERTY2 UI Properties 20100902
3 Importing IS_UI_CONTEXT Call by reference Type reference (TYPE) USMD_S_UI_CONTEXT2 UI Context 20100902
4 Importing IT_KEY_FIELD Call by reference Type reference (TYPE) USMD_TS_VALUE Field Name and Value 20100902
5 Importing IV_ENTITY Call by reference Type reference (TYPE) USMD_ENTITY Entity Type 20100902
6 Importing IV_FIELDNAME Call by reference Type reference (TYPE) USMD_FIELDNAME Financial MDM: Field Name 20100902

Method GET_FIELD_PROP on Interface IF_MDG_BS_BP_ACCESS_HANDLER has no exception.

Method GET_FIELD_PROP_BY_WF_STEP Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Changing CS_ENTITY_DATA Call by reference Type reference (TYPE) ANY 20100902
2 Changing CS_PROPERTY Call by reference Type reference (TYPE) USMD_S_UI_PROPERTY2 UI Properties 20100902
3 Importing IS_UI_CONTEXT Call by reference Type reference (TYPE) USMD_S_UI_CONTEXT2 UI Context 20100902
4 Importing IT_KEY_FIELD Call by reference Type reference (TYPE) USMD_TS_VALUE Field Name and Value 20100902
5 Importing IV_ENTITY Call by reference Type reference (TYPE) USMD_ENTITY Entity Type 20100902
6 Importing IV_FIELDNAME Call by reference Type reference (TYPE) USMD_FIELDNAME Financial MDM: Field Name 20100902

Method GET_FIELD_PROP_BY_WF_STEP on Interface IF_MDG_BS_BP_ACCESS_HANDLER has no exception.

Method GET_KEY_FOR_MESSAGE_NAVIGATION Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Changing CT_RETURN Call by reference Type reference (TYPE) BAPIRET2_T Return parameter table 20111109
2 Importing IO_MODEL Call by reference Object reference (TYPE REF TO) IF_USMD_MODEL_EXT MDG Data Model for Access from Non-SAP Standard Code 20111109
3 Importing IS_DATA_EXT Call by reference Type reference (TYPE) ANY 20111109
4 Importing IS_DATA_EXT_DB Call by reference Type reference (TYPE) ANY 20111109
5 Importing IT_RETURN_MAP Call by reference Type reference (TYPE) MDG_BS_BP_MSGMAP_T Table type for structure MDG_BS_BP_MSGMAP 20111109
6 Importing IV_ENTITY Call by reference Type reference (TYPE) USMD_ENTITY Entity Type 20111109
7 Importing IV_PARTNER Call by reference Type reference (TYPE) BU_PARTNER Business Partner Number 20111109

Method GET_KEY_FOR_MESSAGE_NAVIGATION on Interface IF_MDG_BS_BP_ACCESS_HANDLER has no exception.

Method GET_MAPPING_CD Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting ET_MAPPING_CD Call by reference Type reference (TYPE) USMD_T_MAP_CD 20100823
2 Exporting ET_MESSAGE Call by reference Type reference (TYPE) USMD_T_MESSAGE Messages 20100823
3 Importing IT_CDPOS Call by reference Type reference (TYPE) CDPOS_TAB Internal Table for cdpos 20100823

Method GET_MAPPING_CD on Interface IF_MDG_BS_BP_ACCESS_HANDLER has no exception.

Method GET_OBJECT_DATA_BY_ENTITY Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting EF_NOT_FOUND Call by reference Type reference (TYPE) BOOLE Boolean variable 20100818
2 Exporting ER_DATA Call by reference Object reference (TYPE REF TO) DATA 20101117
3 Importing IV_ENTITY Call by reference Type reference (TYPE) USMD_ENTITY Entity Type 20100810
4 Importing IV_PARTNER Call by reference Type reference (TYPE) BU_PARTNER Business Partner Number 20100810

Method GET_OBJECT_DATA_BY_ENTITY on Interface IF_MDG_BS_BP_ACCESS_HANDLER has no exception.

Method GET_QUERY_PROPERTIES Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting ET_SEARCH_ATTRIBUTES Call by reference Type reference (TYPE) USMD_T_SEARCH_CRITERIA Search Criteria and Their Properties 20101006
2 Exporting ET_SEARCH_ATTRIBUTE_PROPS Call by reference Type reference (TYPE) USMD_TS_SEARCH_ATTRIBUTE Special attributes 20101006
3 Importing IV_ENTITY Call by reference Type reference (TYPE) USMD_ENTITY Entity Type 20101006
4 Importing IV_SEARCH_HELP Call by reference Type reference (TYPE) SUBSHLP Search help included in a collective search help 20101006

Method GET_QUERY_PROPERTIES on Interface IF_MDG_BS_BP_ACCESS_HANDLER has no exception.

Method IS_BUFFER_FILLED_BY_DERIVE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning RF_BUFFER_FILLED_BY_DERIVE Value transfer Type reference (TYPE) ABAP_BOOL Flag: TRUE = derive buffer filled from DERIVE_DATA 20110805

Method IS_BUFFER_FILLED_BY_DERIVE on Interface IF_MDG_BS_BP_ACCESS_HANDLER has no exception.

Method MAP_DATA_2API Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Changing CS_DATA_EXT Call by reference Type reference (TYPE) ANY 20100812
2 Changing CT_RETURN Call by reference Type reference (TYPE) BAPIRET2_T Return parameter table 20100812
3 Changing CV_XCHANGE Call by reference Type reference (TYPE) BOOLE Boolean variable 20100812
4 Importing IO_MODEL Call by reference Object reference (TYPE REF TO) IF_USMD_MODEL_EXT MDG Data Model for Access from Non-SAP Standard Code 20100812
5 Importing IS_DATA Call by reference Type reference (TYPE) ANY 20100812
6 Importing IV_ENTITY Call by reference Type reference (TYPE) USMD_ENTITY Entity Type 20100812
7 Importing IV_FNAME Call by reference Type reference (TYPE) CHAR30 30 Characters 20100812
8 Importing IV_TASK Call by reference Type reference (TYPE) BUS_EI_OBJECT_TASK External Interface: Change Indicator Object 20100812

Method MAP_DATA_2API on Interface IF_MDG_BS_BP_ACCESS_HANDLER has no exception.

Method MAP_DATA_2STA Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Changing CT_DATA Call by reference Type reference (TYPE) ANY TABLE 20100810
2 Changing CT_RETURN Call by reference Type reference (TYPE) BAPIRET2_T Return parameter table 20100810
3 Importing IS_DATA Call by reference Type reference (TYPE) ANY 20100810
4 Importing IV_ENTITY Call by reference Type reference (TYPE) USMD_ENTITY Entity Type 20100810

Method MAP_DATA_2STA on Interface IF_MDG_BS_BP_ACCESS_HANDLER has no exception.

Method PREPARE_EI_HEADER_MAP_2API Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Changing CT_DATA_EXT Call by reference Type reference (TYPE) ANY TABLE 20100816
2 Exporting ER_DATA_EXT Call by reference Object reference (TYPE REF TO) DATA 20100816
3 Importing IS_DATA Call by reference Type reference (TYPE) DATA 20100816
4 Importing IV_ENTITY Call by reference Type reference (TYPE) USMD_ENTITY Entity Type 20100812
5 Importing IV_TASK Call by reference Type reference (TYPE) BUS_EI_OBJECT_TASK External Interface: Change Indicator Object 20100812

Method PREPARE_EI_HEADER_MAP_2API on Interface IF_MDG_BS_BP_ACCESS_HANDLER has no exception.

Method READ_BP_ES Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting ET_MESSAGES Call by reference Type reference (TYPE) BAPIRETTAB Table with BAPI Return Information 20100908
2 Importing IT_BP_LIST Call by reference Type reference (TYPE) BUS_EI_INSTANCE_T Table with Key of External Partner Structure 20100908
3 Importing IT_OBJECT_EXTRACTION Call by reference Type reference (TYPE) ESH_T_IF_EXTRACT_NODES Extraction of nodes 20100908

Method READ_BP_ES on Interface IF_MDG_BS_BP_ACCESS_HANDLER has no exception.

Method READ_OBJECT_DATA Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IT_IDLIST Call by reference Type reference (TYPE) BUS_EI_INSTANCE_T Table with Key of External Partner Structure 20100810
2 Importing IV_READ_ALL Call by reference Type reference (TYPE) USMD_FLG 20101206

Method READ_OBJECT_DATA on Interface IF_MDG_BS_BP_ACCESS_HANDLER has no exception.

Method REFRESH_DERIVE_BUFFER Signature

Method REFRESH_DERIVE_BUFFER on Interface IF_MDG_BS_BP_ACCESS_HANDLER has no parameter.
Method REFRESH_DERIVE_BUFFER on Interface IF_MDG_BS_BP_ACCESS_HANDLER has no exception.

Method SAVE_ADDITIONAL_OBJECT_DATA Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Changing CT_RETURN Call by reference Type reference (TYPE) BAPIRET2_T Return parameter table 20120417
2 Importing IS_DATA Call by reference Type reference (TYPE) ANY 20120412
3 Importing IS_DATA_DB Call by reference Type reference (TYPE) ANY 20120412

Method SAVE_ADDITIONAL_OBJECT_DATA on Interface IF_MDG_BS_BP_ACCESS_HANDLER has no exception.

Method SET_GOV_SCOPE_FORCED Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Changing CT_ATTRIBUTE Call by reference Type reference (TYPE) USMD_T_ATTRIBUTE_FORCED Forceability of an Attr. Type - In/Out of Governance Scope? 20120322
2 Changing CT_ENTITY Call by reference Type reference (TYPE) USMD_T_ENTITY_FORCED Forceability of an Entity Type - In/Out of Governance Scope 20120322
3 Changing CT_RELATION Call by reference Type reference (TYPE) USMD_T_RELATION_FORCED Forceability of a Relation Typ - In/Out of GovernanceScope? 20120322

Method SET_GOV_SCOPE_FORCED on Interface IF_MDG_BS_BP_ACCESS_HANDLER has no exception.

Method SET_HANDLER_DATA Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IO_MODEL Call by reference Object reference (TYPE REF TO) IF_USMD_MODEL_EXT MDG Data Model for Access from Non-SAP Standard Code 20100901
2 Importing IS_UI_CONTEXT Call by reference Type reference (TYPE) USMD_S_UI_CONTEXT2 UI Context 20100901

Method SET_HANDLER_DATA on Interface IF_MDG_BS_BP_ACCESS_HANDLER has no exception.

Method SORT_ENTITIES Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Changing CT_ENTITIES Call by reference Type reference (TYPE) USMD_T_ENTITY Entity Types 20100811
2 Importing IT_ENTITIES_ALL Call by reference Type reference (TYPE) USMD_T_ENTITY Entity Types 20100811

Method SORT_ENTITIES on Interface IF_MDG_BS_BP_ACCESS_HANDLER has no exception.
History
Last changed by/on SAP  20130531 
SAP Release Created in 703