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
How do we assign dynamic views while creating material master and generating bdc? : abap bdc
Difference between .Include and .append?
BDC program to migrate data to SAP R/3 database. The data will be uploaded using transaction ME11. (Session Method) plz mention the detail coding Tahnks, Rahul
What is the use of abap data dictionary? : abap data dictionary
Explain the difference between tables and structures?
How does the interection between the dynpro and the abap/4 modules takes place?
What is lock mechanism? How do we create lock objects in abap?
Reports: Event functionality.
How do you set up background jobs in sap?
Where do you use help views?
How to pass data from list to report?
Explain the difference between a dialog program and a report?
what comes in Timkein written test I hope some body can tell me at this id plz tell it before 9 pm 19 march
what is call back in alv?
What is the table buffer?