SAP ABAP Function Module SCHEME_INSTANTIATE (Schema instantiation for generating programs/text)
Hierarchy
☛
SAP_BASIS (Software Component) SAP Basis Component
⤷
BC-DWB-DIC-AC (Application Component) Activation Program, Conversion Program, DB Utility, MC, SPDD
⤷
SDBT (Package) ABAP Dictionary: Basic Tools
⤷
⤷
Basic Data
| Function Module | SCHEME_INSTANTIATE | Schema instantiation for generating programs/text |
| Function Group | DDSCHEME | Scheme Handling |
| Program Name | SAPLDDSCHEME | |
| INCLUDE Name | LDDSCHEMEU01 |
Parameters
| Type | Parameter Name | Typing | Associated Type | Default value | Optional | Pass Value | Short text |
|---|---|---|---|---|---|---|---|
| |
CALLING_PROGRAM | TYPE | SYST-REPID | Name of the calling program | |||
| |
SCHEME_PROGRAM | TYPE | SCHEMEPROG | Name of program in which the schema is defined | |||
| |
SCHEME_NAME | TYPE | SCHEMENAME | Name of schema | |||
| |
RESULT_TAB | TYPE | Table with results of instantiation | ||||
| |
SCHEMEPROG_NOT_FOUND | TYPE | Defined program does not exist | ||||
| |
SCHEME_NOT_FOUND | TYPE | Defined schema does not exist in the program | ||||
| |
SCHEME_SYNTAX_ERROR | TYPE | Syntax error in schema | ||||
| |
GENERATE_ERROR | TYPE | Error in generated program | ||||
| |
FORCED_LINESPLIT | TYPE | Forced line feed within a word | ||||
| |
TABLE_NOT_EXISTS | TYPE | Table not defined in calling program | ||||
Processing Type
| Normal Function Module | |
| |
BaseXML supported |
| Update Module | Start immediately |
| Immediate Start, No Restart | |
| Start Delayed | |
| Coll.run | |
| JAVA Module Callable from ABAP | |
| Remote-Enabled JAVA Module | |
| Module Callable from JAVA |
History
| Last changed by/on | SAP | 19990505 |
| SAP Release Created in |