SAP Reports / Programs

RJK_INACTIVE_ITEMS_ADD SAP ABAP Report - IS-M/SD: Add Inactive Items to Document (in New LUW)







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


Text pool values


Title: IS-M/SD: Add Inactive Items to Document (in New LUW)
Text Symbol: 001 = Accepting offer


INCLUDES used within this REPORT RJK_INACTIVE_ITEMS_ADD

INCLUDE MJ000TAL.
INCLUDE MJK00TDA.


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:

ISP_BUFFERED_READ_TJK00 CALL FUNCTION 'ISP_BUFFERED_READ_TJK00' IMPORTING OUT_TJK00 = TJK00 EXCEPTIONS ERROR_READ_TJK00 = 1.

ISP_SELECT_SINGLE_TVKO CALL FUNCTION 'ISP_SELECT_SINGLE_TVKO' EXPORTING MSGTY = CON_MSG_EXTERN VKORG = JKAK-VKORG IMPORTING MELDUNG = MELDUNG TVKO_I = TVKO EXCEPTIONS OTHERS = 1.

ISP_SELECT_SINGLE_T001 CALL FUNCTION 'ISP_SELECT_SINGLE_T001' EXPORTING BUKRS = TVKO-BUKRS MSGTY = CON_MSG_EXTERN IMPORTING MELDUNG = MELDUNG T001_I = T001 EXCEPTIONS OTHERS = 1.

ISP_SELECT_SINGLE_TVTW CALL FUNCTION 'ISP_SELECT_SINGLE_TVTW' EXPORTING MSGTY = CON_MSG_EXTERN VTWEG = JKAK-VTWEG IMPORTING MELDUNG = MELDUNG TVTW_I = TVTW EXCEPTIONS OTHERS = 1.

ISP_SELECT_SINGLE_TSPA CALL FUNCTION 'ISP_SELECT_SINGLE_TSPA' EXPORTING MSGTY = CON_MSG_EXTERN SPART = JKAK-SPART IMPORTING MELDUNG = MELDUNG TSPA_I = TSPA EXCEPTIONS OTHERS = 1.

ISP_SELECT_SINGLE_TVTA CALL FUNCTION 'ISP_SELECT_SINGLE_TVTA' EXPORTING MSGTY = CON_MSG_EXTERN SPART = JKAK-SPART VKORG = JKAK-VKORG VTWEG = JKAK-VTWEG IMPORTING MELDUNG = MELDUNG TVTA_I = TVTA EXCEPTIONS OTHERS = 1.

ISP_SELECT_SINGLE_TJAK CALL FUNCTION 'ISP_SELECT_SINGLE_TJAK' EXPORTING MSGTY = CON_MSG_EXTERN AUART = JKAK-AUART IMPORTING MELDUNG = MELDUNG TJAK_I = TJAK EXCEPTIONS OTHERS = 1.



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