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 buffering allowed but switched off?
What are the problems in processing batch input sessions?
How to call a subroutine in sapscript?
What is at exit-command:?
If your project is support project ? when is your implementation has completed ?
What is the use of at new statement ?
How do you set up background jobs in sap? What are the steps?
What are the contents in technical specifications?
How is conversion of data types done between abap/4 & db layer?
What are the different kinds of lock modes?
What are the rules to create a BAPI?
What is the maximum No. Of structures that can be included in a table or structure. : abap data dictionary
What is the use of table control in bdc is it same in module pool table control? : abap bdc
What is technically difference between in Table creation in table creation maintenance not allowed ,maintenance allowed with restriction, maintenance allowed ?
What is a view? : abap data dictionary