SAP Function SAMPLE_PROCESS_00001420 - Beschreibung der Prozess-Schnittstelle 00001420

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

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


DEFINE &TEXT& = 'Line item screen modification'
DEFINE &EVENT& = '00001420'
DEFINE &TYPE& = 'PROCESS'
INCLUDE FI_OPEN_FI_DOCUMENTATION_1 OBJECT DOKU ID TX LANGUAGE EN

PROCESS
This process is run before the line item screen is processed.

INTERFACE
The current contents of the document header fields and of the line itemare transferred to the additional component. Using this data, thesystem can determine which fields that are currently visible should behidden, and which fields that are currently ready for input should nolonger be so. This is made possible by making an entry in the relevanttable, T_NOINPUT or T_INVISIBLE. These tables are blank when they aretransferred to the additional function module. If you enter the fieldBSEG-SGTXT in table T_INVISIBLE, the field "Segment text" is no longervisible.
An exception enables you to prevent changes being made to the longtexts of a document. To implement this feature, generate the entry'OF05L-LTEXT' in the table.