/IPRO/CLASSIF_GENERATE is a standard Executable ABAP Report available within your SAP system (depending on your version and release level). It is used for Generates characteristics and classes and allocates characteristics to classes...see full standard documentation available for this report. Also check out the submitted Comments related to this SAP report and the details below to see which OBJECTS it interacts with such as TABLES, FUNCTION MODULES, INCLUDES ETC.
If you would like to execute this report or see the full code listing simply enter /IPRO/CLASSIF_GENERATE into the relevant SAP transactions such as SE38 or SE80
Below is a list of transaction codes which are relevant to this SAP report
/IPRO/CLASSIF_GEN - Set Up Classification System
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.
Selection Text: P_CON = D Content
Title: Generate Characteristics and Classes for Documents
No INCLUDES are used within this REPORT code!
No SAP DATABASE tables are accessed within this REPORT code!
/IPRO/CLASSIF_GENERATE CALL FUNCTION '/IPRO/CLASSIF_GENERATE' EXPORTING i_content = p_con EXCEPTIONS content_not_found = 1 content_txt_not_found = 2 varb_not_found = 3 varb_txt_not_found = 4 no_characteristics = 5 unknown = 6 OTHERS = 7.
Although this basic information may have limited use it does provide an easy to find location to store any knowledge about this program/report.
/IPRO/CLASSIF_GENERATE - Generate Characteristics and Classes for Documents /IPRO/CLASSIF_GENERATE - Generate Characteristics and Classes for Documents /IPRO/AMANAGER_RFC - Program for Object Type AMANAGER: Ad Hoc Properties /IPRO/AMANAGER_RFC - Program for Object Type AMANAGER: Ad Hoc Properties /IPRO/AMANAGER_DB - Program for Object Type AMANAGER: Ad Hoc Properties /IPRO/AMANAGER_DB - Program for Object Type AMANAGER: Ad Hoc Properties