Golgappa.net | Golgappa.org | BagIndia.net | BodyIndia.Com | CabIndia.net | CarsBikes.net | CarsBikes.org | CashIndia.net | ConsumerIndia.net | CookingIndia.net | DataIndia.net | DealIndia.net | EmailIndia.net | FirstTablet.com | FirstTourist.com | ForsaleIndia.net | IndiaBody.Com | IndiaCab.net | IndiaCash.net | IndiaModel.net | KidForum.net | OfficeIndia.net | PaysIndia.com | RestaurantIndia.net | RestaurantsIndia.net | SaleForum.net | SellForum.net | SoldIndia.com | StarIndia.net | TomatoCab.com | TomatoCabs.com | TownIndia.com
Interested to Buy Any Domain ? << Click Here >> for more details...

What is the difference between CHAIN … ENDCHAIN and FIELD commands in Module Pool?

Answer Posted / dtarunkmr

When You specify FIELD the module you specify is only processed for the field specified in the FIELD statement.If an error or warning message occurs during the module, the system sends the screen again, but
without processing the PBO module . The message is displayed, and only the field to which the check
was applied is ready for input.It is the FIELD statement that is responsible for making the field ready for input again. If you
use a message in a module that is not called from within a FIELD statement, the system displays the
message, but does not make the field ready for input again.


If you want to ensure that more than one field is ready for input following an error dialog, you must
list all of the relevant fields in the FIELD statement, and include both that and the MODULE
statement in a CHAIN … ENDCHAIN block.
n You can include individual fields in more than one CHAIN … ENDCHAIN block.

Many times if the user enters wrong value for one field, then you might want to give option to user to enter all the fields, which is not possible by using Field statement only. This functionality can be achieved by CHAIN – ENDCHAIN.

Syntax

Chain.
Field sflight-carrid value (‘LH’).
Field sflight-connid values (between ‘200’ and ‘500’).
Endchain.

Best Regards,
DTK

Is This Answer Correct ?    5 Yes 0 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

What events do you know in Module Pool Programming?

1650


What is the difference between inner joins and outer joins?

2004


I am sending a mail from my mailbox to XYZ mailbox ,SAP PI picks up mail from xyz mail box with disclaimer - Hear my question is how to get the disclaimer?

2651


What is the difference between SY-INDEX and SY-TABIX?

2660


What is the difference between .Include Structure and .Append structure?

1812


Explain what is a foreign key relationship?

1695


What is the difference between INSTANCE methods and STATIC methods?

1843


What is the difference between User Exit and Function Exit?

1537


What is the difference between RFC and BAPI?

1667


What are the types of Function Modules? What is an UPDATE function module?

1590


What is the difference between Enhancement point and Enhancement Section?

5940


Can you describe the events in ABAP?

1691


How to release an object?

1556


What is the difference between Call Transaction Method and the Session method ?

1685


What is the difference between Implicit Enhancements and Explicit Enhancements?

7994