cancel
Showing results for 
Search instead for 
Did you mean: 
Read only

Hi ALL

Former Member
0 Likes
178

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

Accepted Solutions (1)

Accepted Solutions (1)

michael_hofer
Advisor
Advisor
0 Likes

Hi Ramesh,

it is also working for parameter symbols:

http://help.sap.com/saphelp_rc10/helpdata/en/6c/b088411c90be0fe10000000a1550b0/frameset.htm

Regards,

Mike

Former Member
0 Likes

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

michael_hofer
Advisor
Advisor
0 Likes

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

Answers (0)