SAP ABAP IMG Activity WIS_PLAN_00992 (Maintain self-defined CUA functions)
Hierarchy
SAP_APPL (Software Component) Logistics and Accounting
   LO-MAP (Application Component) Merchandise and Assortment Planning
     WIS_PLAN (Package) Retail: Planning
IMG Activity
ID WIS_PLAN_00992 Maintain self-defined CUA functions  
Transaction Code S_ALR_87099893   (empty) 
Created on 19990325    
Customizing Attributes WIS_PLAN_00992   Maintain self-defined CUA functions 
Customizing Activity WIS_PLAN_00992   Maintain self-defined CUA functions 
Document
Document Class SIMG   Hypertext: Object Class - Class to which a document belongs.
Document Name WIS_PLAN_00992    

In this process, you can list your customer-specific menu functions for a planning layout in manual planning. Function codes in the program GUI status are used to list menu functions. Menu functions can be run in two ways:

  1. In an external program for manual planning: the function is run in the form routine 'EW010_FCODE' for the external program. This program does not allow access to manual planning data. The name of the external program must be defined in this IMG activity and the form routine mentioned above must also exist in the program. The form routine must be defined as follows:
    FORM ew010_fcode USING fcode
    mesg STRUCTURE mesg.
    CASE fcode.
    WHEN ...
    ENDCASE.
    ENDFORM.
    The function code is available in parameter 'fcode'. An error message can be sent to manual planning in parameter 'mesg'. The error message is then displayed in manual planning (see the definition of structure 'mesg' in the Data Dictionary).
  2. In the planning program: no program name is stated for this IMG activity. The function is run using SAP enhancement WISPL007, which must be activated accordingly (see IMG activitiy WIS_PLAN_0177). You have full access to the current planning data. Depending on the specific function class you have chosen, you can limit the

data to be processed when running manual planning.

Example

Requirements

  • Customer-specific function codes must begin with 'Z'. Function codes are important elements in GUI status. The GUI status is created using the menu painter for the ABAP Workbench and is listed for manual planning using IMG activity WIS_PLAN_00991.
  • To run a function code in manual planning, enhancement WISPL007 must be active. Furthermore, the function must already have been implemented in the enhancement.

Standard settings

Recommendation

Activities

Further notes

Business Attributes
ASAP Roadmap ID 204   Establish Functions and Processes 
Mandatory / Optional 2   Optional activity 
Critical / Non-Critical 2   Non-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 WIS_PLAN_00992 0 ALR0006032 Merchandise and Assortment Planning 
Maintenance Objects
Maintenance object type C   Customizing Object 
Assigned objects
Customizing Object Object Type Transaction Code Sub-object Do not Summarize Skip Subset Dialog Box Description for multiple selections
V_TWISPC_FCODES V - View SM30  
History
Last changed by/on SAP  19990520 
SAP Release Created in