REXCJP_LF_FORMS179_START_SEL 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 REXCJP_LF_FORMS179_START_SEL 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 REXCJP_LF_FORMS179_START_SEL
No INCLUDES are used within this REPORT code!
No SAP DATABASE tables are accessed within this REPORT code!
DDUT_DOMVALUES_GET CALL FUNCTION 'DDUT_DOMVALUES_GET' EXPORTING name = 'REXCJPBPFLDNMS' langu = sy-langu * TEXTS_ONLY = ' ' TABLES dd07v_tab = lt_domvalues EXCEPTIONS illegal_input = 1 OTHERS = 2 .
DDUT_DOMVALUES_GET CALL FUNCTION 'DDUT_DOMVALUES_GET' EXPORTING name = 'REXCJPBPFLDNMSBP' langu = sy-langu * TEXTS_ONLY = ' ' TABLES dd07v_tab = lt_domvalues EXCEPTIONS illegal_input = 1 OTHERS = 2 .
DDUT_DOMVALUES_GET CALL FUNCTION 'DDUT_DOMVALUES_GET' EXPORTING name = 'REXCJPBPFLDNMSBPP' langu = sy-langu * TEXTS_ONLY = ' ' TABLES dd07v_tab = lt_domvalues EXCEPTIONS illegal_input = 1 OTHERS = 2 .
API_RE_RO_GET_DETAIL CALL FUNCTION 'API_RE_RO_GET_DETAIL' EXPORTING ID_OBJNR = ls_seld_ro-objnr ID_DETAIL_DATA_FROM = P_REPDAB ID_DETAIL_DATA_TO = P_REPDAE IMPORTING ET_OCCUPANCY = lt_occ EXCEPTIONS ERROR = 1 OTHERS = 2.
API_RE_CN_GET_DETAIL CALL FUNCTION 'API_RE_CN_GET_DETAIL' EXPORTING ID_BUKRS = ls_occ-OCCCNBUKRS ID_RECNNR = ls_occ-occrecnnr ID_DETAIL_DATA_FROM = P_REPDAB ID_DETAIL_DATA_TO = P_REPDAE IF_OLD_DATA = ' ' IMPORTING ET_PARTNER = lt_partner EXCEPTIONS ERROR = 1 OTHERS = 2.
Although this basic information may have limited use it does provide an easy to find location to store any knowledge about this program/report.
REXCJP_LF_FORMS179_START_SEL - Include REXCJP_LF_FORMS179_START_SEL REXCJP_LF_FORMS179_SEL_SCR - Include REXCJP_LF_COMMON_SEL_SCR REXCJP_LF_FORMS179_INIT - Include REXCJP_LF_FORMS179_INIT REXCJP_LF_FORMS179_AT_SSCR_OUT - Include REXCJP_LF_FORMS179_AT_SSCR_OUT REXCJP_LF_FORMS179COMMON_FORMS - Include REXCJP_LF_COMMON_FORMS REXCJP_LF_COMMON_TOP - Include REXCJP_LF_COMMON_TOP