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: 

Batch input number of lines

luis_rod
Participant
0 Kudos
732

Hi all,

We have a batch input where the number of lines being processed seems to be determined by the SAP GUI theme. That is, if the user has one of the newest themes say, Belize, the number of lines is less that if it has an older theme.

Any ideas?

TIA,

Luis

7 REPLIES 7

DominikTylczyn
SAP Champion
SAP Champion
0 Kudos
675

Yeah, that's the "beauty" of batch inputs. What transaction and screen is that?

FredericGirod
Active Contributor
0 Kudos
675

Did you try to record or run batch input in background mode ?

RaymondGiuseppi
Active Contributor
675
  • During the recording (SHDB) chek the 'Default Size' and 'Simulate Background Mode')
  • During execution use the OPTION FROM of CALL TRANSACTION statement with DEFSIZE = 'X'
  • Look for a BAPI

0 Kudos
675

Check SAP GUI settings, update to the latest version, review batch input logic for theme dependencies, and contact SAP support if the issue persists.

Sandra_Rossi
Active Contributor
675

As Raymond said, that's what 'the 'Default Size' (DEFSIZE) is for, fixing the size screen when the batch input is running in 'A' or 'E' display mode (not 'N' display mode).

NB: the option 'Simulate Background Mode' is for another feature, but it forces the batch input to use the default screen size (that's why Raymond proposed it, I guess).

For more information, see the ABAP documentation - Default size.

luis_rod
Participant
0 Kudos
675

All,

Thanks for your answers. As soon as I can will check your suggestions (right now at home with a nasty cold 😞 )

RaymondGiuseppi
Active Contributor
675

Sandra guessed right, and take good care of yourself.