Hi Experts,
I am working on a BAPI that will trigger the invoice PDF to mail. This will work for some of the output types present in out database.
Upto quality it worked fine. Facing issue in production.
These output types, some are having scripts and some are having smartforms.
The issue is open_form for the respective driver program is giving sy-subrc = 4. But smartform output types are working fine in production.
Facing issue only with output types which are having scripts.
I have checked options(sy-subrc 4) table ITCPO and compared data in quality and production. Both are same. But, it's not working in production.
Please suggest me on this...
Thank you.