Show TOC Entering content frame

Dummy text Mapping InfoObject Field Names Locate the document in its SAP Library structure

Technical name: 0WEB_MAP1

Use

If the data from ODS object generic results (0WEB_O03) is to be updated to a reportable data target (ODS object), a field InfoObject assignment needs to be made. In the ODS object 0WEB_O03, the data exists in so-called parameter name/parameter value pairs as a structure with many data records, but very few fields. Reporting in the target ODS object should take place, however, in a wide structure; this means that there are many fields with few data records. There is a conversion from generic format to a reporting format.

Every parameter name (field name) corresponds to an InfoObject. This assignment is stored in this ODS object. Where the name of the conversion routine is also stored in this ODS object, another conversion can be performed on a parameter value.

The data in the ODS object is used, for example, in the start routine of the update rules for the ODS object 0WEB_O04. In doing so the system consults the field InfoObject assignment and the possible conversion routines for converting from the generic to the reporting format.

Example

Generic format (ODS object 0WEB_O03)

Parameter name

Parameter value

CODE

4711

QUANTITY

15

UNIT

PC

TIMESTAMP

2002-04-23T14:14:28.000Z

 

Reporting format (for example, in the ODS object 0WEB_O04)

0MATERIAL

0QUANTITY

0UNIT

0CALDAY

0TIME

4711

15

PC

20020423

141428

 

One data record is produced from four related data records.

 

Example for InfoObject field assignment:

80WEB_O03

VIEW_PRODUCT

TIMESTAMP

1

0CALDAY

RS_BCT_WEB_GN_CONV_DATE

80WEB_O03

VIEW_PRODUCT

TIMESTAMP

2

0TIME

RS_BCT_WEB_GN_CONV_TIME

80WEB_O03

VIEW_PRODUCT

CODE

1

0MATERIAL

80WEB_O03

VIEW_PRODUCT

PRODUCTNAME

1

 

 

80WEB_O03

VIEW_PRODUCT

DESCRIPTION

1

-

 

80WEB_O03

VIEW_PRODUCT

UNIT

1

0UNIT

 

80WEB_O03

VIEW_PRODUCT

CURR_PU

1

0CURRENCY

80WEB_O03

VIEW_PRODUCT

UNIT_PRICE

1

0WEB_UPRICE

80WEB_O03

VIEW_PRODUCT

PROMO_UNIT_PRIC

1

0WEB_UPRICE

80WEB_O03

VIEW_PRODUCT

QUANTITY

1

0WEB_NUM_IT

80WEB_O03

VIEW_PRODUCT

CAMPAIGNID

1

0CRM_MIG

80WEB_O03

VIEW_PRODUCT

PRICE_TOTAL

1

0WEB_PRICE

 

Key Fields

Key field

Description

0WEB_APP

iView application

0WEB_UPDR

Update rule

0WEB_EVENT

Event

0WEB_FLDNM

Field name

0WEB_PRMORD

Parameter order

Data Fields

Data field

Description

0WEB_IOBJNM

InfoObject name

0WEB_ROUTIN

Routine

Delta Update

This ODS object is filled from flat files. No real delta update is intended for this ODS object.

 

Leaving content frame