C # Development SAP Enhancement Module (addon)

Source: Internet
Author: User

1. Install b1de_v2.0.1;

2. New Project

3. Adding response events to controls

Add new items, open your own built form, find the corresponding control, select to

4. The production event code is as follows, you can add the processing function

//------------------------------------------------------------------------------//<auto-generated>//This code is generated by the tool. //runtime version: 2.0.50727.5485////changes to this file may result in incorrect behavior, and if//regenerate the code, and the changes will be lost. //</auto-generated>//------------------------------------------------------------------------------namespaceCulowor {usingsapbobscom; usingsapbouicom; usingb1wizardbase;  Public classButton__obj_finaowor__btowor:b1item { PublicButton__obj_finaowor__btowor () {FormType="Obj_finaowor"; Itemuid="Btowor"; } [B1listener (boeventtypes.et_item_pressed,false)]         Public Virtual voidonafteritempressed (itemevent pVal) {BOOLActionsuccess =pval.actionsuccess; Form form=B1Connections.theAppl.Forms.Item (PVAL.FORMUID); Item Item= form. Items.item ("Btowor"); Button Button=( Button) (item.            specific)); //ADD YOUR ACTION CODE here ...                                 }    }}

C # Development SAP Enhancement Module (addon)

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.