i have 3 screens say S1,S2,S3 and i want to validate only
S3.What code shud i write in the flowlogic of the screen??
Answer Posted / parthasarathi reddy
By using CHAIN....... ENDCHAIN We can Validate the screen fields. Within the CHAIN.......ENDCHAIN We provide that field name.
Syntax : CHAIN.
FIELD <Field Name> MODULE <Module Name>.
ENDCHAIN.
We can write the flow logic under module name
| Is This Answer Correct ? | 0 Yes | 1 No |
Post New Answer View All Answers
What is an abap data dictionary? : abap data dictionary
What are the types of records that are transferred to sap r/3 and used by interfaces? : abap bdc
In the `select' statement what is group by ?
What are the two statements which are required in an abap program to output an icon using a write statement?
Difference between sy-tabix and sy-index? Where it is used? Can you check sy-subrc after perform?
What is sap luw or update transaction?
Work most on which module: name a few tables?
What is the diff between database view and maintenance view?
Explain the components of selection table?
What are base tables of an aggregate object?
What is the maximum number of match code id's that can be defined for one match code object ?
Explain the difference between get and get late?
what is the transaction transaction for setting parameters rdisp/buffermode
On which event we can validate the input fields in module programs?
How can we set the table spaces and extent sizes? : abap data dictionary