SAP ABAP Function Module STRING_INS (Einfügen von <String2> an <Position> in <String1>)
Hierarchy
☛
BBPCRM (Software Component) BBPCRM
⤷
CRM-CIC (Application Component) Interaction Center WinClient
⤷
CPC (Package) R/3 Application Development: PP Task Lists Master Recipes
⤷
⤷
Basic Data
| Function Module | STRING_INS | Einfügen von <String2> an <Position> in <String1> |
| Function Group | CO09 | Material Quantity Calculation |
| Program Name | SAPLCO09 | Material Quantity Calculation |
| INCLUDE Name | LCO09U06 |
Parameters
| Type | Parameter Name | Typing | Associated Type | Default value | Optional | Pass Value | Short text |
|---|---|---|---|---|---|---|---|
| |
TEXT | TYPE | C | string were <insert> should be inserted | |||
| |
INSERT | TYPE | C | string to insert | |||
| |
POSITION | TYPE | I | index of position in <text> to insert | |||
| |
INVALID_POSITION | TYPE | invalid <position> value | ||||
| |
INSUFFICIENT_TEXT_LENGTH | TYPE | text is too small to keep result | ||||
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 | 19990317 |
| SAP Release Created in |