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: 

MIGO amount changes according user parameterization

Former Member
0 Kudos

Hello Gurus,

Do you know how to avoid that the amount of changes according the user parameterization?

For example when I print the MIGO the amount changes because of this parameter.

Thanks for your help

2 REPLIES 2

SimoneMilesi
Active Contributor
0 Kudos

Hi Enrique.

If you are talking about output message (a smartform or a Sapscript), you can find the corresponding parameter in the interface structure to override users' setup.

In smartform you got parameter

USER_SETTINGSTYPETDBOOL'X'

for example

0 Kudos

Thanks for your time Simone, in my case I have a sapscript, where I find the interface structure? what is the coding to avoid users' setup.

Sorry if my questions are so simple.