SAP Reports / Programs | Logistics - General | Logistics Basic Data | Promotion(LO-MD-PR) SAP LO

KT003F01 SAP ABAP INCLUDE - Include for RWAKT003







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


Text pool values


Title: Include for RWAKT003


INCLUDES used within this REPORT KT003F01

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:

ENQUEUE_EWWAKH CALL FUNCTION 'ENQUEUE_EWWAKH' EXPORTING AKTNR = G_T_WAKHD-AKTNR EXCEPTIONS FOREIGN_LOCK = 01 SYSTEM_FAILURE = 02.

RV_MESSAGES_READ CALL FUNCTION 'RV_MESSAGES_READ' EXPORTING MSG_KAPPL = 'WB' MSG_OBJKY = L_OBJKEY MSG_OBJKY_TO = L_OBJKEY_TO.

VIEW_KNA1 CALL FUNCTION 'VIEW_KNA1' EXPORTING KUNDE = G_T_WALED-KUNNR IMPORTING ANSCHRIFT = L_I_KNA1 EXCEPTIONS NO_KNA1 = 01.

WAK2_EVENT CALL FUNCTION 'WAK2_EVENT' EXPORTING PI_STATUS = L_BEDEX PI_EREIGNIS = L_EREIGNIS PI_VLFKZ = A " Rel 1.1 nur Werk

WAK2_CREATE_MESSAGE CALL FUNCTION 'WAK2_CREATE_MESSAGE' EXPORTING PI_I_WAKHD = G_T_WAKHD PI_I_WALED = G_T_WALED PI_I_WAKPD = G_T_WAKPD PI_I_WAGUD = G_T_WAGUD PI_WRKTYP = L_WRKTYP PI_COUNTER = L_COUNTER PI_BEKAN = P_BEK PI_MAHNG = P_MAH PI_BESTG = P_BES PI_AENDG = X PI_NODE_ID = L_I_NODE_ID IMPORTING PE_NEW_NAST_COUNT = L_NEW_NAST_COUNT TABLES PE_T_KOPRT = L_T_KOPRT CHANGING PI_KOPF_FLAG = L_KOMKBWB_FILL EXCEPTIONS ERROR = 01 WARNING = 02 ABORT = 03.

WAK2_CREATE_MESSAGE * CALL FUNCTION 'WAK2_CREATE_MESSAGE' * EXPORTING * PI_I_WAKHD = G_T_WAKHD * PI_I_WALED = G_T_WALED * PI_I_WAKPD = G_T_WAKPD * PI_I_WAGUD = G_T_WAGUD * PI_WRKTYP = L_WRKTYP * PI_COUNTER = L_COUNTER * PI_BEKAN = P_BEK * PI_MAHNG = P_MAH * PI_BESTG = P_BES * * CHANGING * PI_KOPF_FLAG = L_KOMKBWB_FILL * EXCEPTIONS * ERROR = 01 * WARNING = 02 * ABORT = 03.

RV_MESSAGES_UPDATE CALL FUNCTION 'RV_MESSAGES_UPDATE' EXPORTING MSG_KAPPL = 'WB' * PI_MODE = SPACE --> In Verbucher sichern * PI_MODE = X --> Direkt sichern MSG_NO_UPDATE_TASK = X.

DEQUEUE_EWWAKH CALL FUNCTION 'DEQUEUE_EWWAKH' EXPORTING AKTNR = G_T_WAKHD-AKTNR.



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