J_7LMS_SPECIAL_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_7LMS_SPECIAL_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: REA Re.Partner/Document Type-Dependent Form Routines
No INCLUDES are used within this REPORT code!
No SAP DATABASE tables are accessed within this REPORT code!
J_7L_REA_DOCUMENT_CALC_NEXT CALL FUNCTION 'J_7L_REA_DOCUMENT_CALC_NEXT' EXPORTING in_entnr = j_7lms-entnr in_bukrs = j_7lms-bukrs in_land1 = j_7lms-land1 in_blart = j_7lms-blart IMPORTING o_perinr = perinr o_gjahr = gjahr o_datab = datab o_datbi = datbi CHANGING io_balmi = lt_balmi EXCEPTIONS parameter_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.
J_7LMS_SPECIAL_FORMS - REA Re.Partner/Document Type-Dependent Form Routines J_7LMS_SELECTIONSCREEN - REA Declaration: Selection Screen J_7LMS_GENERAL_GLOBAL_FORMS - REA Global forms of the declaration program J_7LMS_GENERAL_FORMS - REA Declaration: Common Forms J_7LMS_DATA - REA Declaration: Tables and Data J_7LMS_CUSTOMER_EXTENSION - J7LMSCUSTOMEREXTENSION