Hierarchy

⤷

⤷

IMG Activity
ID | IERI_USERSCR_INSTALL | BAdI: User-Specific Subscreen for Installation (802) |
Transaction Code | S_ALN_01001056 | (empty) |
Created on | 20020211 | |
Customizing Attributes | IERI_USERSCR_INSTALL | BAdI: User-Specific Subscreen for Installation (802) |
Customizing Activity | IERI_USERSCR_INSTALL | BAdI: User-Specific Subscreen for Installation (802) |
Document
Document Class | SIMG | Hypertext: Object Class - Class to which a document belongs. |
Document Name | IERI_USERSCR_INSTALL |
Use
This Business Add-In (BAdI) supports the tab page Customer data in the transaction IE4N in the installation mode (subscreen 802). However, this tab page is only visible if there is an active implementation for the existing BAdI.
To display the data desired, define your own subscreen, which you call up using the implementation of the existing BAdIs. The first two methods are for data transports to and from the BAdI interface and are used exclusively in the SAP standard. Use the method with the prefix CUS_ for implementing your subscreen.
You can use both of these methods to perform the following functions:
- Display standard fields, which exist in the data structures of the interface but which were previously not shown
- Display and change customer-specific fields for these data structures (for example, append structures)
Your internal fields that are defined in the append structure must be defined in the following structures in order to be transported:
- IERI_APPEND_CUS_ITOB
- IERI_APPEND_CUS_RESB
- IERI_APPEND_CUS_MSEG
Include your append fields and use this include both in the append and in the respective structure above. "For field changes" you must set the corresponding structure indicator to 'X' to guarantee the transport.
Comments on changes to structure RESB: As there is no posting of the RESB structure within transaction IE4N, you must subsequently post it using the BAdI IERI_INST_REMOV_SAVE.
Documentation for BAdI methods:
- Transport data to the screen
- Transport data from the screen
- Datatransport from the screen for customer subscreen
- Data transport to the screen for customer subscreen
Requirements
Standard settings
Recommendation
Activities
After calling up the IMG activity, a dialog box appears, in which you can enter a name for the implementation.
If you have already made other implementations for this BAdI, another dialog box appears, in which the existing implementations are displayed. In this case, choose Create, and proceed as follows:
- In the dialog box, enter a name for the BAdI implementation in the Implementation field, and choose Create.
The screen for creating BAdI implementations is now displayed.
- Enter a short text for the implementation in the Short text for implementation field.
- From the tab index, choose Interface.
The Name of implemented class field is already filled on the tab page, as a class name was automatically assigned to the implementation when you named it.
- Save your entries, and assign the implementation to a development class.
- Place the cursor on the method, and double-click to enter method processing.
- Enter the code for the implementation between the statements
method <Interface name> ~ <Name of method>
andendmethod
. - Save and implement your code. Return to the Edit Implementation screen.
- Save the entries on the Edit Implementation screen.
Note: You can also create an implementation, and then activate it at a later time. In such a case, end the processing stage at this point.
- Choose Activate
The code you stored in the method will be run when the application program is executed.
Example
Business Attributes
ASAP Roadmap ID | 257 | Create User Exits |
Mandatory / Optional | 2 | Optional activity |
Critical / Non-Critical | 1 | Critical |
Country-Dependency | A | Valid for all countries |
Assigned Application Components
Documentation Object Class | Documentation Object Name | Current line number | Application Component | Application Component Name |
---|---|---|---|---|
SIMG | IERI_USERSCR_INSTALL | 0 | HLA0006642 O | |
SIMG | IERI_USERSCR_INSTALL | 1 | ALR0000082 | Basic Data |
Maintenance Objects
Maintenance object type | E | Business Add-In - Definition |
History
Last changed by/on | SAP | 20020314 |
SAP Release Created in | 110 |