Hierarchy

⤷

⤷

IMG Activity
ID | SIMGOHA_EFIGB_006 | Business Add-In for Student Loans |
Transaction Code | S_EH1_67000070 | IMG activity: SIMGOHA_EFIGB_006 |
Created on | 20030923 | |
Customizing Attributes | SIMGOHA_EFIGB_006 | Business Add-In for Student Loans |
Customizing Activity | SIMGOHA_EFIGB_006 | Business Add-In for Student Loans |
Document
Document Class | SIMG | Hypertext: Object Class - Class to which a document belongs. |
Document Name | SIMGOHA_EFIGB_006 |
Business Add-In for Student Loans
Use
You can use this business add-in to make customer-specific checks on the incoming form information and to issue customer-specific errors or warnings. In addition, you can fill the customer-defined infotype fields, if necessary.
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 coding for the implementation between the statements method <Interface name> ~ <Name of method> and endmethod.
- Save and implement your coding. 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 coding you stored in the method will be run when the application program is executed.
Further BADI Information
For more information on using Business Add-Ins, refer to the SAP Library under: mySAP Technology Components -> SAP Web Application Server -> ABAP Workbench (BC-DWB) -> Changing the SAP Standard (BC) -> Business Add-Ins.
Standard settings
BADI Method CHECK_0070_UPDATE
The badi method 'CHECK_0070_UPDATE 'can be used to check each individual update record before an update occurs to the infotype 0070 . The BADI is called as a final step before the actual update and therefore if no error or warning is issue an update will be attempted with the proposed record.
The BADI method can be used to ->
- Fill the customer structure CI_0070 which will then be included with the infotype update.
- Check the proposed update and if necessary issue errors or warnings.
Interface
Import parameters
INCOMING_RECORD
The method provides the filled e-filing update structure HREFI_UPD_STRUC. This structure contains all the relevent fields in relation to the incoming form.
P0070_CURRENT
In the case an appropraite infotype exists the current infotype record will be provided.
P0070_INCOMING
The proposed new infotype record from the incoming form
Export Parameters
C_FIELDS
Contains the structure of the customer include CI_0070. In the case that customer fields are maintained fill the C_FIELDS structure and maintain the flag C_FIELDS-CUST_FIELDS = 'X'.
Exceptions
UPDATE_ERROR
In the case that the module has found an error situation and the record should not be updated then raise an update_error. Issue an appropriate meesage with the error. In the case that no message is issued with the error a standard error text that indicates that an error was raised from this BADI will be defaulted.
UPDATE_WARNING
In the case that the module has found a warning situation and the record can be updated upon verification then raise an update_warning. Issue an appropriate message with the warning. In the case that no message is issued with the warning a standard warning text that indicates that an warning was raised from this BADI will be defaulted.
Activities
In the case that Customer specific infotype fields have been filled maintain the flag C_FIELDS-CUST_FIELDS with an 'X'.
Perform the required customer specific checks and issue errors and warnings as required.
Remember to activate the implementation once it has been created.
Business Attributes
ASAP Roadmap ID | 203 | Establish Master Data |
Mandatory / Optional | 2 | Optional activity |
Critical / Non-Critical | 2 | Non-critical |
Country-Dependency | I | Valid for countries specified |
Customizing Attributes | Country Key | Country Name |
---|---|---|
SIMGOHA_EFIGB_006 | GB | United Kingdom |
Assigned Application Components
Documentation Object Class | Documentation Object Name | Current line number | Application Component | Application Component Name |
---|---|---|---|---|
SIMG | SIMGOHA_EFIGB_006 | 0 | HLA0100292 | Great Britain |
Maintenance Objects
Maintenance object type | E | Business Add-In - Definition |
History
Last changed by/on | SAP | 20040623 |
SAP Release Created in | 46C |