Fonction SAP BAPI_IPAK_GETLIST - Generates a List of InfoPackages

Paramètre Reférence Type Long. Valeur par déf. Facultatif Description
JOB_STATUS BAPI6109-LOAD_STATUS C 1 SPACE X Single-Character Indicator

Paramètre Reférence Long. Facultatif Description
INFOPACKAGE_LIST BAPI6109L 90 X InfoPackage list
RETURN BAPIRET2 548 Return Parameters
SELDATASOURCE BAPI6109DSSL 63 X InfoPackages - Selection Criteria for DataSources
SELINFOSOURCE BAPI6102SL 63 X Transaction data - selection criteria for InfoSources
SELSOURCESYSTEM BAPI6101SL 23 X Source system - selection criteria
SELTEXTLONG BAPI6100SL 123 X Description - selection criteria

Functionality
This method delivers a table with InfoPackages that correspond to theselections made.
The importing parameter JOB_STATUS as well as the selection tablesSELTEXTLONG, SELINFOSOURCE, SELSOURCESYSTEM, and SELDATASOURCE, areoptional.

Description
Importing parameter JOB_STATUS: 1-character field - optional.
Sm37-Batch-Status.
If this status is filled, only those InfoPackages are selected thathave an sm37 status, that is, those that are scheduled or that arecurrently running in the background ...
Supported status values:
'S' : Loading job is scheduled.
'R' : Loading job is currently running.
'F' : Loading job is complete.
'A' : Loading job terminated.

Description
The table INFOPACKAGE_LIST delivers all InfoPackages that correspond tothe selection conditions.
Fields and meanings:

  • INFOPACKAGE:

  • 30-character field: Technical name of the InfoPackage.
    • TEXT:

    • 60-character field: Name of the InfoPackage in the logon language.

      Description
      Error Messages

      Description
      Table SELDATASOURCE - optional.
      This table contains possible DataSources for which InfoPackages werecreated.
      Fields:

      • SIGN:

      • 1-character field: Only 'I' allowed.
        • OPTION:

        • 2-character field: For single values 'EQ', for an interval, 'BT'.
          • DATASOURCELOW:

          • 30-character field: From_value.
            • DATASOURCEHIGH:

            • 30-character field: To_value.

              Description
              Table SELINFOSOURCE - optional.
              This table contains possible InfoSources for which InfoPackages werecreated.
              Fields:

              • SIGN:

              • 1-character field: Only 'I' allowed.
                • OPTION:

                • 2-character field: For single values 'EQ', for an interval, 'BT'.
                  • INFOSOURCELOW:

                  • 30-character field: From_value.
                    • INFOSOURCEHIGH:

                    • 30-character field: To_value.

                      Description
                      Table SELSOURCESYSTEM - optional.
                      This table contains possible source systems for which InfoPackages werecreated.
                      Fields:

                      • SIGN:

                      • 1-character field: Only 'I' allowed.
                        • OPTION:

                        • 2-character field: For single values 'EQ', for an interval, 'BT'.
                          • SELSOURCESYSTEMLOW:

                          • 10-character field: From_value.
                            • SELSOURCESYSTEMHIGH:

                            • 10-character field: To_value.

                              Description
                              Table SELTEXTLONG - optional.
                              This table contains possible names of InfoPackages.
                              Fields:

                              • SIGN:

                              • 1-character field: Only 'I' allowed.
                                • OPTION:

                                • 2-character field: For single values 'EQ', for an interval, 'BT'.
                                  • TEXTLONGLOW:

                                  • 60-character field: From_value.
                                    • TEXTLONGHIGH:

                                    • 60-character field: To_value.

972175P10:P33:BAPI_IPAK_GETLIST:Enable CP selections