SAP Function SAMPLE_PROCESS_00700210 - Interface Description for Process 00700210

Parameter Reference Type Length Default Optional Text
I_AKTYP BU_AKTYP C 2
I_SANO1 SANO1 u 150
I_VIOB01 VIOB01 u 417
I_VIOB02 VIOB02 u 585
I_VZSORT VZSORT u 147

Parameter Reference Length Optional Text
ET_MSG SYMSG 224
IT_AREA VIOB41 39
IT_VIEIGE VIEIGE 370
IT_VIOB06 VIOB06 72
IT_VIOB35 VIOB35 160
IT_VIOB37 VIOB37 71
IT_VIOB38 VIOB38 62
IT_VIOB39 VIOB39 124
IT_VIOB42 VIOB42 87
IT_VZGPO VZGPO 118


DEFINE &TEXT& = 'Property: Direct Input Additional Checks'
DEFINE &EVENT& = '00700210'
DEFINE &TYPE& = 'PROCESS'
INCLUDE FI_OPEN_FI_DOCUMENTATION_1 OBJECT DOKU ID TX

Event
This function module is called without a dialog during processing ofproperties. In Release 4.6C, it is only used for direct input forproperties.
Additional checks can be defined in the function module to be takeninto account during property processing. For instance, it is possibleto implement checks for user fields.

Interface
The following data is transferred to the function module:

  • I_VIOB01 Business entity master data

  • I_VIOB02 Property master data

  • I_VZSORT User fields

  • I_SANO1 Address

  • I_AKTYP Activity category ('01' = Display, '02' = Change)

  • IT_VZGPO Partner

  • IT_VIEIGE Owner

  • IT_VIOB06 Option rates

  • IT_VIOB35 Economic balance

  • IT_VIOB37 Assets

  • IT_VIOB38 Project System

  • IT_VIOB39 Plant Maintenance

  • IT_AREA Spaces

  • IT_VIOB42 Availability

  • This data can be checked in the function module. Error mesages are notoutput directly in the function module but in the table ET_MSG (Errortable).