SAP ABAP IMG Activity SIMG_TSW_0102/OIJ (Business Add-In for nomination processing)
Hierarchy
IS-OIL (Software Component) IS-OIL
   IS-OIL-DS-TSW (Application Component) Trader's and Scheduler's Workbench
     OIJ (Package) TSW Traders and Schedulers Workbench
IMG Activity
ID SIMG_TSW_0102/OIJ Business Add-In for nomination processing  
Transaction Code S_SO7_65001191   (empty) 
Created on 20020408    
Customizing Attributes SIMG_TSW_0102/OIJ   Business Add-In for nomination processing 
Customizing Activity SIMG_TSW_0102/OIJ   Business Add-In for nomination processing 
Document
Document Class SIMG   Hypertext: Object Class - Class to which a document belongs.
Document Name SIMG_TSW_0102    

In this step you can define additional logic for the Nomination Maintenance function.

The Business Add-In provides following methods

  • DATABASE_UPDATES: This method is always called when the update function modules are triggered.
  • NOMNR_PRESET: This method is called for presetting the nomination number (NOMNR) in Create mode.
  • FIELDSTATUS_DETERMINE: This method is called to determine the field status (open/closed) for customer-defined nomination fields.
    The field status determines whether
    • The field is open in the ALV grid display and
    • The field can get transferred from the customer subscreen to the nomination workareas within the nomination front-end transaction and
    • The field can get updated in the nomination inbound processing (RFC inbound modules).

Example

DATABASE_UPDATES: With this method, you can trigger additional updates or outbound processing.

NOMNR_PRESET: In the delivered implementation the nomination number is populated with number range '02' of number range object 'OIJ_NOM' for the 'Marine' or 'Rail' modes of transport. Otherwise it gets defaulted to the technical key (NOMTK).

FIELDSTATUS_DETERMINE: For a customer append field called 'MOONPHASE' to the nomination header table OIJNOMH (and communication structure ROIJNOM_IO) enter coding such as
IF IV_FIELD = 'MOONPHASE'.
CV_INFLUENCE = 'X'.
CV_CHANGEABLE = 'X'.
ENDIF.
This opens the field for the nomination ALV grid - or the customer subscreen if you prefer no to include it into the ALV layout.

Requirements

Standard settings

Recommendation

Activities

Further notes

Business Attributes
ASAP Roadmap ID 257   Create User Exits 
Mandatory / Optional 2   Optional activity 
Critical / Non-Critical 2   Non-critical 
Country-Dependency A   Valid for all countries 
Maintenance Objects
Maintenance object type E   Business Add-In - Definition 
History
Last changed by/on SAP  20021031 
SAP Release Created in 46C