cancel
Showing results for 
Search instead for 
Did you mean: 

dm package(process chain: /cpmb/load_infoprov_UI)

Former Member
0 Kudos

HI Friends,

i'm trying to load data from bw cube to bpc, using data manager package(based on process: /cpmb/load_infoprov_ui). Which allows user to selectively load data. With this DM package, succsfully loaded data for few combinations, but i failed later on upon using this. What i did, was for few combinations i changes filed list options like selecting all, or selecting few fields . Now i'm unable to successfully use this dm packge. Where as normal process chain based package working correctly(/cpmb/load_infoprovider). Do i need to select any mandatory fields in field list option while executing packge based on selections. Filed list means, i read text as " select attributes for which you want to get master data". Now this package not bringing any data to bpc.

Any observations on this pls.

thanks,

-


SELECTION=<Selections><Selection Type="Selection"><Attribute><ID>YSEMPOSIT</ID><Operator>3</Operator><LowValue>14140</LowValue><HighValue>14141</HighValue></Attribute></Selection><Selection Type="FieldList"><FieldID>YSEMPOSIT</FieldID></Sel

ection></Selections>

i select single field(ysemposit) in field list and given ysemposit range(14140-14141). above one is view package status screen.

For 2nd case,

SELECTION=<Selections><SelectionType="Selection"><Attribute><ID>YSEMPOSIT</ID><Operator>3</Operator><LowValue>14140</LowValue><HighValue>14141</HighValue></Attribute></Selection><Selection Type="FieldList"><FieldID>0CALMONTH</FieldID><Fiel

dID>0CFM_TR_CUR</FieldID><FieldID>0CHNGID</FieldID><FieldID>0CURRENCY</FieldID><FieldID>0CURTYPE</FieldID><FieldID>0DATAORIGIN</FieldID><FieldID>0FISCPER</FieldID><FieldID>0FISCPER3</FieldID><FieldID>0FISCVARNT</FieldID><FieldID>0FISCYEAR</

FieldID><FieldID>0OBJ_CURR</FieldID><FieldID>0PS_COARCUR</FieldID><FieldID>0RECORDTP</FieldID><FieldID>0REQUID</FieldID><FieldID>0VTYPE</FieldID><FieldID>YBUSLINE</FieldID><FieldID>YBUSPROD</FieldID><FieldID>YBUSPROD__YBRAND</FieldID><Field

ID>YBUSPROD__YPRODGROP</FieldID><FieldID>YBUSPROD__YSERVTYPE</FieldID><FieldID>YCCA_CAT</FieldID><FieldID>YCIRCLE</FieldID><FieldID>YCOMBCCOD</FieldID><FieldID>YCOMBCIR</FieldID><FieldID>YCOTELMNT</FieldID><FieldID>YCO_AREA</FieldID><FieldI

D>YCSTCENTR</FieldID><FieldID>YG_CWW001</FieldID><FieldID>YREGION</FieldID><FieldID>YSEMPOSIT</FieldID><FieldID>YTECHTYPE</FieldID><FieldID>YVERSION</FieldID><FieldID>Y_PCMODEL</FieldID></Selection></Selections>

i select choose all fields in field list and given ysemposit range(14140-14141).

Accepted Solutions (0)

Answers (1)

Answers (1)

Former Member
0 Kudos

Hi,

with the process chain you mentioned, just make sure al attributes are selected in the second tab of your selection screen. If an attribute is not selected, you cannot use it for your selection ... Also note that with this process chain the SELECTION statement in your transformaiton file will not work anymore ...

D