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.
T-Code - SFP • SAP Interactive Forms by Adobe are divided into two parts based on their usage • 1-Interactive Forms - Interactive forms are used to replace any paper based business process. • 2-PDF-Based print forms- • PDF-Based print forms create documents which retain their appearance regardless of the environment they used in. System Requirements - 1- ADS Adobe® document services allow SAP applications (either Java or ABAP) to take advantage of the full range of capabilities in Adobe Acrobat® Professional, Adobe Acrobat Standard, and Adobe Reader®. For example, enhance the document handling capabilities of SAP NetWeaver Application Server. These capabilities enable SAP customers to: · Create and deploy interactive forms that look exactly like their paper counterparts · Work with forms in online and offline scenarios · ...
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...
Comments
Post a Comment