Menu

SAP Function Module FM_SUBSTRING_GET_DESCRIPTION

Get descriptions of master data substrings

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 FM_SUBSTRING_GET_DESCRIPTION (Get descriptions of master data substrings) is a standard Function Module in SAP ERP and is part of the function group FMMD_SUBD_1 within the package FMMD_SUBD_E.

Technical Information

Function Module FM_SUBSTRING_GET_DESCRIPTION
Short Text Get descriptions of master data substrings
Function Group FMMD_SUBD_1
Package FMMD_SUBD_E
Module Type Normal Module

Importing Parameters

These are the IMPORTING parameters of this function module.

Parameter Name Type Associated Type Default Value Short Text
I_MASDATID TYPE FMMDACTIV-MASDAT_ID Master Data ID
I_STRID TYPE FMMDSTRID-STR_ID Master Data Subdivision IDs
I_SUB1 TYPE FMMDCISUB1-CISUB1 Substring # 1 of Commitment Item
I_SUB2 TYPE FMMDCISUB2-CISUB2 Substring # 2 of Commitment Item
I_SUB3 TYPE FMMDCISUB3-CISUB3 Substring # 3 of Commitment Item
I_SUB4 TYPE FMMDCISUB4-CISUB4 Substring # 4 of Commitment Item
I_SUB5 TYPE FMMDCISUB5-CISUB5 Substring # 5 of Commitment Item

Exporting Parameters

These are the EXPORTING parameters of this function module.

Parameter Name Type Associated Type Default Value Short Text
E_DESC1_LO TYPE FMMDCISUB1T-CILOTXT Description 2
E_DESC1_SH TYPE FMMDCISUB1T-CISHTXT Description 1
E_DESC2_LO TYPE FMMDCISUB2T-CILOTXT Description 2
E_DESC2_SH TYPE FMMDCISUB2T-CISHTXT Description 1
E_DESC3_LO TYPE FMMDCISUB3T-CILOTXT Description 2
E_DESC3_SH TYPE FMMDCISUB3T-CISHTXT Description 1
E_DESC4_LO TYPE FMMDCISUB4T-CILOTXT Description 2
E_DESC4_SH TYPE FMMDCISUB4T-CISHTXT Description 1
E_DESC5_LO TYPE FMMDCISUB5T-CILOTXT Description 2
E_DESC5_SH TYPE FMMDCISUB5T-CISHTXT Description 1

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.