/KYK/CANCEL_GI 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 /KYK/CANCEL_GI into the relevant SAP transactions such as SE38 or SE80
Below is a list of transaction codes which are relevant to this SAP report
/KYK/T_CANCEL_GI - Cancel Goods Issue
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.
Title: Cancel Goods Issue
No INCLUDES are used within this REPORT code!
No SAP DATABASE tables are accessed within this REPORT code!
MESSAGES_INITIALIZE call function 'MESSAGES_INITIALIZE'.
MESSAGES_ACTIVE call function 'MESSAGES_ACTIVE'.
WS_REVERSE_GOODS_ISSUE call function 'WS_REVERSE_GOODS_ISSUE' exporting i_vbeln = pa_beln i_budat = pa_datlo * I_COUNT = * I_MBLNR = i_tcode = 'VL09' i_vbtyp = l_vbtyp * I_MBLPO = * I_MJAHR = * I_POSNR = * I_SIMULATE = ' ' * I_SPE_BUDAT_UHR = * I_SPE_BUDAT_ZONE = * I_SPE_MDNUM_EWM = * I_SPE_LOGSYS = * I_SPE_CONFIRM_CENTRAL = ' ' * IMPORTING * ES_EMKPF = tables t_mesg = lt_mesg exceptions error_reverse_goods_issue = 1 others = 2.
MESSAGES_GIVE call function 'MESSAGES_GIVE' exporting * I_ZEILE = ' ' i_incl_title = space tables t_mesg = lt_mesg.
Although this basic information may have limited use it does provide an easy to find location to store any knowledge about this program/report.
/KYK/CANCEL_GI - Cancel Goods Issue /KYK/CANCEL_GI - Cancel Goods Issue /KYK/BOPRO_SHP_DELIVERY - Program for object type /KYK/DELIV : Delivery /KYK/BOPRO_SHP_DELIVERY - Program for object type /KYK/DELIV : Delivery /KYK/BOPRO_PHYS_INVENTORY - Program for object type /KYK/PHINV : Physical Inventory /KYK/BOPRO_PHYS_INVENTORY - Program for object type /KYK/PHINV : Physical Inventory