SAP ABAP Domain CPCHGCMD (Command to change characters)
Hierarchy
☛
SAP_BASIS (Software Component) SAP Basis Component
⤷
BC-I18 (Application Component) Internationalization (I18N)
⤷
SCP (Package) SAP Code Pages
⤷
⤷
Basic Data
| Domain Name | CPCHGCMD |
| Short Description | Command to change characters |
Definition
| Data Type | CHAR | Character String |
| No. Characters | 4 | |
| Decimal Places | ||
| Output Length | 4 | |
| Conversion Routine | ||
| Sign | ||
| Lower Case |
Value Range
| # | Lower Limit | Upper Limit | Short Description |
|---|---|---|---|
| 1 | 2UPD | Save with UPDATE in table TCP02 | |
| 2 | 2TO3 | Change from table TCP02(DELETE) to TCP03(INSERT) | |
| 3 | 2DEL | Delete the entry from table TCP02 | |
| 4 | 3UPD | Save with UPDATE in table TCP03 | |
| 5 | 3TO2 | Change from table TCP03(DELETE) to TCP02(INSERT) | |
| 6 | 3DEL | Delete the entry from table TCP03 | |
| 7 | INS2 | Inssert in table TCP02 | |
| 8 | INS3 | Insert in table TCP03 | |
| 9 | 7UPD | Save with UPDATE in table TCP07 | |
| 10 | INS7 | Insert in table TCP07 | |
| 11 | 7DEL | Delete the entry from table TCP07 | |
| 12 | 2TO7 | Change from table TCP02(DELETE) to TCP07(INSERT) | |
| 13 | 3TO7 | Change from table TCP03(DELETE) to TCP07(INSERT) | |
| 14 | 7TO2 | Change from table TCP07(DELETE) to TCP02(INSERT) | |
| 15 | 7TO3 | Change from table TCP07(DELETE) to TCP03(INSERT) | |
| 16 | INS? | Insert into appropriate table | |
| 17 | ?DEL | Delete from all tables | |
| 18 | ?UP? | Update (table or table change unknown) | |
| 19 | NOOP | No action required (yet) | |
History
| Last changed by/on | SAP | 19970613 |
| SAP Release Created in |