Menu

SAP Function Module PRGN_CHANGEDOCUMENT_WRITE_UPLO

Unsere Literaturempfehlung

ABAP Workbench - 100 Tipps & Tricks

Es gibt 100 gute Gründe, warum Sie dieses Buch kaufen sollten. Doch die verraten wir Ihnen hier nicht. Nur so viel: Wenn Sie die ABAP Workbench als Ihr zweites Wohnzimmer begreifen, ist dieses Buch genau das richtige für Sie! Die Mini-Tutorials in diesem Buch unterstützen Sie dabei, Software in ABAP effizienter zu entwickeln. Tipps und Tricks, wie Sie sich bei der Bearbeitung von Quelltext das Leben leichter machen, wie Sie häufig wiederkehrende Programmieraufgaben automatisieren oder umständliches Vorgehen früherer Tage endlich über Bord werfen. Sie werden die ABAP Workbench in einem ganz neuen Licht erleben. Eine klare Sprache, Klick-für-Klick-Anleitungen, Zusammenfassungen und Hervorhebungen sorgen dabei für einen schnellen und unkomplizierten Lernerfolg.

Bei amazon.de ansehen →

The Function Module PRGN_CHANGEDOCUMENT_WRITE_UPLO () 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_UPLO
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
O_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
O_AGR_1016 LIKE AGR_1016 Name of the activity group profile
O_AGR_1251 LIKE AGR_1251 Authorization data for the activity group
O_AGR_1252 LIKE AGR_1252 Organizational elements for authorizations
O_AGR_AGRS LIKE AGR_AGRS Roles in composite roles
O_AGR_BUFFI LIKE AGR_BUFFI Internet Links for a Role
O_AGR_FLAGS LIKE AGR_FLAGS Role attributes
O_AGR_HIER LIKE AGR_HIER Table for Structure Information for Menu
O_AGR_HPAGE LIKE AGR_HPAGE Role Home Page
O_AGR_MAPP LIKE AGR_MAPP MiniApps in Role
O_AGR_TEXTS LIKE AGR_TEXTS File Structure for Hierarchical Menu - Customer
O_AGR_USERS LIKE AGR_USERS Assignment of roles to users

Exceptions

This function module does not define any Exceptions.