Fonction SAP BAPI_JITCALLIN_GETGROUPDETAILS - JIT: Detailed Information for a Number of Components Groups

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

Paramètre Reférence Long. Facultatif Description
JITCALLCOMPGROUPS BAPIPOSID 10 X Import Table of Internal CG Numbers
JITCALLCOMPONENTGROUPS BAPIJITIT 357 X Expanded Structure: Components Groups
JITCALLCOMPONENTS BAPIJITCO 334 X Expanded Structure: Call Components
JITCALLHEADERS BAPIJITHD 324 X Expanded Structure: Call Header

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

  • JITCALLCOMPGROUPS: list of internal components groups numbers

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