cancel
Showing results for 
Search instead for 
Did you mean: 

Data selection on Infopack's

Former Member
0 Kudos

Hi Friends

I want to extract data from VDGPO for the roletyp = TR0992,TR0120,TR0995,TR0996,TR0997,TR0998,TR0999.

How can i make selections for this?

Your reply would be richly appreciated.

Regards,

Chandu

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

If you have a generic datasource make sure that roletyp is selected as a selection in datasource maintenance screeen in r/3.

in infopakage, select the roletyp in the selection screen and hit the "+" button below to add multiple selections

raj

Former Member
0 Kudos

Hi

I want to extract data based above selection.In bw i want to s get the data based on selection.

Let say if

LOOP AT itab_vdgpo WHERE sobjekt = loanstruct-sobjekt.

CASE itab_vdgpo-roletyp.

WHEN 'TR0992'. loanstruct-zzstateclk = itab_vdgpo-partnr.

WHEN 'TR0120'. loanstruct-zzauthdrawer = itab_vdgpo-partnr.

WHEN 'TR0998'. loanstruct-zzcredctrlr = itab_vdgpo-partnr.

WHEN 'TR0997'. loanstruct-zzmktasst = itab_vdgpo-partnr.

WHEN 'TR0999'. loanstruct-zzadminmgr = itab_vdgpo-partnr.

WHEN 'TR0995'. loanstruct-zzcredmgr = itab_vdgpo-partnr.

WHEN 'TR0996'. loanstruct-zzadminasst = itab_vdgpo-partnr.

ENDCASE.

ENDLOOP.

Before i was appended the ES and populated with the user exit like above.

But now i have problem that extraction taking long to run.that's why i am creating generic DS off direct read of table.

How can map these fields in BW because if roletyp = 'TR0992'.

zstateclk = vdgpo-partnr.

Your reply would be richly appreciated.

Regards,

Chama.

Answers (1)

Answers (1)

Former Member
0 Kudos

Hi,

goto the transfer structure, and check the selection check box beside thereletype infoobject, so that you canget it into infopackage selection tab. There you give the TR0992, click on the button add row at the bottom , so that you will get another row in that give the value TR0120 . lly for all values

haritha