Ansicht
Dokumentation

EXIT_SAPLE30D_001 - Default values for Installation, Removal, and Replacement

EXIT_SAPLE30D_001 - Default values for Installation, Removal, and Replacement

BAL Application Log Documentation   RFUMSV00 - Advance Return for Tax on Sales/Purchases  
This documentation is copyright by SAP AG.
SAP E-Book

Functionality

This function module enables you to set input fields to default values for device installation, removal, and replacement.

Example

Select field Rental price as a default value during full installation at device level. To do this, you must first query which action (x_action) is involved:

  1. Full installation,,co_install
  2. Technical installation,,co_technical_install
  3. Billing-related installation,,co_relate
  4. Replacement,,co_replace
  5. Full removal,,co_remove
  6. Technical removal,,co_technical_remove
  7. Billing-related removal,,co_close_relation

In this example, you would enter the following coding in include ZXE07U03:

,,include IEE07ACTION .

,,if x_action = co_install .

,,,,xy_disp_input-gverrechg = 'X' .

,,endif.

Notes

Note that only the input fields in dictionary structure REG30_I_AC and REG30_ZW_I for register data, may be changed in this function module.

If you want to use one of the constants listed above, you must install include IEE07ACTION.

It is not possible to prepopulate the period consumption or meter reading result fields.

Further information





Parameters

XY_DISP_INPUT
XY_ZW_INPUT
X_ACTION

Exceptions

Function Group

XE07

ROGBILLS - Synchronize billing plans   General Material Data  
This documentation is copyright by SAP AG.

Length: 1666 Date: 20240523 Time: 050151     sap01-206 ( 23 ms )