Application Development 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: 

Is It possible to do bdc for ALV reports

Former Member
0 Kudos
189

Hi all,

Can any one tell me whether it is possible to do BDC for ALV

Thanks

Priya

4 REPLIES 4

sailaja_vadlamudi
Contributor
0 Kudos
158

Hi

ALV does not support bdc

Sail

paruchuri_nagesh
Active Contributor
0 Kudos
158

hi

alvs are for only display functionality

it is not posible to do bdc

There are some restrictions that might prevent you from using ALV. The following points have to be checked before migrating your lists to ALV.

• Mass data: ALV is not designed for mass data processing but as a display tool and thus keeps all data in memory. More precisely: it is possible to display large volumes of data in ALV, cases of up 100,000 data sets are known in practice. However this uses a corresponding amount of memory; so in cases where data volumes of >50,000 data sets are processed regularly, you should consider carefully the consequences regarding use of resources, in particular as in these cases data processing most times is not done online.

ALVTree has stricter limitations: it is only designed to display up to 1000 nodes.

• Deep structures: ALV requires flat tables, thus you need to flatten existing deep structures in your table. ALV can be used for tables with structured data fields of up to one hierarchy level, however the individual fields have to be defined in the Fieldcatalog appropriately, that is substructures are not detected automatically.

• Page oriented output: As ALV is a display tool, page-oriented processing (like carry-over of sums) is not possible.

• Batch input: ALV is not batch input-enabled.

• Relations between columns: Aside of currencies and units, ALV does not allow you to relate columns, e.g. calculating values of one column from values of other

coloumns

reward for use ful points

regards

Nagesh.Paruchuri

varma_narayana
Active Contributor
0 Kudos
158

Hi srinivas...

BDC processing is supported for the

Screens (in Screen painter)

and the Selection Screens.

So we cannot implement BDC for ALV Reports .

<b>Note: Even when the ALV Grid is placed on a Screen we cannot process it in BDC.</b>

reward if Helpful.

Former Member
0 Kudos
158

Dear Srinivas,

BDC can be used for Module Pool Programming i.e. using Screens.

You cannot use BDC for ALV Grid.

Regards,

Abir

***************************************

  • Don't forget to Reward Points *