Menu

SAP Function Module AMDS_USER_COMMAND_PROCESS

Processes User-Commands Cancel, Exit, Return on Dialog

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 AMDS_USER_COMMAND_PROCESS (Processes User-Commands Cancel, Exit, Return on Dialog) is a standard Function Module in SAP ERP and is part of the function group AMDS within the package AA.

Technical Information

Function Module AMDS_USER_COMMAND_PROCESS
Short Text Processes User-Commands Cancel, Exit, Return on Dialog
Function Group AMDS
Package AA
Module Type Normal Module

Importing Parameters

These are the IMPORTING parameters of this function module.

Parameter Name Type Associated Type Default Value Short Text
DATAR LIKE SY-DATAR Indicator any Data entered
FCODE_CANC LIKE SY-UCOMM 'CANC' Fcode used for cancle function
FCODE_EXIT LIKE SY-UCOMM 'EXIT' Fcode used for exit function
FCODE_RTRN LIKE SY-UCOMM 'RTRN' Fcode used for return function
LINE1_CANC LIKE SY-FMKEY 'CL1' Textsymbol 1. text ine of Popup on cancle
LINE1_EXIT LIKE SY-FMKEY 'EL1' Textsymbol 1. text ine of Popup on exit
LINE1_RTRN LIKE SY-FMKEY 'RL1' Textsymbol 1. text ine of Popup on return
LINE2_CANC LIKE SY-FMKEY 'CL2' Textsymbol 2. text ine of Popup on cancle
LINE2_EXIT LIKE SY-FMKEY 'EL2' Textsymbol 2. text ine of Popup on exit
LINE2_RTRN LIKE SY-FMKEY 'RL2' Textsymbol 2. text ine of Popup on return
PROGN LIKE SY-REPID Program naem to get Textsymbols
TITLE_CANC LIKE SY-FMKEY 'CTI' Textsymbol Title of Popup on cancle
TITLE_EXIT LIKE SY-FMKEY 'ETI' Textsymbol Title of Popup on exit
TITLE_RTRN LIKE SY-FMKEY 'RTI' Textsymbol Title of Popup on return

Exporting Parameters

This function module does not define any EXPORTING parameters.

Changing Parameters

These are the CHANGING parameters of this function module.

Parameter Name Type Associated Type Default Value Short Text
FCODE LIKE SY-UCOMM User command

Table Parameters

This function module does not define any TABLE parameters.

Exceptions

This function module does not define any Exceptions.