2007 Apr 12 4:16 AM
Hi All,
I am currently modifying a report where it call to MB52
Please let me know how to pass the parameters to checked or unchecked some checkbox
for example :
[] Display batch stocks
[/] No zero stock lines
I know that the checkbox have no parameters, what should I do that?
Thanks in advance.
Regards,
Tiwa Noitawee
2007 Apr 12 4:20 AM
Hi,
You can pass the check box using the WITH ..
Ex..
SUBMIT RM07MLBS <b>WITH nozero = 'X'</b>
Thanks,
Naren
Hi All,
I am currently modifying a report where it call to MB52
Please let me know how to pass the parameters to checked or unchecked some checkbox
for example :
[] Display batch stocks
[/] No zero stock lines
I know that the checkbox have no parameters, what should I do that?
Thanks in advance.
Regards,
Tiwa Noitawee
2007 Apr 12 4:20 AM
Hi,
You can pass the check box using the WITH ..
Ex..
SUBMIT RM07MLBS <b>WITH nozero = 'X'</b>
Thanks,
Naren
2007 Apr 12 4:27 AM
HI Tiwa
MB52 being a report program, we can directly use the SUBMIT statement instead of CALL TRANSACTION.
SUBMIT <program>
WITH <selection-criteria>.Please try it this way.
Kind Regards
Eswar
Message was edited by:
Eswar Rao Boddeti
Oops Naren has already provided an example, please try as per the example.
2007 Apr 12 4:49 AM
Hi,
As suggested, you should use submit.
Another way is to record a BDC and then call the transaction in mode N.
| User | Count |
|---|---|
| 3 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 |