Fonction SAP BAPI_JITCALLIN_GETCOMPGROUP - JIT: List of Calls/Components Groups for Given Selection

Paramètre Reférence Type Long. Valeur par déf. Facultatif Description
INTERNALSTATUS BAPIJITSEL-INTERNALSTATUS C 4 X Selection Criterion: Processing Status
JITCALLACTION BAPIJITSEL-JITCALLACTION C 4 X Selection Criterion: Executable Action
JITCUSTOMER BAPIJITSEL-JITCUSTOMER C 4 X Selection Criterion: Seq.JC Customer

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

Paramètre Reférence Long. Facultatif Description
JITCALLGROUPINFO BAPIJITHDIT 292 Selected Calls/Components Groups

Functionality
You can use this method in JIT Inbound for sequenced JIT calls orsummarized JIT calls, to execute an action for a list of calls from asubsystem.
Import parameters (=selection criteria, which you can combine):

  • JITCUSTOMER: selects all calls for a JIT customer

  • JITCALLACTION: selects all calls for which this
  • action based on the call control
    can be carried out.
    • INTERNALSTATUS : selects all calls, containing this
    • internal processing status
      Export parameters
      • Export table JITCALLGROUPINFO: returns all components groups/calls that
      • correspond to the selection criteria. The most important data of thecalls/components groups is transmitted within the structure. Moredetailed information on the calls (including the call components) canbe found using keys POSID (components group) or JINUM (call) with theBAPIs BAPI_JITCALLIN_GETDETAILS and BAPI_JITCALLIN_GETGROUPDETAILS.
        • Error structure RETURN: Only filled in case of error (message),, ,,
        • Notes
          If you want to use complex selection criteria, you can execute the BAPIseveral times. It may also be useful to refilter the list of resultswith other criteria.