Fonction SAP BAPI_FUNC_AREA_GETDETAIL - Functional area details

Paramètre Reférence Type Long. Valeur par déf. Facultatif Description
FUNCTIONALAREAID BAPI0023_1-FUNC_AREA_LONG C 16 Functional area
LANGUAGE BAPI0023_2-LANGU C 1 X Language
LANGUAGE_ISO BAPI0023_2-LANGU_ISO C 2 X Language according to ISO 639

Paramètre Reférence Type Long. Description
FUNCTIONALAREA_DETAIL BAPI0023_1 u 45 Functional area detailed data
RETURN BAPIRETURN u 452 Return code

Functionality
This method provides you with detailed information about a functionalarea. The details determined by the system and a return code arereturned.

Notes
All authorization checks that take place for display within an R/3transaction are executed here.
The input parameter FUNCTIONALAREAID is not converted, so that leadingblank spaces are not cleared in this parameter.
Dependent on the parameter LANGUAGE, the description, provided itexists, is returned in the required language. If no description existsfor the functional area in this language, nothing is returned. As analternative, the language can be specified as an ISO code in theparameter LANGUAGE_ISO. The parameters LANGUAGE and LANGUAGE_ISO areoptional. If no language is specified, the logon language of the useris used. If both parameters are set, the parameter LANGUAGE_ISO isignored.
Messages are returned in the parameter RETURN. The parameterdocumentation contains the return values and their meaning. If theparameter RETURN is returned without a message, the existence of thefunctional area is confirmed.

Description
The detail specifications for the functional area are returned in astructure: For information about the importance of the individualparameters, see the corresponding data element documentation
Layout of Structure
FUNC_AREA Functional Area
FAREA_NAME Name of functional area

Description
The return code of the method is returned in a structure with fivefields. For information about the meaning of the individual fields, seethe corresponding data element documentation.
Layout of the structure
TYPE Message type
CODE Message code
MESSAGE Message text
LOG_NO Application log: Log number
LOG_MSG_NO Application log: Sequential number of message

Description
For information about the importance of the functional area, see thecorresponding data element documentation:
Functional Area

Description
For information about the meaning of the language, see thecorresponding data element documentation:
Language
The language can also be specified as ISO-Code in parameterLANGUAGE_ISO .

Default
If no language is specified, the logon language of the user is used.If both parameters are set, the parameter LANGUAGE_ISO is ignored.

Description
Alternative parameter for LANGUAGE.