2013 Nov 12 11:58 AM
Hi ABAPERs,
I have a requirement to create a smartform which will trigger from MIRO transaction code, So I searched for a standard driver program which I found 'RM08NAST'. But I dont think so it will work out for me as I cant call my smart form from this report and I cant import any parameter from this progrm to my smartform, atlease RBKP-BENR. If any onyone has created any driver program for MIRO transaction please let me how u did or else if I can use this driver program (RM08NAST)then how please let me know...
Thanks in Advance..
Regards
Deepa
2014 Aug 12 6:00 AM
Hi,
The standard SAP program RM08NAST will trigger a form. If you want to generate a smartform, you need to make a custom program and include function modules to generate the smartform. You may pass a single variable to the smartform, which is the document number (BELNR) from the MIRO screen and it is possible to fetch all the required fields based on this document number with in the smartform.