Table list used by SAP ABAP Function Module BAPI_TRIP_COLLECT_MILEAGE (Determination of Trip Legs for Employee)
SAP ABAP Function Module BAPI_TRIP_COLLECT_MILEAGE (Determination of Trip Legs for Employee) is using
# Object Type Object Name Object Description Note
     
1 Table  BAPIEMPL Structure for business object employees SOURCE VALUE(EMPLOYEENUMBER) LIKE BAPIEMPL-PERNR
2 Table  BAPIRETURN Return Parameter SOURCE VALUE(RETURN) LIKE BAPIRETURN
3 Table  BAPIRETURN Return Parameter
4 Table  BAPITRIP Overview table of trips; Structure for BAPI interface SOURCE VALUE(TO_DATE) LIKE BAPITRIP-DEP_DATE
5 Table  BAPITRIP Overview table of trips; Structure for BAPI interface SOURCE VALUE(FROM_DATE) LIKE BAPITRIP-DEP_DATE
6 Table  BAPITRVMIL Miles/Kms distribution; Structure for BAPI interface SOURCE VALUE(VEH_TYPE) LIKE BAPITRVMIL-VEH_TYPE OPTIONAL
7 Table  BAPITRVMIL Miles/Kms distribution; Structure for BAPI interface
8 Table  BAPITRVMIL Miles/Kms distribution; Structure for BAPI interface SOURCE MILEAGE STRUCTURE BAPITRVMIL
9 Table  BAPITRVMIL Miles/Kms distribution; Structure for BAPI interface SOURCE VALUE(VEH_CLASS) LIKE BAPITRVMIL-VEH_CLAS OPTIONAL
10 Table  PCL1 HR Cluster 1