Entering content frame

Background documentation Keygen Repository Entries Locate the document in its SAP Library structure

 

Table: SMO9_XFTCH

Field Name

Field Type

Remarks

SR_NO

Integer

Serial Number that gives the order of filling of fields belonging to the same transaction.

TRANS_ID

Character(32)

The Transaction ID of the transaction.

DEST_TABLE

Character(30)

The Table of the currently processed Segment.

DEST_FIELD

Character(30)

The Field of the currently processed Segment where the entry is to be written.

SRC_TABLE

Character(30)

The Table from which the Extra Fetch Field is to be picked up.

SRC_FIELD

Character(30)

The Field from which the Extra Fetch Value is to be picked up.

CONC_PFLDS

Character(255)

The Fields of the Source Table used to make the Where Clause for Select statement into CDB.

CONC_PDEST

Character(255)

The Fields of the Destination Table used to make the Where Clause for Select statement into CDB.

FETCHOPT

Character(1)

The Fetch Option specifies the options on which a field is to be fetched –

  1. Always

M – Fetch only if Destination is Empty

E – Fetch only if Source is Non-Empty

O- Fetch & Overwrite

DEST_COND

Character(255)

The Destination Condition used to specify the condition clause to be satisfied for fetching. This condition will be applicable in the Destination Segment. "<FLDNAME> <operator> <Value>"

SRC_COND

Character(255)

The Source Condition used to specify the condition clause to be satisfied for fetching. This condition will be applicable in the Source Table. "<FLDNAME> <operator> <Value>" This will be used as an extra Where clause field.

INACTIVE

Character(1)

This flag indicates whether the entry in the table is active or not.

Use

The SMO9_XFTCH table has the following uses:

Leaving content frame