cancel
Showing results for 
Search instead for 
Did you mean: 

Recordmode in Communication structure

Former Member
0 Kudos

Hi,

Can someone please tell me the significance of Recordmode field in communication structure. Also, what are possible values of this field???

Thanks in advance

View Entire Topic
Former Member
0 Kudos

Hi Sneh,

0RECORDMODE is a predefined characteristic, it specifies how data is loaded into target.

AFTER IMAGE " " :What did the record look like after the change

BEFORE IMAGE "X":What did the record look like before the change

ADDITIVE IMAGE "A": Show only the difference for all numeric values

NEW IMAGE "N": For each change that is made, a new unique record is generated.

DELETE "D" : Only provide the key information required to make deletion.

REVERSE "R": Send the information required to numerically "cancel" a deleted record.

Hope it Helps.

Regards,

Bhargava.

Former Member
0 Kudos

Hi Bhargava,

Thanx, that was really helpful.