There is a lot of question ask in between instance and static . I will try to explain my best to explain what and how . So for static and instance both are use with two different word - 1- Constructor - Instance constructor Static constructor 2- Method - Instance method Static method 3- Attribute Instance attribute Static attribute First we start with constructor . Instance constructor - When we create any object and initialize , instance constructor has been used . In other word initialization of any object we use...
Chain & Endchain use for validation of field . Sometimes we want to check several fields as a group. To do this, include the fields in a FIELD statement, and enclose everything in a CHAIN-ENDCHAIN block. Example **** Screen flow logic: **** CHAIN. FIELD: SPFLI-CARRID, SPFLI-CONNID. MODULE CHECK_FLIGHT. ENDCHAIN. When an error is found inside a chain, the screen is re-displayed, and all fields found anywhere in the chain are input-enabled. All non-chain fields remain disabled.
Event Of Module Pool - PAI & PBO is working as name states . PBO ( Process Before Output ) - PAI ( Process After Input ) - POH (Process on Help-Request) - It gives F1 details . for calling - Process on Help-Request . Module f1_help_field2 Input . example - two functional module use for help . Module f1_help_field2 Input . call functional 'Help_object_show_for_field' exporting ...
Comments
Post a Comment