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??
Answers were Sorted based on User's Feedback
Answer / nitesh kohli
Chain and endchain is used to validate when you have group of fields but in this case you have to validate only s3.
Field<fieldname> module <modulename>
Is This Answer Correct ? | 0 Yes | 0 No |
Answer / 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 |
DO SERVERS IN EVERY COMPANY HAVE A SPECIFIIC NAME CAN I KNOW THE SERVER NAME OF IGATE AND ITS GEOGRAPHICAL LOCATION AND HOW MANY SERVERS DO A COMPANY WILL HAVE FOR SAP
Explain the disadvantages of different types of bdc's?
How to do back ground processing in BDC Session method ?
What is tcode se16?
what is user specific parameter?
How many structures can be created in a Ztable ?
What are the data types of the abap/4 layer? : abap data dictionary
What are the functional areas? User groups?
what is the use of SLIS type pool in alv reports?
What Methods are using in Perform tuning
What is the difference between LSMW and BDC?
ALV Report that will show the details of order like order no, order date, customer, product code & description, order quantity and value along with the details of dispatch of those orders like invoice no, invoice date, invoice quantity and pending order quantity. plz mention the detail coding Tahnks, Rahul