RFCACHARGE0 is a standard Executable ABAP Report available within your SAP system (depending on your version and release level). Below is the basic information available for this SAP report including which OBJECTS it interacts with such as TABLES, FUNCTION MODULES, INCLUDES ETC. Also check out the submitted Comments related to this SAP report or see any standard documentation available.
If you would like to execute this report or see the full code listing simply enter RFCACHARGE0 into the relevant SAP transactions such as SE38 or SE80
This report can be called from another progam/report simply by using the ABAP SUBMIT statement, see below for example ABAP code snipts of how to do this.
Title: Program for Object Type CACHARGE: Charge Document
No INCLUDES are used within this REPORT code!
No SAP DATABASE tables are accessed within this REPORT code!
CONVERSION_EXIT_ALPHA_INPUT CALL FUNCTION 'CONVERSION_EXIT_ALPHA_INPUT' EXPORTING INPUT = I_FKKOP-VTREF IMPORTING OUTPUT = I_FKKOP-VTREF.
FKK_CREATE_CHARGE_DOCUMENT CALL FUNCTION 'FKK_CREATE_CHARGE_DOCUMENT' EXPORTING I_UPDATE_TASK = 'X' I_FIKEY = EFIKEY I_CHGTY = CHARGETYPE I_CHGID = CHARGESSCHEMA I_FKKOP = I_FKKOP I_XNETT = l_xnett I_OPEN_FIKEY = SPACE i_betrw = l_charge IMPORTING E_OPBEL = EOPBEL EXCEPTIONS NO_ENTRY_IN_X001 = 1400 NO_ACCOUNT = 1401 NO_ENTRY_IN_1110 = 1402 NO_BLART = 1403 NO_VORG = 1404 NO_POST_AUTHORITY = 1405 WRONG_BLART = 1406 E038 = 1438 E039 = 1439 E040 = 1440 no_amount_found = 1409 OTHERS = 1001.
FKK_CREATE_FIKEY_FOR_CHARGE CALL FUNCTION 'FKK_CREATE_FIKEY_FOR_CHARGE' EXPORTING I_FIKEY = EFIKEY IMPORTING E_FIKEY = EFIKEY EXCEPTIONS NO_AUTHORITY = 1405 FIKEY_EXISTS = 1406 FIKEY_BLOCKED = 1407 NO_FIKEY_FOUND = 1408 OTHERS = 1409 .
Although this basic information may have limited use it does provide an easy to find location to store any knowledge about this program/report.
RFCACHARGE0 - Program for Object Type CACHARGE: Charge Document RFCACHARGE0 - Program for Object Type CACHARGE: Charge Document RFCACHARGE - Program for Object Type CACHARGE: Charge Document RFCACHARGE - Program for Object Type CACHARGE: Charge Document RFCAACCT - Program for object type ACCOUNT : Contract account RFCAACCT - Program for object type ACCOUNT : Contract account