CL_DMC_PSEUDOCODE - MWB: Pseudocode

BAL_S_LOG - Application Log: Log header data   TXBHW - Original Tax Base Amount in Local Currency  
This documentation is copyright by SAP AG.

Functionality

This class handles all functionalities according pseudocodes in MWB. There are public methods

  • to get a list of all existing pseudocodes
  • to get the definition of a specified pseudocode
  • to get the notation of a specified pseudocode
  • replace all pseudocodes in a given code table with their real code

When creating a new pseudocode, the following adaptions have to be done in this class:

  1. Create a new private method which creates the real code for the new pseudocode. The naming convention for this method is as follow: GET_<pseudocode_name>_CODE (e.g. Method for pseudocode TRANSLATE = GET_TRANSLATE_CODE).
    To extract the actual parametersof a pseudocode you can use the method EXTRACT_PARAMETER. If there are literals in the new pseudocode, the quotations can be removed via method REMOVE_QUOTATION
  2. Make the necessary adaptions in method GET_CODE: Add a new ELESIF command so that the new pseudocode will be replaced.

Relationships

Example

Notes

Further information



ROGBILLS - Synchronize billing plans   PERFORM Short Reference  
This documentation is copyright by SAP AG.


Length: 1229 Date: 20120526 Time: 135958     triton ( 45 ms )