SAP ABAP Data Element RCF_FILECONT_CONSNUM (Sequence Number)
Hierarchy
☛
ERECRUIT (Software Component) E-Recruiting
⤷
PA-ER (Application Component) E-Recruiting
⤷
PAOC_RCF_BL (Package) Recruitment Factory: Business Logic
⤷
⤷
Basic Data
| Data Element | RCF_FILECONT_CONSNUM |
| Short Description | Sequence Number |
Data Type
| Category of Dictionary Type | D | Domain |
| Type of Object Referenced | No Information | |
| Domain / Name of Reference Type | NUMC3 | |
| Data Type | NUMC | Character string with only digits |
| Length | 3 | |
| Decimal Places | 0 | |
| Output Length | 3 | |
| Value Table |
Further Characteristics
| Search Help: Name | ||
| Search Help: Parameters | ||
| Parameter ID | ||
| Default Component name | FILECONT_CONSNUM | |
| Change document | ||
| No Input History | ||
| Basic direction is set to LTR | ||
| No BIDI Filtering |
Field Label
| Length | Field Label | |
| Short | 10 | Number |
| Medium | 16 | Number |
| Long | 20 | Sequence Number |
| Heading | 4 | No. |
Documentation
Definition
Specifies a number under which part of a longer text string is stored.
Use
The content of a text (XSTRING) should be saved with a fixed length (RAW1024) in a table. This means that the text string has to be split into smaller strings. These are then each stored together with a number.
The sequence numbers of the string are required to reconstruct the original text.
Dependencies
Example
Text: ABCDEFGHIJKLMNOPQR is split into:
Sequence Number String
1 ABCDEF
2 GHIJKL
3 MNOPQR
History
| Last changed by/on | SAP | 20041006 |
| SAP Release Created in | 10A |