SAP Function SAMPLE_PROCESS_00700410 - Interface Description for Process 00700410

Parameter Reference Type Length Default Optional Text
I_AKTYP BU_AKTYP C 2
I_SANO1 SANO1 u 150
I_VIKOKO VIKOKO u 109
I_VIMI01 VIMI01 u 783
I_VIOB01 VIOB01 u 417
I_VZSORT VZSORT u 147

Parameter Reference Length Optional Text
ET_MSG SYMSG 224
IT_AREA VIOB41 39
IT_VIEIGE VIEIGE 370
IT_VIMI02 VIMI02 78
IT_VIMI08 VIMI08 46
IT_VIMI38 VIMI38 51
IT_VIOB10 VIOB10 43
IT_VIOB38 VIOB38 62
IT_VIOB39 VIOB39 124
IT_VIOB42 VIOB42 87
IT_VZGPO VZGPO 118
IT_VZZKOPO VZZKOPO 453


DEFINE &TEXT& = 'Rental Unit: Direct Input Additional Checks'
DEFINE &EVENT& = '00700410'
DEFINE &TYPE& = 'PROCESS'
INCLUDE FI_OPEN_FI_DOCUMENTATION_1 OBJECT DOKU ID TX

Event
This function module is called without a dialog during processing ofrental units. In Release 4.6C, it is only used for direct input forrental units.
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_VIMI01 Rental unit master data

  • I_VIKOKO Condition header

  • I_VZSORT User fields

  • I_SANO1 Address

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

  • IT_AREA Spaces

  • IT_VZZKOPO Condition items

  • IT_VIMI08 Apportionment units

  • IT_VIMI02 Fixtures and fittings characteristics

  • IT_VIOB10 Rooms

  • IT_VIMI38 Cost centers

  • IT_VZGPO Partners

  • IT_VIEIGE Owners

  • IT_VIOB38 Project System

  • IT_VIOB39 Plant Maintenance

  • 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).