Menu

SAP Function Module PRGN_CHANGEDOCUMENT_WRITE_COPY

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 PRGN_CHANGEDOCUMENT_WRITE_COPY () is a standard Function Module in SAP ERP and is part of the function group PRGN_SCDO_H within the package S_PROFGEN.

Technical Information

Function Module PRGN_CHANGEDOCUMENT_WRITE_COPY
Short Text
Function Group PRGN_SCDO_H
Package S_PROFGEN
Module Type Normal Module

Importing Parameters

These are the IMPORTING parameters of this function module.

Parameter Name Type Associated Type Default Value Short Text
ACTIVITY_GROUP LIKE AGR_DEFINE-AGR_NAME Role Name
N_AGR_DEFINE LIKE AGR_DEFINE Role definition
UPD_AGR_1016 LIKE SMENSAPNEW-CUSTOMIZED SPACE Customized ('C') or standard menu ('S') flag
UPD_AGR_1251 LIKE SMENSAPNEW-CUSTOMIZED SPACE Customized ('C') or standard menu ('S') flag
UPD_AGR_1252 LIKE SMENSAPNEW-CUSTOMIZED SPACE Customized ('C') or standard menu ('S') flag
UPD_AGR_AGRS LIKE SMENSAPNEW-CUSTOMIZED SPACE Customized ('C') or standard menu ('S') flag
UPD_AGR_BUFFI LIKE SMENSAPNEW-CUSTOMIZED SPACE Customized ('C') or standard menu ('S') flag
UPD_AGR_DEFINE LIKE SMENSAPNEW-CUSTOMIZED SPACE Customized ('C') or standard menu ('S') flag
UPD_AGR_FLAGS LIKE SMENSAPNEW-CUSTOMIZED SPACE Customized ('C') or standard menu ('S') flag
UPD_AGR_HIER LIKE SMENSAPNEW-CUSTOMIZED SPACE Customized ('C') or standard menu ('S') flag
UPD_AGR_HPAGE LIKE SMENSAPNEW-CUSTOMIZED SPACE Customized ('C') or standard menu ('S') flag
UPD_AGR_MAPP LIKE SMENSAPNEW-CUSTOMIZED SPACE Customized ('C') or standard menu ('S') flag
UPD_AGR_TEXTS LIKE SMENSAPNEW-CUSTOMIZED SPACE Customized ('C') or standard menu ('S') flag
UPD_AGR_USERS LIKE SMENSAPNEW-CUSTOMIZED SPACE Customized ('C') or standard menu ('S') flag

Exporting Parameters

This function module does not define any EXPORTING parameters.

Changing Parameters

This function module does not define any CHANGING parameters.

Table Parameters

These are the TABLE parameters of this function module.

Parameter Name Type Associated Type Default Value Short Text
N_AGR_1016 LIKE AGR_1016 Name of the activity group profile
N_AGR_1251 LIKE AGR_1251 Authorization data for the activity group
N_AGR_1252 LIKE AGR_1252 Organizational elements for authorizations
N_AGR_AGRS LIKE AGR_AGRS Roles in composite roles
N_AGR_BUFFI LIKE AGR_BUFFI Internet Links for a Role
N_AGR_FLAGS LIKE AGR_FLAGS Role attributes
N_AGR_HIER LIKE AGR_HIER Table for Structure Information for Menu
N_AGR_HPAGE LIKE AGR_HPAGE Role Home Page
N_AGR_MAPP LIKE AGR_MAPP MiniApps in Role
N_AGR_TEXTS LIKE AGR_TEXTS File Structure for Hierarchical Menu - Customer
N_AGR_USERS LIKE AGR_USERS Assignment of roles to users

Exceptions

This function module does not define any Exceptions.