Skip to main content

@abapify/adt-plugin-gcts

FormatPlugin implementing the gCTS / AFF (ABAP File Format) on-disk layout. Self-registers on import.

Install

bun add @abapify/adt-plugin-gcts

Public API

export { gctsFormatPlugin } from '@abapify/adt-plugin-gcts';
export { gctsPlugin, GctsPlugin, default } from '@abapify/adt-plugin-gcts';

export {
getHandler,
getSupportedTypes,
isSupported,
createHandler,
} from '@abapify/adt-plugin-gcts';

Usage

adt export --format gcts ./src --transport DEVK900001

Dependencies

  • @abapify/adt-plugin, @abapify/adk

See also