What is the use of CHAIN and ENDCHAIN statement?
Answer Posted / arya
Apart from doing multiple validation one thing u should
know about CHAIN ENDCHAIN statement is that they are
special key words which are processed by screen processor
not by abap processor and there is a separate flow logic
for them known as screen flow logic.
| Is This Answer Correct ? | 30 Yes | 2 No |
Post New Answer View All Answers
Why do we need to code a loop statement in both the pbo and pai events for each table in the screen?
Can we include customizing include or an append structure with pooled or cluster tables? : abap data dictionary
visibility section for class level and attributes level
What is the difference between RETURNING and CHANGING parameters for a method?
What functions does a data dictionary perform? : abap data dictionary
Explain the concept of clusters in payroll
What is a size category?
Did you create help views?
Is the basic list deleted when the new list is created?
How is conversion of data types done between abap/4 & db layer? : abap data dictionary
What is an abap/4 query? : abap hr
How can you access the function code from menu painter?
What is technically difference between in Table creation in table creation maintenance not allowed ,maintenance allowed with restriction, maintenance allowed ?
What are the parameters in bdc_insert? : abap bdc
Structures can contain data only during the runtime of a program (t/f) : abap data dictionary