SAP Reports / Programs | Controlling | Overhead Cost Controlling | Cost Center Accounting(CO-OM-CCA) SAP CO

MKGALF96 SAP ABAP INCLUDE - CHECK_DPC







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


INCLUDES used within this REPORT MKGALF96

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:

MESSAGE_STORE CALL FUNCTION 'MESSAGE_STORE' EXPORTING arbgb = mesg-arbgb msgty = mesg-msgty txtnr = mesg-txtnr * msgv1 = par1 * msgv2 = par2 * msgv3 = par3 * msgv4 = par4 msgv1 = ld_msgv1 msgv2 = ld_msgv2 msgv3 = ld_msgv3 msgv4 = ld_msgv4 IMPORTING max_severity = max_level act_severity = level.

DEQUEUE_ALL CALL FUNCTION 'DEQUEUE_ALL'.

MESSAGE_STORE CALL FUNCTION 'MESSAGE_STORE' EXPORTING arbgb = mesg-arbgb msgty = mesg-msgty txtnr = mesg-txtnr zeile = mesg-zeile.

MESSAGES_SHOW CALL FUNCTION 'MESSAGES_SHOW' EXPORTING object = titletext2.

DEQUEUE_ALL CALL FUNCTION 'DEQUEUE_ALL'.

MESSAGE_LINE_GET CALL FUNCTION 'MESSAGE_LINE_GET' IMPORTING e_zeile = current_line.

MESSAGE_SET_DEFAULTLINE CALL FUNCTION 'MESSAGE_SET_DEFAULTLINE' EXPORTING arbgb = mesg-arbgb msgty = mesg-msgty msgv1 = it811c-cycle msgv2 = it811c-sdate txtnr = mesg-txtnr zeile = itline.

MESSAGE_LINE_SET CALL FUNCTION 'MESSAGE_LINE_SET' EXPORTING zeile = itline.

MESSAGE_LINE_SET CALL FUNCTION 'MESSAGE_LINE_SET' EXPORTING zeile = current_line.

MESSAGES_ACTIVE CALL FUNCTION 'MESSAGES_ACTIVE' IMPORTING max_severity = max_level.

MESSAGES_COUNT CALL FUNCTION 'MESSAGES_COUNT' EXPORTING severity_from = el-error IMPORTING count = new_count.

MESSAGES_COUNT CALL FUNCTION 'MESSAGES_COUNT' EXPORTING severity_from = el-error IMPORTING count = errors_count.

MESSAGE_SET_DEFAULTLINE CALL FUNCTION 'MESSAGE_SET_DEFAULTLINE' EXPORTING arbgb = 'GA' msgty = 'I' msgv1 = it811c-cycle msgv2 = it811c-sdate txtnr = '807' zeile = itline.

MESSAGES_GIVE CALL FUNCTION 'MESSAGES_GIVE' TABLES t_mesg = t_mesg.

MESSAGES_INITIALIZE *CALL FUNCTION 'MESSAGES_INITIALIZE' * EXPORTING * reset = 'X'.

MESSAGES_INITIALIZE CALL FUNCTION 'MESSAGES_INITIALIZE' EXPORTING RESET = 'X' LINE_FROM = ld_from LINE_TO = ld_to.

MESSAGE_SET_DEFAULTLINE CALL FUNCTION 'MESSAGE_SET_DEFAULTLINE' EXPORTING ARBGB = t_mesg-ARBGB MSGTY = t_mesg-MSGTY MSGV1 = IT811C-CYCLE MSGV2 = IT811C-SDATE TXTNR = t_mesg-TXTNR ZEILE = t_mesg-ZEILE.

MESSAGE_SET_DEFAULTLINE CALL FUNCTION 'MESSAGE_SET_DEFAULTLINE' EXPORTING ARBGB = t_mesg-ARBGB MSGTY = t_mesg-MSGTY MSGV1 = t_mesg-msgv1 MSGV2 = IT811C-CYCLE MSGV3 = IT811C-SDATE TXTNR = t_MESG-TXTNR ZEILE = t_MESG-ZEILE.

MESSAGE_LINE_SET





* CALL FUNCTION 'MESSAGE_LINE_SET' * EXPORTING * zeile = t_mesg-zeile.

RH_FUNCTION_EXIST CALL FUNCTION 'RH_FUNCTION_EXIST' EXPORTING NAME = ld_fb_name EXCEPTIONS FUNCTION_NOT_FOUND = 1 OTHERS = 2.



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