ISISCD_TAXCERT_LIB 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 ISISCD_TAXCERT_LIB 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: INTERNAL: Form Class Library
INCLUDE EMSG.
INCLUDE IEFGMAC3.
INCLUDE LFICA_MACROSDAT.
INCLUDE LFICA_MACROS001.
INCLUDE LFICA_MACROS002.
No SAP DATABASE tables are accessed within this REPORT code!
VK11_DWB_PARAM_GET CALL FUNCTION 'VK11_DWB_PARAM_GET' IMPORTING E_CONTAINER = GLOBAL_CONTAINER E_FKKVK = GLOBAL_FKKVK E_FKKVKP = GLOBAL_FKKVKP E_REC_BUT000 = GLOBAL_REC_BUT000 E_ORG_BUT000 = GLOBAL_ORG_BUT000 E_DIMAIOB = GLOBAL_DIMAIOB E_DIMAIOBPAR = GLOBAL_DIMAIOBPAR TABLES T_FKKCL = GLOBAL_T_FKKCL EXCEPTIONS OTHERS = 1.
EWU_FICA_CONVERT_ANY_STRUCTURE call function 'EWU_FICA_CONVERT_ANY_STRUCTURE' exporting i_structure_name = 'VVKKFAPOS' changing c_data = X_ITEM.
BUA_ADDRESS_GET CALL FUNCTION 'BUA_ADDRESS_GET' EXPORTING I_PARTNER = X_CONTAINER-GPART * I_RLTYP = I_ADDRNUMBER = X_CONTAINER-ADRNR I_XMEMORY = 'X' * I_XWA = ' ' IMPORTING E_ADDRESS = Y_REC_ADRESS EXCEPTIONS NO_ADDRESS_FOUND = 1 INTERNAL_ERROR = 2 WRONG_PARAMETERS = 3 OTHERS = 4.
FKK_BUPA_READ_SINGLE CALL FUNCTION 'FKK_BUPA_READ_SINGLE' EXPORTING I_PARTNER = X_CONTAINER-AGPART * I_XBANK = * I_XADDR_MULT = * I_XTELN_MULT = * I_XFAXN_MULT = * I_XCOMM_FRTH = IMPORTING E_BUT000 = Y_SENDER * TABLES * T_BANK = * T_ADDRESS = * T_TELNO = * T_FAXNO = * T_TTXNO = * T_TLXNO = EXCEPTIONS PARTNER_NOT_FOUND = 1 PARTNER_IN_ROLE_NOT_FOUND = 2 INTERNAL_ERROR = 3 OTHERS = 4 .
BUA_ADDRESS_GET CALL FUNCTION 'BUA_ADDRESS_GET' EXPORTING I_PARTNER = X_CONTAINER-AGPART * I_RLTYP = I_ADDRNUMBER = X_CONTAINER-AADRNR I_XMEMORY = 'X' * I_XWA = ' ' IMPORTING E_ADDRESS = Y_SEN_ADRESS EXCEPTIONS NO_ADDRESS_FOUND = 1 INTERNAL_ERROR = 2 WRONG_PARAMETERS = 3 OTHERS = 4.
ADDR_GET CALL FUNCTION 'ADDR_GET' EXPORTING ADDRESS_SELECTION = H_ADDR_SEL * ADDRESS_GROUP = * READ_SADR_ONLY = ' ' * READ_TEXTS = ' ' IMPORTING ADDRESS_VALUE = H_ADDR1_VAL * ADDRESS_ADDITIONAL_INFO = * RETURNCODE = * ADDRESS_TEXT = * SADR = * TABLES * ADDRESS_GROUPS = * ERROR_TABLE = * VERSIONS = EXCEPTIONS PARAMETER_ERROR = 1 ADDRESS_NOT_EXIST = 2 VERSION_NOT_EXIST = 3 INTERNAL_ERROR = 4 OTHERS = 5.
FKK_SAMPLE_1321 call function 'FKK_SAMPLE_1321'.
Although this basic information may have limited use it does provide an easy to find location to store any knowledge about this program/report.