Alle Technologien in einem Band! Ob Sie zukunftssichere Erweiterungen programmieren oder mit den Modifikationen in Ihren SAP-Systemen aufräumen möchten – hier erhalten Sie das erforderliche Wissen. Jede Methode wird ausführlich und mit Codebeispielen erläutert: User-Exits, klassische und neue BAdIs, Business Transaction Events, implizite und explizite Erweiterungspunkte u. v. m.
Bei amazon.de ansehen →The Function Module SAMPLE_PROCESS_00708101 (Interface Description for Process 00708101) is a standard Function Module in SAP ERP and is part of the function group RECNBTESMPLZ within the package FVVICNZ.
Function Module | SAMPLE_PROCESS_00708101 |
Short Text | Interface Description for Process 00708101 |
Function Group | RECNBTESMPLZ |
Package | FVVICNZ |
Module Type | Normal Module |
These are the IMPORTING parameters of this function module.
Parameter Name | Type | Associated Type | Default Value | Short Text |
---|---|---|---|---|
I_DISPLAY | LIKE | ' ' | Display Mode | |
I_POST | LIKE | ' ' | Post Settlement | |
I_RECNFLDS | TYPE | RECNFLDS | Contract Header | |
I_RECNSCSRHNR | TYPE | RECNSCSRHNR | Accounting Number |
These are the EXPORTING parameters of this function module.
Parameter Name | Type | Associated Type | Default Value | Short Text |
---|---|---|---|---|
E_ACCEPT | LIKE | Service Charge Settlement Accepted | ||
E_POSTED | LIKE | Service Charge Settlement Posted | ||
E_POST_BELNR | TYPE | BKPF-BELNR | Accounting Document Number | |
E_POST_BUKRS | TYPE | BKPF-BUKRS | Company Code | |
E_POST_GJAHR | TYPE | BKPF-GJAHR | Fiscal Year |
This function module does not define any CHANGING parameters.
These are the TABLE parameters of this function module.
Parameter Name | Type | Associated Type | Default Value | Short Text |
---|---|---|---|---|
T_AP_STREAM | LIKE | GVIBEPP | Change Document Structure: Generated by RSSCD000 | |
T_RECNVICNSCS | TYPE | RECNVICNSCS | Service Charge Assignment 'Service Charge Key' | |
T_RECNVICNSCSAU | TYPE | RECNVICNSCSAU | Service Charge Assignment 'Apportionment Units' | |
T_RECNVICNSCSRH | TYPE | RECNVICNSCSRH | Service Charge Settlement 'Header' | |
T_RECNVICNSCSRP | TYPE | RECNVICNSCSRP | Service Charge Settlement 'Item' |
This function module does not define any Exceptions.