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

Customized Driver program for MIRO t-code

Former Member
0 Likes
629

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

1 REPLY 1
Read only

Former Member
0 Likes
442

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.