Fonction SAP BAPI_BUS1092_GETDETAIL - EHS: Read Reports (For Internal Use Only)

Paramètre Reférence Type Long. Valeur par déf. Facultatif Description
FLG_REPORT_HEADER BAPISTDTYP-BOOLEAN C 1 X Read report header data
FLG_REPORT_LAYOUT BAPISTDTYP-BOOLEAN C 1 X
FLG_REPORT_LAYOUT_COND BAPISTDTYP-BOOLEAN C 1 X
FLG_REPORT_SUBJOIN BAPISTDTYP-BOOLEAN C 1 X Read report-substance assignment
KEY_DATE RCGADDINF-VALDAT D 8 SY-DATUM X Object validity date
SCENARIO BAPISTDTYP-SCENARIO X 1 X Selection criteria for data

Paramètre Reférence Long. Facultatif Description
REPORT_HEADER BAPI1092DH 428 X Report header data
REPORT_LAYOUT BAPI1092DL 208 X
REPORT_LAYOUT_COND BAPI1092DLC 236 X
REPORT_SUBJOIN BAPI1092DJ 271 X Report-substance assignment
RETURN BAPIRET2 548 X Confirmations

Functionality
Analogous to Read Phrase.

Description
INCLUDE EHS_25A_SAF_BAPI_KEY_DATE_P OBJECT DOKU ID TX

Description
This import parameter determines which read type is used to access thephrase data. The phrase data can either be read "for display" or "forediting". This has an effect on how locks are assigned in the system.
The phrase data is divided into logical levels and this parameter isused to specify the read type for each level. The following levelsexist:
Level 1: Phrase header data (PHRASE_HEADER)
Level 2: Phrase item (texts) (PHRASE_TEXT)
Phrase long texts (PHRASE_LONGTEXT)
Phrase references (PHRASE_REFERENCES)
Phrase sets (PHRASE_SELECTIONSET)

Value range
The following decimal values can be assigned:
Value,,Meaning:
1 ,,Display all data only, no locks assigned
2 ,,Change header data
4 ,,Change data in level 2
Specific read types can be defined by addition of the values.

Default
The default value is 0, meaning that phrase data can be read fordisplay only, but a shared lock is set.