Skip to content

Missing direction type RFC_CHANGING #10

Closed
@tigerduck42

Description

@tigerduck42

Found an issue with missing implemention of direction type RFC_CHANGING

$mapping = [
'RFC_EXPORT' => IValue::DIRECTION_OUTPUT,
'RFC_IMPORT' => IValue::DIRECTION_INPUT,
'RFC_TABLES' => ITable::DIRECTION_TABLE
];

throws

phpsap\exceptions\SapLogicException: Unknown SAP Netweaver RFC direction 'RFC_CHANGING'!

throw new SapLogicException(sprintf('Unknown SAP Netweaver RFC direction \'%s\'!', $direction));

SAP

Metadata

Metadata

Assignees

Labels

enhancementNew feature or request

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions