Fonction SAP BAPI_JITCALLIN_PERFORMACTION - JIT: Execute an Action for a Number of Components Groups

Paramètre Reférence Type Long. Valeur par déf. Facultatif Description
JITCALLACTION BAPIJITSEL-JITCALLACTION C 4 Action to be Carried Out

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 Number of Components Groups (for Action)
JITCALLGROUPDATA BAPIJITHDIT 292 X Modification Data Calls/Components Groups
JITCALLGROUPSTATUS BAPIJITSTAT 23 X Return of Components Groups Status

Functionality
You can use this method in JIT Inbound for sequenced JIT calls orsummarized JIT calls, to excecute an action for a list of calls from asubsystem.
You transfer a list of calls (key JINUM) and an action (withbusiness/technical functions and status update) to this method. Themethod then produces the table of results.
Import parameters

  • JITCALLACTION: action to be carried out

  • JITCALLCOMPGROUPS: list on internal call numbers

  • Export tables
    • JITCALLGROUPDATA: table with the most important information on the call
    • header and components groups for the calls, for which the action wascarried out (result).
      • JITCALLGROUPSTATUS:table with all components groups, for which the
      • action was carried out successfully, with both an old and newprocessing status.
        Export structure
        • RETURN: Error structure, which is only filled with a message in case or
        • error.