SAP Reports / Programs | Financial Services | Collections/Disbursements(FS-CD) SAP FS

VVSC_PPLAN_LIB SAP ABAP Report - INTERNAL: Form Class Library







VVSC_PPLAN_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 VVSC_PPLAN_LIB into the relevant SAP transactions such as SE38 or SE80


ABAP code to call this SAP report using the submit statement

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.






SUBMIT VVSC_PPLAN_LIB. "Basic submit
SUBMIT VVSC_PPLAN_LIB AND RETURN. "Return to original report after report execution complete
SUBMIT VVSC_PPLAN_LIB VIA SELECTION-SCREEN. "Display selection screen of submitted report to user
    See more syntax options for the ABAP SUBMIT statement


Text pool values


Title: INTERNAL: Form Class Library


INCLUDES used within this REPORT VVSC_PPLAN_LIB

INCLUDE LFICA_MACROSDAT.
INCLUDE LFICA_MACROS001.
INCLUDE LFICA_MACROS002.


TABLES used within REPORT and the associated SELECT statement:





No SAP DATABASE tables are accessed within this REPORT code!


Function Modules used within report and the associated call statement:

IMA_PARTNER_INSOBJECT_READ CALL FUNCTION 'IMA_PARTNER_INSOBJECT_READ' EXPORTING i_partner = gpart i_insobject = vtref i_bypass_buffer = 'X' IMPORTING e_dimaiobpar = yt_head EXCEPTIONS not_found = 1 OTHERS = 2.

ISSC_O_SCHED_POS_OPEN CALL FUNCTION 'ISSC_O_SCHED_POS_OPEN' IMPORTING e_sched_pos_object = gobj_t_vvscpos TABLES it_dimaiobpar = yt_head.

ISSC_O_SCHED_ITEM_OPEN CALL FUNCTION 'ISSC_O_SCHED_ITEM_OPEN' EXPORTING i_sched_pos_object = gobj_t_vvscpos IMPORTING e_sched_item_object = gobj_t_vvscitem.

ISSC_M_SCHED_POS_GET_DATA CALL FUNCTION 'ISSC_M_SCHED_POS_GET_DATA' EXPORTING i_sched_pos_object = gobj_t_vvscpos is_actual_partner = yt_head i_x_org_data = 'X' TABLES et_sched_pos = lt_sched_pos et_org_sched_pos = lt_org_sched_pos et_tc_sched_pos = lt_tc_sched_pos et_vtref_gpart_mad = lt_vtref_gpart_mad et_vvscposcoins = lt_vvscposcoins et_vvscposesr = lt_vvscposesr et_vvscposetax = lt_vvscposetax.

ISSC_M_SCHED_ITEM_GET_DATA CALL FUNCTION 'ISSC_M_SCHED_ITEM_GET_DATA' EXPORTING i_sched_item_object = gobj_t_vvscitem is_actual_partner = yt_head IMPORTING et_vvscitemwh = lt_vvscitemwh_sort TABLES et_sched_item = lt_sched_item_all et_sched_item_reverse = lt_sched_item_reverse.

VKKSA_SOLLSTELLUNG_AUSFUEHREN CALL FUNCTION 'VKKSA_SOLLSTELLUNG_AUSFUEHREN' EXPORTING i_basics_status_xsimu = 'X' i_demo = 'X' TABLES t_vvscitem = lt_sched_item_all t_vvscitemwh = lt_vvscitemwh t_vvscpos = lt_sched_pos t_vvscposcoins = lt_vvscposcoins t_vvscposesr = lt_vvscposesr t_vvscposetax = lt_vvscposetax e_fkkop = lt_fkkop et_fkkopk = lt_fkkopk.

FKK_BUPA_READ_SINGLE CALL FUNCTION 'FKK_BUPA_READ_SINGLE' EXPORTING i_partner = lt_item-gpart IMPORTING e_but000 = h_bus000 EXCEPTIONS partner_not_found = 1 internal_error = 2 OTHERS = 3.

VSC_GET_TVS010B CALL FUNCTION 'VSC_GET_TVS010B' EXPORTING i_pkey = lt_item-pkey IMPORTING e_tvs010b = s_tvs010b EXCEPTIONS param_error = 1 no_tvs010b = 2 OTHERS = 3.

FKK_CALC_CHARGES CALL FUNCTION 'FKK_CALC_CHARGES' EXPORTING i_waers = curr i_betrw = amount i_bonit = boniwert i_chgid = chgid TABLES t_fkkchg = t_fkkchg.

FKK_BUPA_READ_SINGLE CALL FUNCTION 'FKK_BUPA_READ_SINGLE' EXPORTING i_partner = t_head-partner IMPORTING e_but000 = y_bupa EXCEPTIONS partner_not_found = 1 partner_in_role_not_found = 2 internal_error = 3 OTHERS = 4.

EFFEKTIVZINS_BERECHNEN CALL FUNCTION 'EFFEKTIVZINS_BERECHNEN' IMPORTING e_effzins = effzins TABLES ieffz = i_vzzeffz EXCEPTIONS effzins_methode_ungueltig = 1 ein_bewegungssatz_ohne_datum = 2 kein_bewegungssatz_vorhanden = 3 nicht_loesbar = 4 OTHERS = 5.

FKK_BUPA_READ_SINGLE CALL FUNCTION 'FKK_BUPA_READ_SINGLE' EXPORTING i_partner = global_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 = global_agpart * I_RLTYP = i_addrnumber = global_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_BUPA_READ_SINGLE CALL FUNCTION 'FKK_BUPA_READ_SINGLE' EXPORTING i_partner = global_gpart * I_XBANK = * I_XADDR_MULT = * I_XTELN_MULT = * I_XFAXN_MULT = * I_XCOMM_FRTH = IMPORTING e_but000 = y_receiver * 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 = global_gpart * I_RLTYP = i_addrnumber = global_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_SAMPLE_1321 CALL FUNCTION 'FKK_SAMPLE_1321'.

EWU_FICA_CONVERT_ANY_STRUCTURE CALL FUNCTION 'EWU_FICA_CONVERT_ANY_STRUCTURE' EXPORTING i_structure_name = 'SVSFKKOP' CHANGING c_data = x_items.



Contribute (Add Comments)

Although this basic information may have limited use it does provide an easy to find location to store any knowledge about this program/report.







The contribute/comments section below therefore offer's an opportunity for anyone to add additional information. This can be anything from useful hints, tips and screen shots to relevant SAP notes or anything else you feel is relevant to this report.

This will then be available for everyone to easily find by simply searching on the report name VVSC_PPLAN_LIB or its description.