SAP Function SAMPLE_PROCESS_00001410 - Beschreibung der Prozess-Schnittstelle 00001410

Parameter Reference Type Length Default Optional Text
I_AKTYP T020-AKTYP C 1 Aktivitätstyp der rufenden Transaktion
I_BKPF BKPF u 697 Belegkopf

Parameter Reference Length Optional Text
T_INVISIBLE OFIBM 61 Tabelle ausgeblendete Felder
T_NOINPUT OFIBM 61 Tabelle nicht Eingabe bereiter Felder


DEFINE &TEXT& = 'Document header screen modification'
DEFINE &EVENT& = '00001410'
DEFINE &TYPE& = 'PROCESS'
INCLUDE FI_OPEN_FI_DOCUMENTATION_1 OBJECT DOKU ID TX LANGUAGE EN

PROCESS
This process is run before the document header screen is processed.

INTERFACE
The current contents of the document header fields are transferred tothe additional component. Using this data, the system can determinewhich fields that are currently visible should be hidden, and whichfields that are currently ready for input should no longer be so. Thisis made possible by making an entry in the relevant table, T_NOINPUT orT_INVISIBLE. These tables are blank when they are transferred to theadditional function module. If you enter the field BKPF-USNAM in tableT_INVISIBLE, the field "Entered by" is no longer visible.