‎2008 Jan 21 2:18 PM
hello expert,
I created one Mod. pool program and transaction code.
while run this tcode, Save button is disable and unable to create varient.
could you please guide me hw to enable this save button and create varient. please
with best regards
srinivas
‎2008 Jan 21 2:21 PM
Go to SE41 and check STATUS.
make sure 'SAVE' function code assigned ro not .IF not assign SAVE function code.
save button 'll be activated
‎2008 Jan 21 2:27 PM
In transaction se80 ..select your program name and write click on name..u"ll get variants there.
OR
in the program , in toolbar you have goto option there click variants and save variants.
reward points if this is useful.
‎2008 Jan 21 4:02 PM
could you plesae tell me how to create variant for Fun.Mod program while run the tcode.
like in report program, we can create/change/delete varient.
i want to add create/change/delete variant Functionality for my Fun.Mod. program.
with best regards
srinivas
‎2008 Jan 21 4:09 PM
You can create a "wrapper" report program which calls this transaction. Create a variant for the wrapper.
Rob
‎2008 Jan 21 5:01 PM
Could you please explain me in details please..!
if possible one small example..!
what is 'wrapper' report.
‎2008 Jan 21 5:29 PM
The wrapper program simply calls the transaction after setting the parameters to the values in the selection screen. Press F1 on CALL TRANSACTION.
Rob
‎2008 Jan 21 5:59 PM
Hello Mr.Rob Burbank
thank you for your help but still i was unable to implement in my Fun.Mod program.
could you please send me one small example with code.
regards
srinivas
‎2008 Jan 21 6:00 PM
‎2008 Jan 21 6:05 PM
hello Rob Burbank ,
Sorry for last mail mistake, it's a Module Pool Program.
‎2008 Jan 21 6:22 PM
Try something like this:
REPORT ztest LINE-SIZE 80 MESSAGE-ID 00.
PARAMETERS: bukrs TYPE bseg-bukrs MEMORY ID buk,
belnr TYPE bseg-belnr MEMORY ID bln,
gjahr TYPE bseg-gjahr MEMORY ID gjr.
CALL TRANSACTION 'FB03'.Rob
‎2008 Jan 22 7:07 AM
Hello Mr. Rob,
Excellent solution.
but in my Module pool Program i created few sub screen and 9 radio buttons, 10 selection parameters at different places and 6 screens etc..
So above code is not enough to solve my problem, So please let me now if there is any other alternative sol.
with best regards
srinivas
‎2008 Jan 22 8:33 AM
Hi,
You can create variants for transaction using transaction variants. That is meant to simplify these kinda scenarios.
The tcode for transaction variants is SHD0. You can create variants as you wish. It is simple only. No coding required. Just take SHD0. Give your transaction name.
Then press create variant.
It will guide you.
Regards,
Renjith Michael.
‎2008 Jan 21 2:53 PM
Hi,
Go to SE41, check whether SAve button is activated or not?
Thanks,
Sriram Ponna.
‎2008 Jan 21 5:50 PM
Hi Srinivas,
By using the se93 tcode we can create varient for the tcode
in se93 .. you can select transaction variant option...