J_3RF_NKS_REG_FORMS 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 J_3RF_NKS_REG_FORMS into the relevant SAP transactions such as SE38 or SE80
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: Include J_3RF_NKS_REG_FORMS
No INCLUDES are used within this REPORT code!
No SAP DATABASE tables are accessed within this REPORT code!
REUSE_ALV_LIST_DISPLAY CALL FUNCTION 'REUSE_ALV_LIST_DISPLAY' EXPORTING i_callback_program = repid I_CALLBACK_PF_STATUS_SET = 'SET_PF_STATUS' I_CALLBACK_USER_COMMAND = 'ALV_USER_COMMAND' IS_LAYOUT = gs_layot it_fieldcat = t_fieldcat I_SAVE = 'X' IT_EVENTS = GT_EVENTS TABLES T_OUTTAB = NEW_TSE.
REUSE_ALV_LIST_DISPLAY CALL FUNCTION 'REUSE_ALV_LIST_DISPLAY' EXPORTING i_callback_program = repid I_CALLBACK_PF_STATUS_SET = 'SET_PF_STATUS' I_CALLBACK_USER_COMMAND = 'ALV_USER_COMMAND' IS_LAYOUT = gs_layot it_fieldcat = t_fieldcat I_SAVE = 'X' IT_EVENTS = GT_EVENTS TABLES T_OUTTAB = WREG_TSE.
REUSE_ALV_FIELDCATALOG_MERGE CALL FUNCTION 'REUSE_ALV_FIELDCATALOG_MERGE' EXPORTING I_PROGRAM_NAME = repid I_INTERNAL_TABNAME = 'WREG_TSE' I_INCLNAME = 'J_3RF_NKS_REG_TOP' I_BYPASSING_BUFFER = 'X' CHANGING CT_FIELDCAT = t_fieldcat EXCEPTIONS INCONSISTENT_INTERFACE = 1 PROGRAM_ERROR = 2 OTHERS = 3.
Although this basic information may have limited use it does provide an easy to find location to store any knowledge about this program/report.
J_3RF_NKS_REG_FORMS - Include J_3RF_NKS_REG_FORMS J_3RF_NKS_REG_ALV_FORMS - Include J_3RF_NKS_REG_ALV_FORMS J_3RF_NKS_REGISTR - Verification of Asset Registration (Russia) J_3RF_NKS_REGISTR - Verification of Asset Registration (Russia) J_3RF_NKS_PIR_TOP - Include J_3RF_NKS_PIR_TOP J_3RF_NKS_PIR_HELP - Include J_3RF_NKS_PIR_HELP