SAP BDL TYPE MAPPING EXT



Get Example source ABAP code based on a different SAP table
  


• EXTEND MAPPING FOR ABAP_BDL_EXTENSION

ABAP_RAP - extend mapping

ABAP_SYNTAX
... extend mapping for PartnerType $[control ControlType$]
${$[corresponding $[except Comp1, Comp2, ...$]$]$}
{
EntityComp1 = PartnerComp1 $[control ControlComp$];
$[EntityComp2 = PartnerComp2 $[control ControlComp$];$]
$[parameter Param1 = PartnerComp;$]
$[... ;$]
}
$| mapping for PartnerType $[control ControlComp$]
corresponding $[except Comp1, Comp2, ...$];
...

What does it do?
Extends an existing RAP type mapping with extension fields. The syntax is similar to the syntax for RAP type mapping RAP BOs, see topic TITLE . As a prerequisite, the respective type mapping must be explicitly defined as extensible as described in topic TITLE .