Application Development and Automation Discussions
Join the discussions or start your own on all things application development, including tools and APIs, programming models, and keeping your skills sharp.
cancel
Showing results for 
Search instead for 
Did you mean: 
Read only

Code within Infoset

Former Member
0 Likes
466

Experts,

I'm not an ABAPPER but need help extracting data from an infoset I've built based on a logical datasource.

My infoset was created using 'BRM' logical database. I'm pulling fields from BSEG and BKPF.

I need to restrict the result set to a specific GL account range (BSEG-HKONT) and Reference Transaction type (BKPF-AWTYP)

How do I do this? I tried putting select statement in the "extra" section. It doesn't appear to work. In addition, I've created an ECC datasource which will be used to bring data into BW.

Please help.

3 REPLIES 3
Read only

Former Member
0 Likes
418

Suggestions anyone?

Read only

Former Member
0 Likes
418

Tiffani:

Extras / Selections TAB / Create icon

Put a name like BR_HKONT

Pick Selection criterion and OK,

Write a description and then FORMAT FOR = bseg-hkont

The same procedure for each field that you want to add.

Regards.

Eguiluz

Read only

0 Likes
418

Thanks for the response.

I tried that and was able to do it successfully. However, I need to filter the data in ECC before bringing it into BW.

When creating the selection crit, and replicating the datasource in BW, it performing an external sort on BKPF when I execute the extractor. This is hammering performance of the extractor. Basis advised me to make the selection inside ECC then bring the filtered data into BW.

How do I populate the Sel Crit I created within the infoset?

thanks