on 2008 Nov 20 12:25 PM
Hello Experts,
I have to develop a smartform. which will be attached to transaction VL02N thru NACE.
My query is how do I pass the values from transaction to my smartform.
if it was an report program I would have had selection screen and I would pass the values thru function module which is generated by the smartform.
Since I am attahing the smartform to the Tcode. Please help .
Regards,
Vinu...
for this LD00 is output type for this output type alrady configured this program RLE_DELNOTE
throuth this program automaticaly call this samrtform LE_SHP_DELNOTE with ENTRY formroutine
through all these the values are populated the below strctures
IS_DLV_DELNOTE
IS_NAST
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Hi ,
To pass values from transaction to smartform follow the below steps.
1.Create a smartform and the zprogram to call the smartform.
2.Create a output type in nace transaction.Assign the zprogram and smartform that you have created.
3.When u trigger the output type in the VL02N transaction then the corresponding program and form will be called.
Regards
D.Vadivukkarasi
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
See the print program attached to your output type in NACE. Data will be fetched and passed to the smartform, if you develop a new smartform maintain the same interface as in the standard smartform or just take a zcopy of the standard smartform and do the modifications.
Regards
Karthik D
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Hi,
I think you need not develop the report to call the the smartform.go to the nace t-code then select the application V2 and select the output type LD00.the select the processing routines the u get the smartform name.Just copy that smartform and modify as per u r requirment and the attach that samtform to that output type.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Hi,
In your transaction , goto system->status.there u will get the corresponding report pgm for the transaction and u can do the same.
thanks
Arjun
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
User | Count |
---|---|
67 | |
8 | |
8 | |
6 | |
6 | |
6 | |
6 | |
5 | |
5 | |
5 |
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.