|
Functionality This method can be used to read information for the layout of a productcatalog. The layout defines the structure of a product catalog and containsinformation on where the materials are roughly placed in the piece. Example Notes The variant (parameter VARIANT) defines the language in which the textsin TEXTS and the currency in which the prices in PRICES are returned. Currently you can only assign one currency and language when youmaintain a product catalog. This is why the tables LANGUAGES andCURRENCIES only contain one entry. If the IMPORT parameter WITH_ITEMS is set ('X'), all product catalogitems in the ITEMS table are issued. If WITH_ITEMS has the initial value, only the short texts for theproduct catalog and layout areas in TEXTS are returned. If in addition to WITH_ITEMS, the parameter WITH_PRICES is also set,the table PRICES is filled. In the case of layout areas for which there is no Read authorization,no item data (parameter ITEMS and TEXTS) is returned. The product catalog items and prices can also be read separately withthe methods GetItems and GetPrices. Messages are returned in parameter RETURN. The return values and theirmeaning can be found in the parameter documentation. Messages that relate to individual layout areas are returned in theparameter RETURN_AREA. For information on the return values and theirmeanings, please see this parameter documentation. Further information Description Number uniquely identifying the advertising medium layout. Description Return values for errors Value range TYPE = "E" CODE = "W+405" wrong parameter: WITH_PRICES = 'X' andWITH_ITEMS = SPACE TYPE = "E" CODE = "W+406" wrong parameter: WITH_ITEMS = 'X', but ITEMSnot passed on. TYPE = "E" CODE = "W+407" wrong parameter: WITH_PRICES = 'X', butPRICES nnot passed on. TYPE = "E" CODE = "W+402" Advertising medium does not exist TYPE = "E" CODE = "W+403" Variant does not exist TYPE = "E" CODE = "W+404" Layout does not exist TYPE = "E" CODE = "W+409" Error during pricing TYPE = "E" CODE = "W+401" Unknown error TYPE = "E" CODE = "W+544" No authorization to read catalog TYPE = "I" CODE = "W+415" Language key & has no ISO code TYPE = "I" CODE = "W+416" Currency key & has no ISO code TYPE = "I" CODE = "W+417" Unit of measure & has no ISO code Description For further information, please refer to thedata element documentation>.Description For further information, please refer to the data element documentation>. Value range Default
Description If set, ('X'), layout area items in the tableITEMS are passed on. Description If set ('X'), prices for the layout area items in tablePRICES are passed on. Description
- LAYOUT: Layout of advertising medium
- AREA: Layout area
- PARENT: Superior layout area. Initial, if no superior layout area
exists.
|