Skip to Content
0
Former Member
Jul 15, 2008 at 02:18 PM

SMARTFORM

36 Views

Hi All,

I have created a custom smart form and program to print PO from Standard transaction.

Output type everything is configured. In custom program i have written the

FORM entry USING ent_retco ent_screen.

Code.....

endform.

When i tried to test it by creating Message in ME22n, Its saying Form ENTRY missing in the program.

But the Form ENTRY is available in the program. In the program i am passing only PO no to the Smartform. I am not passing any print control parameters.

Can anybody tell me how to fix it.