cancel
Showing results for 
Search instead for 
Did you mean: 

How to pass a parameter value to another program's smartforms?

former_member242166
Participant
0 Kudos

Hi ,

i want get the input from ZAAA program(from selection screen ex: company name), and i have to pass that value into ZBBB program's smartform.. How will i do this. Please share ur thoughts simply to me. Thanks in advance frnds.

Accepted Solutions (0)

Answers (2)

Answers (2)

Former Member
0 Kudos

Hello..

1) create 2 parameter id's & assign the parameter values in the Parameter id's (Memory) ( using set parameter.....)

2) Now , use the values in parameter id's value in the other program ( using Get parameter id's .....)

if any issues.. reply me again ..

Former Member
0 Kudos

Hi VIjay,

Why do you want to use Memory concept when you can use Submit report?

Just Curiousity.

Regards

Vikash Singh.

Former Member
0 Kudos

Two Solutions from my end.

1. Call the FM of smartform into ur program only as you are already having data in there.

2. Use Submit Program statement to submit your Smartform Program with selection option.

Hope i solved ur problem.

Regards

Vikash Singh

former_member242166
Participant
0 Kudos

Can you please tell me briefly about this... I am new to this frnd..

Former Member
0 Kudos

Currently you are calling your smart form Inside program ZBBB currect. You can write the same logic in your new program ZAAA which you have writtent in ZBBB.

For submit program option search on SCN you will find many helpful answers.

Regards

Vikash Singh