Menu

SAP Function Module SRM_RFC_CONT_INST_EDIT

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

Technical Information

Function Module SRM_RFC_CONT_INST_EDIT
Short Text
Function Group SRM_PLUGIN_WF1
Package SRM_PLUGIN_WF
Module Type Remote-Enabled

Importing Parameters

These are the IMPORTING parameters of this function module.

Parameter Name Type Associated Type Default Value Short Text
CONDESCR LIKE SWAEXPEDIT-CONDESCR SPACE Container Description
CONKEYWORD LIKE SWAEXPEDIT-CONKEYWORD SPACE Keyword
CUA_PARA1 LIKE SWAEXPEDIT-PARA1 SPACE
CUA_PARA2 LIKE SWAEXPEDIT-PARA2 SPACE
CUA_PARA3 LIKE SWAEXPEDIT-PARA3 SPACE
CUA_PARA4 LIKE SWAEXPEDIT-PARA4 SPACE
CUA_STATUS LIKE SWAEXPEDIT-STATUS SPACE
CUA_TITEL LIKE SWAEXPEDIT-CTITEL SPACE
DIALOG_ONLY_IF_NECESSARY TYPE XFELD SPACE
DISPLAY TYPE XFELD SPACE Display Only
NO_SAVE_BUTTON LIKE SY-BINPT SPACE
ONLY_EXPORT_ELEMENTS TYPE XFELD SPACE
ONLY_IMPORT_ELEMENTS TYPE XFELD SPACE
ONLY_OBLIG_ELEMENTS TYPE XFELD 'X'
START_IN_POPUP TYPE XFELD 'X'
WITHOUT_SYSTEM_ELEMENTS TYPE XFELD 'X'

Exporting Parameters

These are the EXPORTING parameters of this function module.

Parameter Name Type Associated Type Default Value Short Text
CHANGED TYPE XFELD changed

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
CONT LIKE SWCONT
CONTDEF LIKE SWCONTDEF

Exceptions

This function module does not define any Exceptions.