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: 

Batch Input ALV user defined button

Former Member
0 Kudos

Hey guys,

i have a report which should be called in batch input mode. This report has a ALV grid with a user defined button, e.g. OKCODE = START

I used batch input recorder to build a small program where i can call my report in batch input mode. How can i call in batch input mode my defined button START?

The batch input creates for my button a fcode like

'=%_GC 128 10'

But this fcide doesn't work on other system?

Any ideas?

  thx, Ming

1 REPLY 1

raymond_giuseppi
Active Contributor
0 Kudos

You cannot manage the ALV grid class in a BDC, this tool is restricted to classic dynpro modules and cannot be used for ALV interaction. (Look at Note 311440 - Batch input and controls and similar notes.)

Although the batch input cannot run actions on controls, this does not necessarily mean that you can no longer run a transaction via batch input. This would only be the case if the controls were absolutely necessary for navigating in the transaction. A particular transaction can include several simultaneous actions that can be executed via batch input and some that cannot be executed this way at all.

Can you execute the function code from menu or application bar and not from ALV grid ?

Regards,

Raymond