SAP Reports / Programs | Financial Services | Business Partner(FS-BP) SAP FS

FSBP_TEST_DI SAP ABAP Report - Test Process for Direct Input







FSBP_TEST_DI 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 FSBP_TEST_DI 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 FSBP_TEST_DI. "Basic submit
SUBMIT FSBP_TEST_DI AND RETURN. "Return to original report after report execution complete
SUBMIT FSBP_TEST_DI VIA SELECTION-SCREEN. "Display selection screen of submitted report to user
    See more syntax options for the ABAP SUBMIT statement


Text pool values


Selection Text: P_BP001 = FS-Specific Attributes
Selection Text: P_BP021 = Fiscal Year Information
Selection Text: P_CHG = Change
Selection Text: P_INS = Create
Selection Text: P_PARFIX = Prefix Partner
Selection Text: P_PARGRP = Partner Grouping
Selection Text: P_PARNBR = Create Number of Partners
Selection Text: P_PARRNG = Partner Area
Selection Text: P_PARVAR = Sequence No. for Partner
Title: Test Process for Direct Input
Text Symbol: 001 = of Partner
Text Symbol: 003 = Create Number of Partners
Text Symbol: 004 = Partner Grouping
Text Symbol: F01 = Processing Mode
Text Symbol: F02 = Select Dataset


INCLUDES used within this REPORT FSBP_TEST_DI

No INCLUDES are used within this REPORT code!


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:

BUP_TB001_SELECT_WITH_XEXST call function 'BUP_TB001_SELECT_WITH_XEXST' * EXPORTING * I_XDINP = I_XDINP importing e_tb001 = e_tb001 exceptions not_found = 1 others = 2 .

NUMERIC_CHECK call function 'NUMERIC_CHECK' exporting string_in = p_parvar importing string_out = string_7 htype = htype.

NUMERIC_CHECK call function 'NUMERIC_CHECK' exporting string_in = p_parnbr importing string_out = string_10 htype = htype.

FSBP_DARK_MAINTAIN_INTERN call function 'FSBP_DARK_MAINTAIN_INTERN' exporting i_aktyp = '01' " 01=Insert i_xupdtask = gc_true i_xcommit = gc_true i_partner = lv_partner i_type = lv_type i_group = p_pargrp * I_BUT000 = I_BUT000 * I_BUT001 = I_BUT001 i_bp001 = ls_bp001 * I_BP1010 = I_BP1010 * I_BP1030 = I_BP1030 * I_XCHDOC = 'X' * I_XBAPI = ' ' i_buildblock = lv_buildblock * I_XTEST = ' ' * IMPORTING * E_XERROR = E_XERROR tables * T_BUT0BK = T_BUT0BK * T_BUT020 = T_BUT020 * T_BUT0CC = T_BUT0CC * T_BUT021 = T_BUT021 * T_BP011 = T_BP011 t_bp021 = lt_bp021 * T_BPID001 = T_BPID001 * T_BP3010 = T_BP3010 * T_DATA = T_DATA t_message = t_message * T_KEYVALUE = T_KEYVALUE * T_BUT021_FS = T_BUT021_FS * T_BKK21 = T_BKK21 * T_BUT0ID = T_BUT0ID * T_BUT0IS = T_BUT0IS * T_BP3100 = T_BP3100 * T_BP1012 = T_BP1012 .

FSBP_DARK_MAINTAIN_INTERN call function 'FSBP_DARK_MAINTAIN_INTERN' exporting i_aktyp = '02' " 01=Update i_xupdtask = gc_true i_xcommit = gc_true i_partner = lv_partner i_type = lv_type i_group = p_pargrp * I_BUT000 = I_BUT000 * I_BUT001 = I_BUT001 i_bp001 = ls_bp001 * I_BP1010 = I_BP1010 * I_BP1030 = I_BP1030 * I_XCHDOC = 'X' * I_XBAPI = ' ' i_buildblock = lv_buildblock * I_XTEST = ' ' * IMPORTING * E_XERROR = E_XERROR tables * T_BUT0BK = T_BUT0BK * T_BUT020 = T_BUT020 * T_BUT0CC = T_BUT0CC * T_BUT021 = T_BUT021 * T_BP011 = T_BP011 t_bp021 = lt_bp021 * T_BPID001 = T_BPID001 * T_BP3010 = T_BP3010 * T_DATA = T_DATA t_message = t_message * T_KEYVALUE = T_KEYVALUE * T_BUT021_FS = T_BUT021_FS * T_BKK21 = T_BKK21 * T_BUT0ID = T_BUT0ID * T_BUT0IS = T_BUT0IS * T_BP3100 = T_BP3100 * T_BP1012 = T_BP1012 .



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 FSBP_TEST_DI or its description.