SAP Function SAMPLE_PROCESS_00700110 - Interface Description for Process 00700110

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

Parameter Reference Length Optional Text
ET_MSG SYMSG 224
IT_VIEIGE VIEIGE 370
IT_VIOB07 VIOB07 64
IT_VIOB38 VIOB38 62
IT_VIOB39 VIOB39 124
IT_VIOB42 VIOB42 87
IT_VZGPO VZGPO 118


DEFINE &TEXT& = 'Business Entity: Direct Input Additional Checks'
DEFINE &EVENT& = '00700110'
DEFINE &TYPE& = 'PROCESS'
INCLUDE FI_OPEN_FI_DOCUMENTATION_1 OBJECT DOKU ID TX

Event
This function module is called without a dialog during processing ofbusiness entities. In Release 4.6C, it is only used for direct inputfor business entities.
Additional checks can be defined in the function module to be takeninto account during business entity 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_VZSORT User fields

  • I_SANO1 Address

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

  • IT_VZGPO Partner

  • IT_VIEIGE Owner

  • IT_VIOB07 Option rates

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