2014 Jan 18 6:29 AM
Hi experts,
How i can attach module pool screen to ME23N Print preview
if i click printpreview
my modulepool screen should be display..
2014 Jan 18 6:39 AM
Hi,
Are you using the customized print program or standard one?
2014 Jan 18 6:42 AM
2014 Jan 18 6:48 AM
You can add the screen in your customized print program and you can call the screen in that program.
For calling the module pool scree,
CALL SCREEN 'xxx'.
where xxx is the screen number which you have developed.
2014 Jan 18 6:55 AM
2014 Jan 18 6:57 AM
Can you post the screenshot of the dump which you are getting.
2014 Jan 18 6:57 AM
Why do you want to do a call module pool?? Secondly these output types can also trigger in background depending on the setting and may cause dumps.. tell us the idea behind screen call
2014 Jan 18 6:43 AM
Hi,
Can you explain in detail what is the requirement.
Okay, I will give you some pointers-
i) In the print program , one FORM ENTRY will be there .
II) Check the value of the variable XSCREEN -
For print preview, XSCREEN = 1
For print XSCREEN = 0.
III) If XSCREEN = 1, call your module pool transaction.
Regards,
DPM
2014 Jan 18 6:46 AM
If ME23N is calling a customised driver program, you can add the module pool screen in that program,
it cant be done if its called from the standard driver program.
2014 Jan 18 6:57 AM
hi...
yes, You can .
and you and using your won customized driver program
create your screen separately develop whatever you want and assign T-CODE to that screen and simply call that t-code in your driver program i hope it will work fine ..
call syntax for t code
CALL TRANSACTION 'Give your t code name '.
Thank you ,
Shri