Ansicht
Dokumentation

EXPORT_DATA - Returns supplier delivery performance rating data per supplier/period

EXPORT_DATA - Returns supplier delivery performance rating data per supplier/period

RFUMSV00 - Advance Return for Tax on Sales/Purchases   CPI1466 during Backup  
This documentation is copyright by SAP AG.
SAP E-Book

Functionality

The function module provides the export of data related to supplier delivery performance rating. Which data can be exported can be seen in documentation of import parameter QUESTION_NAME. In principle, the function module expects:

  • a name of a business question which is built in the system with this name as a function module
  • a list of input parameters like described in documentation for the export parameter PARAMETER_OF_SELECTION (tables parameter).

The function module returns:

  • the result values in a table in csv format (see parameter EXPORT_VALUES (tables parameter)),
  • the column values (characteristics or key figures) in the parameters EXPORT_ROW_VALUES (tables parameter) and EXPORT_COLUMN_VALUES (tables parameter) also in csv format,
  • the meta information (names of the characteristics or describtion as key figures) in the parameters EXPORT_ROW_META (tables parameter) and EXPORT_COLUMN_META (tables parameter) with an own structure.

For more information see the documentation of the specific parameters.

Each function module which represents a business question based on an specific MDX query. Each MDX query itself based on a query which is modelled with BEx Query Designer. The base for this queries are ODS objects, which contain the supplier delivery performance rating data.

Each function module which represents a business question has the same parameters and exceptions:

EXPORT:

PV_QUERYCUBE TYPE RRTCUBE (char 70)

TABLES:

PARAMETER_OF_SELECTION TYPE RSBCTSDPR_T_NAME_VALUE_IOBJ
PT_MDX_STATEMENT LIKE BAPI6111MDX

EXCEPTIONS:

ERROR_CONVERTING_TIME_FORMAT Time Format is incorrect
ERROR_WHEN_GETTING_VAR_INFO Error when reading variables
WRONG_PARAM_COUNT_FOR_RANGE correct param count is 1 or 2
MANDATORY_VAR_IS_EMPTY no value for mandatory variable available

Example

Notes

Further information





Parameters

EXPORT_COLUMN_META
EXPORT_COLUMN_VALUES
EXPORT_ROW_META
EXPORT_ROW_VALUES
EXPORT_VALUES
PARAMETER_OF_SELECTION
QUESTION_NAME

Exceptions

ERROR_CONVERTING_TIME_FORMAT
ERROR_WHEN_CREATING_MDX_OBJECT
ERROR_WHEN_GETTING_AXIS_DATA
ERROR_WHEN_GETTING_AXIS_INFO
ERROR_WHEN_GETTING_CELL_DATA
ERROR_WHEN_GETTING_MEMBER
ERROR_WHEN_GETTING_VAR_INFO
ERROR_WHEN_SELECTING_DATA
FUNCTION_PARAMETER_ERROR
FUNCTION_UNKNOWN_OR_INACTIVE
MANDATORY_VAR_IS_EMPTY
MDX_QUERY_SYNTAX_CHECK_FAILED
WRONG_PARAM_COUNT_FOR_RANGE

Function Group

RSBCTSDPR_EXPORT

PERFORM Short Reference   PERFORM Short Reference  
This documentation is copyright by SAP AG.

Length: 4423 Date: 20240523 Time: 072903     sap01-206 ( 49 ms )