on 2009 Jan 19 11:17 AM
hi all,
In smartforms we display the check box by using sap symbols. I dont know how to activate the checkbox through smart form itself or se 38 prgm itself. Pl guide me.
Regards:
Manoj
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Hello Manoj,
This is what happens if you do not give the complete scenario.
If you are using a SF. Create an alternative node:
1. If true, call the text having symbol <697>
2. If false, call the text with symbol <727>.
I hope you know the condition based on which the checkbox has to be displayed.
BR,
Suhas
Hello Manoj,
Goto SO10 & create a std. text there.
Insert > Character> SAP symbols
You have to use the symbol SYM_LARGE_SQUARE, code <727>. Call this std. text in your SmartForm.
BR,
Suhas
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
If C1 = 'X'..
else
endif.
If it is checked,the value will be 'X'.
Is this what u r looking for??
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
User | Count |
---|---|
101 | |
8 | |
8 | |
6 | |
5 | |
5 | |
4 | |
4 | |
4 | |
4 |
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.