SAP Reports / Programs | Production Planning and Control | KANBAN(PP-KAB) SAP PP

BAN_BAPI_TEST_F01 SAP ABAP INCLUDE - BANBAPITESTF01







BAN_BAPI_TEST_F01 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 BAN_BAPI_TEST_F01 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 BAN_BAPI_TEST_F01. "Basic submit
SUBMIT BAN_BAPI_TEST_F01 AND RETURN. "Return to original report after report execution complete
SUBMIT BAN_BAPI_TEST_F01 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 BAN_BAPI_TEST_F01

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:

CM_F_INITIALIZE call function 'CM_F_INITIALIZE' * EXPORTING * ABORT_MSGTY = 'A' * APLID = ' ' * MSG_ON_SCREEN = ' ' * OBJECT_ID = ' ' * OCS_ACTIV = ' ' * REFRESH_OLD_LOG = 'X' * SMSG_INITIALIZE = ' ' * NO_OTHER_INITIALIZE = ' ' * NO_DISPLAY_ON_ABORT = ' ' * IMPORTING * INITIALIZE_NOT_ALLOWED = * SMSG_IDENTIFICATION = EXCEPTIONS MESSAGE_TYPE_NOT_VALID = 1 UNKNOWN_APLID = 2 UNKNOWN_OBJECT_ID = 3 OTHERS = 4 .

CM_F_MESSAGE call function 'CM_F_MESSAGE' exporting * append_same_msg = 'X' arbgb = l_arbgb msgnr = l_msgnr msgty = l_msgty msgv1 = return-message_v1 msgv2 = return-message_v2 msgv3 = return-message_v3 msgv4 = return-message_v4 exceptions mesage_type_not_valid = 1 no_sy_message = 2 others = 3.

CM_F_ANALYSIS call function 'CM_F_ANALYSIS' * EXPORTING * APLID = bapi_kanban * HEADLINE = ' ' * OCS_ACTIV = ' ' * OCS_SEND_IMMEDIATE = ' ' exceptions not_active = 1 others = 2 .

CM_F_INITIALIZE call function 'CM_F_INITIALIZE' * EXPORTING * ABORT_MSGTY = 'A' * APLID = ' ' * MSG_ON_SCREEN = ' ' * OBJECT_ID = ' ' * OCS_ACTIV = ' ' * REFRESH_OLD_LOG = 'X' * SMSG_INITIALIZE = ' ' * NO_OTHER_INITIALIZE = ' ' * NO_DISPLAY_ON_ABORT = ' ' * IMPORTING * INITIALIZE_NOT_ALLOWED = * SMSG_IDENTIFICATION = EXCEPTIONS MESSAGE_TYPE_NOT_VALID = 1 UNKNOWN_APLID = 2 UNKNOWN_OBJECT_ID = 3 OTHERS = 4 .



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