Smartforms call control ssfctrlop Parameters

Source: Internet
Author: User

Original post address: http://hi.baidu.com/sap_sky/blog/item/1b46312b6042d4ffe6cd40ce.html

 

No_open --- control the call of smartforms

No_close --- controls the off-line system

Example:
Control_parameters-no_close = 'X'
. "Enable the counterfeit line.

If smartforms_1 EQ 'x '.
Perform
Call_smartforms_1.
Control_parameters-no_open = 'X'
. "Form disabled

Endif
.
If
Smartforms_2 EQ
'X'
.
Perform
Call_smartforms_2.
Control_parameters-no_open = 'X'
. "Close

Endif
.

If
Smartforms_3 EQ
'X'
.
Perform
Call_smartforms_3.
Control_parameters-no_open = 'X'
. "Close

Endif
.
If
Smartforms_4 EQ
'X'
.
Perform
Call_smartforms_4.
Control_parameters-no_open = 'X'
. "Close

Endif
.

Control_parameters-no_close = space. "The last bill needs to be closed first

If
Smartforms_5 EQ
'X'
.
Perform
Call_smartforms_5.
Control_parameters-no_open = 'X'
. "Close

Endif
.

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.