Show TOC

Making Non-SAP Layout Technologies Available (GET_CUSTOM_FORM_TECHNOLOGIES)Locate this document in the navigation structure

Use

You use this method to make company-specific layout technologies (not supported by SAP) available for form processing in an SAP system. You specify the properties of the form template in the method parameters.

You cannot edit form layouts in an SAP system if they were created using layout editors not supported by SAP. However, you can download such form layouts for editing and then upload them back to the SAP system once edited.

Method Parameters

Parameter Name

Parameter Type

Data Type

Description

RT_FORM_TECHNOLOGIES

RETURNING

Table: TFPFORMTECHNOLOGY

Structure: SFPFORMTECHNOLOGY

Table of available layout technologies

SFPFORMTECHNOLOGY -FORMTECHNOLOGY

 

CHAR(1)

Character that represents the layout technology; permitted characters: a-z (lower case), Y and Z

SFPFORMTECHNOLOGY -DESCRIPTION

 

FPTEXT:Char(60)

Short description of layout technology

SFPFORMTECHNOLOGY -FILE_EXTENSION

 

STRING

File extension of form template

SFPFORMTECHNOLOGY -FILE_DESCRIPTION

 

STRING

Description of form template

SFPFORMTECHNOLOGY -XML_NAMESPACE

 

STRING

Namespace URI (Uniform Resource Identifier) for XML data

SFPFORMTECHNOLOGY -XML_PREFIX

 

STRING

Prefix for XML data