Menu

SAP Function Module INHERITANCE_FRAME_PROGRAM

Outline program for execution of data transfer for technical objects

Unsere Literaturempfehlung

Kundeneigene Erweiterungen mit ABAP: User-Exits, klassische und neue BAdIs, Switch und Enhancement Framework

Alle Technologien in einem Band! Ob Sie zukunftssichere Erweiterungen programmieren oder mit den Modifikationen in Ihren SAP-Systemen aufräumen möchten – hier erhalten Sie das erforderliche Wissen. Jede Methode wird ausführlich und mit Codebeispielen erläutert: User-Exits, klassische und neue BAdIs, Business Transaction Events, implizite und explizite Erweiterungspunkte u. v. m.

Bei amazon.de ansehen →

The Function Module INHERITANCE_FRAME_PROGRAM (Outline program for execution of data transfer for technical objects) is a standard Function Module in SAP ERP and is part of the function group ILI1 within the package ILOM.

Technical Information

Function Module INHERITANCE_FRAME_PROGRAM
Short Text Outline program for execution of data transfer for technical objects
Function Group ILI1
Package ILOM
Module Type Normal Module

Importing Parameters

These are the IMPORTING parameters of this function module.

Parameter Name Type Associated Type Default Value Short Text
DDIC_NAME_SOURCE_OBJECT LIKE INHB-TOBJN DDIC name of ini. autho. obj.(IRLO/IFLO/EQUI)
IND_NO_RMP_INH_POSSIBLE LIKE IREF-IIND Vererbung von Referenzmesspunkt wird nicht erwartet
I_DO_EQUI_INHER LIKE IREF-IIND 'X' Ggf. vorhandene Unterequis müssen geprüft/upgedatet werden
I_SWITCH_INHER LIKE IREF-IIND SPACE Vererbungsflags in Unterstruktur bei gleichen Werten aktivieren
SOURCE_EQUI LIKE V_EQUI SPACE Source WA if initial authorization obj.- EQUI
SOURCE_IFLO LIKE IFLO SPACE Source WA if initial authorization obj.- IFLO
SOURCE_IRLO LIKE IRLO SPACE Source WA if initial authorization obj.- IRLO

Exporting Parameters

These are the EXPORTING parameters of this function module.

Parameter Name Type Associated Type Default Value Short Text
DATA_TRANSMITTED LIKE IREF-IIND X - Data transfer carried out
IND_ADDRESS_CHANGE LIKE IREF-IIND X - Call Function ADDR_MEMORY_SAVE
INHERITANCE_BREAKS LIKE IREF-IIND X -Cancellation occurred in data transmission

Changing Parameters

This function module does not define any CHANGING parameters.

Table Parameters

This function module does not define any TABLE parameters.

Exceptions

This function module does not define any Exceptions.