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: 
Read only

Attach module pool program to me23n printpreview

Former Member
0 Likes
965

Hi experts,

How i can attach module pool screen to ME23N Print preview

if i click printpreview

my modulepool screen should be display..

9 REPLIES 9
Read only

Former Member
0 Likes
889

Hi,

Are you using the customized print program or standard one?

Read only

0 Likes
889

Hi Kiran

customized print program

Read only

0 Likes
889

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.

Read only

0 Likes
889

call screen not working, i am getting dump

Read only

0 Likes
889

Can you post the screenshot of the dump which you are getting.

Read only

0 Likes
889

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

Read only

Former Member
0 Likes
889

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

Read only

davis_raja
Active Participant
0 Likes
889

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.

Read only

Former Member
0 Likes
889

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