Skip to main content

Posts

Showing posts with the label BW Data Models BEX Query Designer Attribute change run SAP Standard Reports BI Content for Inventory Management

Custom BAPI creation - Step-by-step Procedure

To create the custom BAPI, we need to follow this step-by-step procedure. The steps are  Create the BAPI structure. Create Remote Function Module. Place the Remote Function Module into BOR (Business Object Repository). Implement, Generate and Release the BAPI. Step 1: To create BAPI structure, the structure name should start with the keyword ZBAPI . Here, Two BAPI structures are created in this scenario .The name of these BAPI structures are ZBAPI_IMPORT and ZBAPI_TABLE .   Step 2:   ZBAPI_IMPORT structure contains the following fields.     Step 3 : ZBAPI_TABLE structure contains the following fields.    Step 4: Now, define the Remote Enabled Function Module using T-Code SE37 starting with the ZBAPI . Provide the name of the function module as ZBAPI_DEMO_SD . We must pass the Import and export parameters as value parameters .  Attribute Parameters:    Import Parameters:     Export Parameters:    Re...

Important BI Links.

1. The 60 Character Restriction for BW Data Models - Blog :      https://www.sdn.sap.com/irj/scn/weblogs?blog=/pub/wlg/15362 2. BEX Query Designer - SAP Library :        http://help.sap.com/saphelp_nw04/helpdata/en/9d/76563cc368b60fe10000000a114084/frameset.htm 3. Attribute change run - Blog :    https://www.sdn.sap.com/irj/scn/weblogs?blog=/pub/wlg/13726 4. SAP Standard Reports in R/3 - Wiki :          https://wiki.sdn.sap.com/wiki/display/ERPLO/SAP+Standard+Reports 5. BI Content for Inventory Management - SAP Library :       http://help.sap.com/saphelp_nw70/helpdata/en/fb/64073c52619459e10000000a114084/frameset.htm