cancel
Showing results for 
Search instead for 
Did you mean: 

Passing values from transaction to Smartform

Former Member
0 Kudos

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...

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

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

Former Member
0 Kudos

Thanks Chenna Kesava. Your reply solved my issue

Answers (4)

Answers (4)

0 Kudos

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

Former Member
0 Kudos

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

Former Member
0 Kudos

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.

arjun_subhash
Active Participant
0 Kudos

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