Ansicht
Dokumentation

CONTEXT_S_ECOP_OBJ_PROPERTIES - Determine OrgUnit properties

CONTEXT_S_ECOP_OBJ_PROPERTIES - Determine OrgUnit properties

General Data in Customer Master   General Data in Customer Master  
This documentation is copyright by SAP AG.
SAP E-Book

Description

Context that defines attributes relevant to a predefined organizational unit (OrgUnit) permitted in the entity copier.

Requirements

Organizational unit default value

Output

Business object, reference table and reference field name, output length and description.

Example

program context_test.

contexts: ecop_obj_properties.
data: obj_props type context_ecop_obj_properties.

data: orgunit like entcopy02-domname,
objecttype like swotrk-objtype.
data: keytab like swotrk-refstruct,
keyfield like swotrk-reffield,
keylength like dfies-outputlen.

orgunit = 'BUKRS'.

supply
orgunit = orgunit
to context obj_props.
demand
objtype = objecttype
tablename = keytab
fieldname = keyfield
length = keylength
from context obj_props.






General Material Data   SUBST_MERGE_LIST - merge external lists to one complete list with #if... logic for R3up  
This documentation is copyright by SAP AG.

Length: 1012 Date: 20240531 Time: 173247     sap01-206 ( 15 ms )