Menu

SAP Function Module PM_COPY_SUBOBJECTS

PM: Copy Sub-objects, e.g. Classification for Equipment

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 PM_COPY_SUBOBJECTS (PM: Copy Sub-objects, e.g. Classification for Equipment) is a standard Function Module in SAP ERP and is part of the function group ILCP within the package ILOM.

Technical Information

Function Module PM_COPY_SUBOBJECTS
Short Text PM: Copy Sub-objects, e.g. Classification for Equipment
Function Group ILCP
Package ILOM
Module Type Remote-Enabled

Importing Parameters

These are the IMPORTING parameters of this function module.

Parameter Name Type Associated Type Default Value Short Text
I_DOCS_CV140 LIKE IREF-IIND 'X' Neue Dokumentenverwaltung (Fktgrp CV140)
RILOCP_COM LIKE RILOCP Structure with copy indicators
SOURCE_ADRNR LIKE ADRC-ADDRNUMBER SPACE Adreßnr. des Vorlageobjekts
SOURCE_LANGU LIKE TTXIT-TDSPRAS SY-LANGU Language of long text reference
SOURCE_OBJNR LIKE ONR00-OBJNR SPACE Object no. of reference object
SOURCE_OBKEY LIKE RMCLF-OBJEK SPACE Key of reference object
SOURCE_OBTAB LIKE TCLA-OBTAB SPACE DDIC name of reference object
TARGET_ADDRESS_GROUP LIKE ADRG-ADDR_GROUP 'PM01' Adreßgruppe des Zielobjekts
TARGET_OBJNR LIKE ONR00-OBJNR SPACE Object no. of target object
TARGET_OBKEY LIKE RMCLF-OBJEK SPACE Key of target object
TARGET_OBTAB LIKE TCLA-OBTAB DDIC name of target object
TARGET_TPLMA TYPE IFLOT-TPLMA SPACE Übergeordneter Technischer Platz

Exporting Parameters

These are the EXPORTING parameters of this function module.

Parameter Name Type Associated Type Default Value Short Text
IND_UPD_IHSG LIKE RM63E-INDU X - Update requirement for permits
KLASSE LIKE RMCLF-CLASS Hauptklasse (z.B. Standardklasse)
KLASSENART LIKE RMCLF-KLART Klassenart Hauptklasse
KLASSENTEXT LIKE RMCLF-KTEXT Kurztext Hauptklasse
UPDATE_ADDRESS LIKE IREF-IIND X - Update-Bedarf für Adresse
UPDATE_DOCS LIKE IREF-IIND X - Update-Bedarf für Dokumentenzuordnungen
UPDATE_INTN LIKE IREF-IIND X - Update-Bedarf für internen Vermerk
UPDATE_LTXT LIKE IREF-IIND X - Update-Bedarf für Langtext
UPDATE_MEAS_POINTS LIKE IREF-IIND X - Update requiremenr for MeasPoints

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.