‎2009 Jan 20 2:24 AM
Hi Experts,
Iam working on one smart forms.
The Requirement like. If i excute the ME9A Tcode, it display the different PO Numbers.
Here if i select one PO and if i press 'DISPLAY MESSAGE' button, by defult it calling MEDRUCK
form...(i.e,it displaying script form).
Here my requirment is like instead of MEDRUCK i have to call my smart form.
Actually what iam doing now...i created one driver program(in SE38 to fetch data) in the program iam featching all details and filling in one internal table. And i created one smartform also.
In smartform iam calling the that internal table....if i excute SE38 Program my smartform will execute..
so, My question is, This standard Prog calling in ME9A tcode "sapfm06p".
Here how can i config my prog(se38 Logic for fetching data) into this standard Program.
Regards,
Srinadh
‎2009 Jan 20 4:04 AM
Hi,
The form and driver program should be assigned in T code NACE settings.
Please check with ur functional team, they will help you.
Regards
Shiva
‎2009 Jan 20 5:24 AM
Hi.. Srinath....
after clicking 'DISPLAY MESSAGE' button means may the written code in user-command. so check it. if yes then call your program. otherwise check whether they are calling any output type. in this case edit output type what they are using and assign your driver program, subroutine name, smartform in NACE.
Regards,
KP.