SAP Function SAMPLE_PROCESS_00700310 - Interface Description for Process 00700310

Parameter Reference Type Length Default Optional Text
I_AKTYP BU_AKTYP C 2
I_SANO1 SANO1 u 150
I_VIOB01 VIOB01 u 417
I_VIOB03 VIOB03 u 653
I_VZSORT VZSORT u 147

Parameter Reference Length Optional Text
ET_MSG SYMSG 224
IT_AREA VIOB41 39
IT_VIEIGE VIEIGE 370
IT_VIOB04 VIOB04 26
IT_VIOB05 VIOB05 72
IT_VIOB20 VIOB20 32
IT_VIOB37 VIOB37 71
IT_VIOB38 VIOB38 62
IT_VIOB39 VIOB39 124
IT_VIOB42 VIOB42 87
IT_VZGPO VZGPO 118


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

Event
This function module is called without a dialog during processing ofbuildings. In Release 4.6C, it is only used for direct input forbuildings.
In the function module, additional checks can be defined that are to betaken into account during building processing. For instance, it ispossible to implement checks for user fields.

Interface
The following data is transferred to the function module:

  • I_VIOB01 Business entity master data

  • I_VIOB03 Business master data

  • I_VZSORT User fields

  • I_SANO1 Address

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

  • IT_VZGPO Partner

  • IT_VIEIGE Owner

  • IT_VIOB04 Fixtures and fittings characteristics

  • IT_VIOB07 Option rates

  • IT_VIOB20 Object characteristics

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