SAP Reports / Programs | Controlling | Product Cost Controlling | Product Cost Controlling Information System(CO-PC-IS) SAP CO

BVD01F01 SAP ABAP INCLUDE - Form routines include







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


Text pool values


Title: Form routines include


INCLUDES used within this REPORT BVD01F01

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:

STRING_CONCATENATE CALL FUNCTION 'STRING_CONCATENATE' EXPORTING STRING1 = GD_KOKRS STRING2 = PA_VARHI IMPORTING STRING = GD_VARHI EXCEPTIONS TOO_SMALL = 01.

K_KKR_VDCO_INFO_READ CALL FUNCTION 'K_KKR_VDCO_INFO_READ' EXPORTING HIART = PA_HIART HIEID = PA_HIEID VARHIEBG = GD_VARHI TABLES INFO_TBL = XKKRVDCOOBJ EXCEPTIONS NO_VDCO_OBJECT_FOUND = 01.

G_GENERATE_BASIC_SET CALL FUNCTION 'G_GENERATE_BASIC_SET' EXPORTING LANGU = SY-LANGU SET_HEADER = RGSBS TABLES FORMULA_LINES = TDUMMY SET_LINES = GSE_SETTAB EXCEPTIONS BAD_FORMULA = 01 * no_authority = 02 NOT_UNIQUE = 03 OLD_SET_HAS_WRONG_TYPE = 04 WRONG_INTERVAL = 05.

G_SET_FETCH * CALL FUNCTION 'G_SET_FETCH' * EXPORTING * CLASS = ' ' * LANGU = SY-LANGU * NO_AUTHORITY_CHECK = ' ' * SETNR = RGSBS-SETNR * SOURCE_CLIENT = SY-MANDT * TABLE = 'KKBC' * IMPORTING * SET_HEADER = RGSBS * TABLES * FORMULA_LINES = XRGSBF * SET_LINES_BASIC = XRGSBV * SET_LINES_DATA = XRGSB3 * SET_LINES_MULTI = XRGSB2 * SET_LINES_SINGLE = XRGSB1 * EXCEPTIONS * NO_AUTHORITY = 01 * SET_IS_BROKEN = 02 * SET_NOT_FOUND = 03.

K_KKB_GLOBALS_GET CALL FUNCTION 'K_KKB_GLOBALS_GET' " Globals holen EXPORTING INITIALIZE = CON_X DIALOG = CON_SPACE RGJNR = GD_RGJNR ST_COL = '3' ST_ROW = '1' * IMPORTING * EXIT = ANA_EXIT * SFLAG = ANA_SFLAG TABLES EXC_TAB = XETAB GLOBALS = XKKB2 EXCEPTIONS INTERNAL_ERROR = 01 JOB_DOES_NOT_EXIST = 02 NOT_GENERATED = 03 NO_AUTHORIZATION = 04 NO_GLOBALS = 05.

K_KKB_GENERAL_REPORT_CALL_1 CALL FUNCTION 'K_KKB_GENERAL_REPORT_CALL_1' " Berichtsaufruf EXPORTING IBATCH = PA_BATCH CHOICE_BJ = PA_BATCH RGJNR = GD_RGJNR * LSTALL = CON_SPACE * IMPORTING * EXIT = ANA_EXIT TABLES GLOBALS = XKKB2 VALUES = VALUES1 SPECIAL_VALUES = SPEC_VAL1 * SEL_TAB1 = XKKB1 * SEL_TAB2 = YKKB1 EXCEPTIONS INTERNAL_ERROR = 1.

K_KOKRS_SET CALL FUNCTION 'K_KOKRS_SET' EXPORTING DISPLAY = ' ' I_KOKRS = ' ' POPUP = ' ' IMPORTING E_KOKRS = GD_KOKRS E_ACTION = LD_ACTION EXCEPTIONS NOT_FOUND = 01.

K_KKB_JOB_GET CALL FUNCTION 'K_KKB_JOB_GET' EXPORTING CHOICE = CON_X IANW = 0MEM-ANW IFEH = 'A' IMPORTING RGJNR = GD_RGJNR EXCEPTIONS NOT_GENERATED = 01 NO_AUTHORITY = 02 NO_JOB = 03 NO_JOB_CHOSEN = 04.



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