SAP Reports / Programs

REKCOLLBIGEN SAP ABAP Report - Generate Collective Bill for Single Items W/O Reference to C. Bill







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


Text pool values


Checked/Processed Collective Contract Accounts
Selection Text: S_ABWVK = D Collective Bill Account
Selection Text: SIMU = D Document Simulated
Title: Generate Collective Bill for Single Items W/O Reference to C. Bill
Text Symbol: 009 = General Parameters
Text Symbol: 008 = Selection
Text Symbol: 004 = CollectContractAcct
Text Symbol: 002 = No Collective Bill Accounts in Selected Area


INCLUDES used within this REPORT REKCOLLBIGEN

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:

FKK_CREATE_DOC_MASS_START call function 'FKK_CREATE_DOC_MASS_START'.

ISU_COLL_BILL_GENERATE CALL FUNCTION 'ISU_COLL_BILL_GENERATE' EXPORTING X_VKONT_SR = it_abwvk X_BUDAT = sy-datlo x_bldat = sy-datlo X_SIMULATION = simu X_MASS = 'X' EXCEPTIONS error_message = 1.

FKK_MESSAGE_WRITE CALL FUNCTION 'FKK_MESSAGE_WRITE' EXPORTING I_MSGID = MSGID I_MSGNO = MSGNO I_MSGV1 = SY-MSGV1 I_MSGV2 = SY-MSGV2 I_MSGV3 = SY-MSGV3 I_MSGV4 = SY-MSGV4 IMPORTING E_NTEXT = NTEXT.

FKK_ROLLBACK_POSTING_MEMORY CALL FUNCTION 'FKK_ROLLBACK_POSTING_MEMORY'.

FKK_OPEN_ITEM_DEQUEUE CALL FUNCTION 'FKK_OPEN_ITEM_DEQUEUE'.

FKK_CREATE_DOC_MASS_STOP CALL FUNCTION 'FKK_CREATE_DOC_MASS_STOP'.



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