Fonction SAP BAPI_JITCALLIN_GETDETAILS - JIT: Detailed Information for a Number of Calls

Paramètre Reférence Type Long. Description
RETURN BAPIRET2 u 548 Return Structure on Error

Paramètre Reférence Long. Facultatif Description
JITCALLCOMPONENTGROUPS BAPIJITIT 357 X Expanded Structure: Components Groups
JITCALLCOMPONENTS BAPIJITCO 334 X Expanded Structure: Call Components
JITCALLHEADERS BAPIJITHD 324 X Expanded Structure: Call Header
JITCALLS BAPIJINUM 10 X Import table of internal call numbers

Functionality
You can use this method in JIT Inbound for sequenced JIT calls orsummarized JIT calls, to transmit detailled information about a list ofcalls to a subsystem.
The method produces complete call tables for given unique componentsgroups keys (JITNUM). The export tables have a three-level form (callheader, components groups and call components).
Import parameters (selection criteria)

  • JITCALLS : list of internal call numbers

  • Export tables
    • JITCALLHEADERS: header information on the calls requested

    • JITCALLCOMPONENTGROUPS: components groups information on the calls
    • requested (link to JITCALLHEADERS via field 'JINUM')
      • JITCALLCOMPONENTS:information on the call components for the
      • call/components group (link to JITCALLCOMPONENTGROUPS via field POSID)
        Export structure
        • RETURN: Error structure, which is only filled with a message in case of
        • error.