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: 

feeling data in ALV using BDC

Former Member
0 Kudos

Hi Experts,

We have one requirement to fill data into particular row of ALV using BDC.

Basically we have to call one transaction and pass data into other transaction which has ALV as output. Data should be passed to particular row of ALV.

Anyone knows how to pass data to particular row of ALV using BDC?

Thanks in Advance.

Thanks and Regards,

Jigar Thakkar.

1 ACCEPTED SOLUTION

raymond_giuseppi
Active Contributor
0 Kudos

ALV grid are part of enjoy transaction concept which is not supported by batch input.

The batch input procedure cannot be used for new Enjoy transactions because the batch input recorder does not support the controls used in these transactions. Until SAP implements a data transfer BAPI for these new transactions, SAP will continue to partly support the old transactions that do not yet use these controls. The disadvantage with this is that users have to deal with an additional transaction.

Look also at OSS notes like [Note 401576 - ALV background: Batch input and CATT|https://service.sap.com/sap/support/notes/401576] or [Note 311440 - Batch input and controls|https://service.sap.com/sap/support/notes/311440]

So (AFAIK) it should not be possible to fulfil your requirement.

Regards,

Raymond

1 REPLY 1

raymond_giuseppi
Active Contributor
0 Kudos

ALV grid are part of enjoy transaction concept which is not supported by batch input.

The batch input procedure cannot be used for new Enjoy transactions because the batch input recorder does not support the controls used in these transactions. Until SAP implements a data transfer BAPI for these new transactions, SAP will continue to partly support the old transactions that do not yet use these controls. The disadvantage with this is that users have to deal with an additional transaction.

Look also at OSS notes like [Note 401576 - ALV background: Batch input and CATT|https://service.sap.com/sap/support/notes/401576] or [Note 311440 - Batch input and controls|https://service.sap.com/sap/support/notes/311440]

So (AFAIK) it should not be possible to fulfil your requirement.

Regards,

Raymond