on 2012 Mar 28 4:16 PM
I need your Advise on Conditional Output.
Can we use conditional output for Parameter Symbols. Please provide the link to check the documentation if available other than help.sap.
Thanks in Advance
Request clarification before answering.
Hi Ramesh,
it is also working for parameter symbols:
http://help.sap.com/saphelp_rc10/helpdata/en/6c/b088411c90be0fe10000000a1550b0/frameset.htm
Regards,
Mike
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Thank You Mike,
I would like to check data from component level, For example, If phrase updated in component value assignment as "Yes" by refering this i need to populate a statement in Report using conditional output. I have developed a parameter symbol to check the data at component level. Now i have to use conditional output for this parameter symbol. I tried in different ways as we do in specification symbol but not displaying any output. Is the process is same as spec symbols?
Thanks for the help,
Thank You
No diiferences between spec. and parameter symbols
If you are mixing spec. symbols with parameter symbols you have to pay attention for the resolving time point of the report symbols. Resolving time point means when the data determination of the symbols will be executed.
Spec. Symbols --> report body generation
Parameter Symbols --> final report generation
I understand from you that the control symbol is a parameter symbol. Your return value is YES or NO depending on a phrase update.
Have you test the control symbol in a very simple way like
if param_sbl = YES
value is YES
else
value is not YES
I would suggest to start with a simple example...
Regards,
Mike
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.