Parameter | Reference | Type | Length | Default | Optional | Text |
---|---|---|---|---|---|---|
I_DISPLAY | 0 | ' ' | X | Display Mode |
Parameter | Reference | Type | Length | Default | Optional | Text |
---|---|---|---|---|---|---|
C_RECNVICNSCS | RECNVICNSCS | u | 928 | RE Contract: Service Charge Settlement Item Screen |
DEFINE &TEXT& = 'General Contract: Service Charge Data Enhancement' DEFINE &EVENT& = '00708103' DEFINE &TYPE& = 'PROCESS' INCLUDE FI_OPEN_FI_DOCUMENTATION_1 OBJECT DOKU ID TX Business Transaction Event &EVENT& serves the purpose ofcustomer-specific data enhancement for the settlement result. TableVICNSCS has to be enhanced with an append. An assigned function moduleis called in the PAI of screen 1000 in program SAPLRECNSCS. Thecurrently selected table line is transferred to the function module.
Function module RECNSCS_EXTEND_SERVICE of function group RECNSCScontains a sample implementation. |