cancel
Showing results for 
Search instead for 
Did you mean: 

Problem with sapscript output for MAHN...

Former Member
0 Kudos

Hi,

I have an issue while executing a scipt......

I have created a driver prog and a Form right from scratch, for Purchase Order reminder form. When I am running it thro SE38, I am able to get the O / P as required. But not able to run thro the partcular TCode i.e ME91F.

In NACE its configured like this by functional consultant for output type MAHN.....

Medium Program Form Routine Form

Print output Zdriver prog ENTRY_MAHN Z Form

when run by ME91F, there was an error saying ' ENTRY_MAHN' routine does not exist in Z driver prog,

For this error :-

I have added form ENTRY_MAHN in my driver prog and within this form I have written alll the logic.After adding this I have tried to run this form from ME91F in debug mode, all the data being fetched but in the final o/p data is not getting printed in the form.

Can anybody suggest as what to be done?

Accepted Solutions (0)

Answers (1)

Answers (1)

Former Member
0 Kudos

Hi,

Please check following things to ensure perfection technically.

1. Please check whether final structures / tables which are used in script are populating with data correctly.

2. CLOSE_FORM is called at end after passing complete data to corresponding windows / elements.

Regards,

Prasanth