For what purpose Chain Endchain statement is used?
Answer Posted / ajoy chakraborty
You cannot perform input checks in PAI modules of programs
until you have transported the contents of the input fields
to the ABAP program. You can then use logical expressions to
check the values that the user entered. You should then
allow the user to correct any wrong entries before calling
further modules.
CHAIN.
FIELD: <f1>, <f 2>,...
MODULE <mod1>.
FIELD: <g1>, <g 2>,...
MODULE <mod2>.
...
ENDCHAIN.
all of the fields on the screen that belong to the
processing chain (all of the fields listed in the field
statements) are made ready for input again. Other fields are
not ready for input. Whenever the MODULE statement appears
within a processing chain, even if there is only one FIELD
attached to it, all of the fields in the chain (not only the
affected field) are made ready for input again, allowing the
user to enter new values. If the fields in the processing
chain are only checked once, the PAI processing continues
directly after the FIELD statement, and the preceding
modules are not called again.
Ref:
http://help.sap.com/saphelp_nw04/helpdata/en/9f/dbaa4735c111d1829f0000e829fbfe/content.htm
| Is This Answer Correct ? | 4 Yes | 0 No |
Post New Answer View All Answers
What is a table cluster? : abap data dictionary
Workbench request are client dependent or client independent
What are the types of table fields in the sap abap?
How do you send files to the legacy systems from SAP and vice versa? How does one know that the legacy files have come on to the SAP server you are working on?
What is the maximum number of match code id's that can be defined for one match code object ?
What is processing class, where we do them and why? : sap abap hr
Explain the Importance of pa20? : abap hr
How to transfer the objects? Have to transferred any objects?
What are the ways you can do the tuning?
Explain the different types of mode (run code) in call transaction method?
What are the different message types available in the abap/4 ?
What are the 2 other types of views, which are not allowed in release 3.0?
Explain badi in abap.
Is it possible to bring select option in module pool screens?
What are the page windows?